diff options
author | Dr. David Alan Gilbert | 2020-02-10 20:44:59 +0100 |
---|---|---|
committer | Juan Quintela | 2020-02-13 10:55:55 +0100 |
commit | 2a1bc8bde7cc42ea8bf5d52c7c9a7774fde0edcd (patch) | |
tree | 2bb0ef13cd32dd5508dbaf11cbdff2ed75b44b3d /include | |
parent | migration: Optimization about wait-unplug migration state (diff) | |
download | qemu-2a1bc8bde7cc42ea8bf5d52c7c9a7774fde0edcd.tar.gz qemu-2a1bc8bde7cc42ea8bf5d52c7c9a7774fde0edcd.tar.xz 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 'include')
0 files changed, 0 insertions, 0 deletions