diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2020-02-10 19:44:59 +0000 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2020-02-13 10:55:55 +0100 |
commit | 2a1bc8bde7cc42ea8bf5d52c7c9a7774fde0edcd (patch) | |
tree | 2bb0ef13cd32dd5508dbaf11cbdff2ed75b44b3d /tests/qtest/migration-test.c | |
parent | d05de9e39a5fb5582a875a95c4b9c2c8584ea694 (diff) | |
download | qemu-2a1bc8bde7cc42ea8bf5d52c7c9a7774fde0edcd.zip |
migration/rdma: rdma_accept_incoming_migration fix error handling
rdma_accept_incoming_migration is called from an fd handler and
can't return an Error * anywhere.
Currently it's leaking Error's in errp/local_err - there's
no point putting them in there unless we can report them.
Turn most into fprintf's, and the last into an error_reportf_err
where it's coming up from another function.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'tests/qtest/migration-test.c')
0 files changed, 0 insertions, 0 deletions