qemu/migration
Dr. David Alan Gilbert 2a1bc8bde7 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>
2020-02-13 10:55:55 +01:00
..
block-dirty-bitmap.c
block.c
block.h
channel.c
channel.h
colo-failover.c
colo.c
exec.c
exec.h
fd.c
fd.h
global_state.c
Makefile.objs multifd: Split multifd code into its own file 2020-01-29 11:28:59 +01:00
migration.c migration: Optimization about wait-unplug migration state 2020-02-13 10:53:10 +01:00
migration.h multifd: Make multifd_load_setup() get an Error parameter 2020-01-29 11:28:59 +01:00
multifd.c multifd: Split multifd code into its own file 2020-01-29 11:28:59 +01:00
multifd.h multifd: Split multifd code into its own file 2020-01-29 11:28:59 +01:00
page_cache.c
page_cache.h
postcopy-ram.c
postcopy-ram.h
qemu-file-channel.c
qemu-file-channel.h
qemu-file.c migration/compress: compress QEMUFile is not writable 2020-01-29 11:28:59 +01:00
qemu-file.h
qjson.c
qjson.h
ram.c multifd: Split multifd code into its own file 2020-01-29 11:28:59 +01:00
ram.h multifd: Split multifd code into its own file 2020-01-29 11:28:59 +01:00
rdma.c migration/rdma: rdma_accept_incoming_migration fix error handling 2020-02-13 10:55:55 +01:00
rdma.h
savevm.c migration: Optimization about wait-unplug migration state 2020-02-13 10:53:10 +01:00
savevm.h migration: Optimization about wait-unplug migration state 2020-02-13 10:53:10 +01:00
socket.c
socket.h
tls.c
tls.h
trace-events migration: Support QLIST migration 2020-01-20 09:10:23 +01:00
vmstate-types.c migration: Simplify get_qlist 2020-01-29 11:28:59 +01:00
vmstate.c
xbzrle.c
xbzrle.h