Merge remote-tracking branch 'quintela/migration.next' into staging
# By Paolo Bonzini (40) and others # Via Juan Quintela * quintela/migration.next: (46 commits) page_cache: dup memory on insert page_cache: fix memory leak Fix cache_resize to keep old entry age Fix page_cache leak in cache_resize migration: inline migrate_fd_close migration: eliminate s->migration_file migration: move contents of migration_close to migrate_fd_cleanup migration: move rate limiting to QEMUFile migration: small changes around rate-limiting migration: use qemu_ftell to compute bandwidth migration: use QEMUFile for writing outgoing migration data migration: use QEMUFile for migration channel lifetime qemu-file: simplify and export qemu_ftell qemu-file: add writable socket QEMUFile qemu-file: check exit status when closing a pipe QEMUFile qemu-file: fsync a writable stdio QEMUFile migration: merge qemu_popen_cmd with qemu_popen migration: use qemu_file_rate_limit consistently migration: remove useless qemu_file_get_error check migration: detect error before sleeping ...
No related branches found
No related tags found
Showing
- arch_init.c 11 additions, 6 deletionsarch_init.c
- block-migration.c 122 additions, 45 deletionsblock-migration.c
- docs/migration.txt 1 addition, 19 deletionsdocs/migration.txt
- include/migration/migration.h 2 additions, 10 deletionsinclude/migration/migration.h
- include/migration/page_cache.h 2 additions, 1 deletioninclude/migration/page_cache.h
- include/migration/qemu-file.h 3 additions, 18 deletionsinclude/migration/qemu-file.h
- include/migration/vmstate.h 17 additions, 4 deletionsinclude/migration/vmstate.h
- include/qemu/atomic.h 1 addition, 0 deletionsinclude/qemu/atomic.h
- include/qemu/osdep.h 7 additions, 0 deletionsinclude/qemu/osdep.h
- include/sysemu/sysemu.h 3 additions, 3 deletionsinclude/sysemu/sysemu.h
- migration-exec.c 2 additions, 37 deletionsmigration-exec.c
- migration-fd.c 3 additions, 44 deletionsmigration-fd.c
- migration-tcp.c 4 additions, 29 deletionsmigration-tcp.c
- migration-unix.c 4 additions, 29 deletionsmigration-unix.c
- migration.c 80 additions, 277 deletionsmigration.c
- page_cache.c 14 additions, 11 deletionspage_cache.c
- savevm.c 123 additions, 91 deletionssavevm.c
- trace-events 3 additions, 0 deletionstrace-events
Loading
Please register or sign in to comment