This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
qemu
/
migration
History
Paolo Bonzini
ab28bd2312
rcu: actually register threads that have RCU read-side critical sections
...
Otherwise, grace periods are detected too early! Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-07-24 13:57:45 +02:00
..
block.c
block: Use bdrv_drain to replace uncessary bdrv_drain_all
2015-07-07 14:27:14 +01:00
exec.c
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
2015-06-12 13:26:21 +01:00
fd.c
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
2015-06-12 13:26:21 +01:00
Makefile.objs
…
migration.c
rcu: actually register threads that have RCU read-side critical sections
2015-07-24 13:57:45 +02:00
qemu-file-buf.c
qerror: Move #include out of qerror.h
2015-06-22 18:20:40 +02:00
qemu-file-internal.h
…
qemu-file-stdio.c
…
qemu-file-unix.c
…
qemu-file.c
Rework ram_control_load_hook to hook during block load
2015-07-07 14:54:48 +02:00
ram.c
migration: reduce the count of strlen call
2015-07-15 12:21:28 +02:00
rdma.c
RDMA: Fix error exits
2015-07-16 20:00:20 +02:00
savevm.c
migration: We also want to store the global state for savevm
2015-07-15 12:22:54 +02:00
tcp.c
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
2015-06-12 13:26:21 +01:00
unix.c
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
2015-06-12 13:26:21 +01:00
vmstate.c
vmstate: Create optional sections
2015-07-07 14:54:52 +02:00
xbzrle.c
…