qemu-e2k/migration
Paolo Bonzini d09a6fde15 migration: fix RCU deadlock
migration_end calls synchronize_rcu() within a critical section.
That causes a deadlock; move the call after rcu_read_unlock().

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-07-09 08:47:58 +02:00
..
block.c block: Use bdrv_drain to replace uncessary bdrv_drain_all 2015-07-07 14:27:14 +01:00
exec.c
fd.c
Makefile.objs
migration.c migration: Add migration events on target side 2015-07-07 14:54:55 +02:00
qemu-file-buf.c
qemu-file-internal.h
qemu-file-stdio.c
qemu-file-unix.c
qemu-file.c
ram.c migration: fix RCU deadlock 2015-07-09 08:47:58 +02:00
rdma.c Fail more cleanly in mismatched RAM cases 2015-07-07 14:54:50 +02:00
savevm.c check_section_footers: Check the correct section_id 2015-07-07 14:54:55 +02:00
tcp.c
unix.c
vmstate.c vmstate: Create optional sections 2015-07-07 14:54:52 +02:00
xbzrle.c