Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-pull-request' into staging
Migration pull request
# gpg: Signature made Mon 20 Jan 2020 10:29:53 GMT
# gpg: using RSA key 1899FF8EDEBF58CCEE034B82F487EF185872D723
# gpg: Good signature from "Juan Quintela <quintela@redhat.com>" [full]
# gpg: aka "Juan Quintela <quintela@trasno.org>" [full]
# Primary key fingerprint: 1899 FF8E DEBF 58CC EE03 4B82 F487 EF18 5872 D723
* remotes/juanquintela/tags/migration-pull-pull-request: (29 commits)
multifd: Be consistent about using uint64_t
migration: Support QLIST migration
apic: Use 32bit APIC ID for migration instance ID
migration: Change SaveStateEntry.instance_id into uint32_t
migration: Define VMSTATE_INSTANCE_ID_ANY
Bug #1829242 correction.
migration/multifd: fix destroyed mutex access in terminating multifd threads
migration/multifd: fix nullptr access in terminating multifd threads
migration/multifd: not use multifd during postcopy
migration/multifd: clean pages after filling packet
migration/postcopy: enable compress during postcopy
migration/postcopy: enable random order target page arrival
migration/postcopy: set all_zero to true on the first target page
migration/postcopy: count target page number to decide the place_needed
migration/postcopy: wait for decompress thread in precopy
migration/postcopy: reduce memset when it is zero page and matches_target_page_size
migration/ram: Yield periodically to the main loop
migration: savevm_state_handler_insert: constant-time element insertion
migration: add savevm_state_handler_remove()
misc: use QEMU_IS_ALIGNED
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Showing
- backends/dbus-vmstate.c 2 additions, 1 deletionbackends/dbus-vmstate.c
- exec.c 2 additions, 2 deletionsexec.c
- hw/arm/stellaris.c 1 addition, 1 deletionhw/arm/stellaris.c
- hw/core/qdev.c 2 additions, 1 deletionhw/core/qdev.c
- hw/display/ads7846.c 1 addition, 1 deletionhw/display/ads7846.c
- hw/i2c/core.c 1 addition, 1 deletionhw/i2c/core.c
- hw/input/stellaris_input.c 2 additions, 1 deletionhw/input/stellaris_input.c
- hw/intc/apic_common.c 5 additions, 2 deletionshw/intc/apic_common.c
- hw/misc/max111x.c 2 additions, 1 deletionhw/misc/max111x.c
- hw/net/eepro100.c 2 additions, 1 deletionhw/net/eepro100.c
- hw/pci/pci.c 1 addition, 1 deletionhw/pci/pci.c
- hw/ppc/spapr.c 1 addition, 1 deletionhw/ppc/spapr.c
- hw/timer/arm_timer.c 1 addition, 1 deletionhw/timer/arm_timer.c
- hw/tpm/tpm_emulator.c 2 additions, 1 deletionhw/tpm/tpm_emulator.c
- include/migration/register.h 1 addition, 1 deletioninclude/migration/register.h
- include/migration/vmstate.h 24 additions, 1 deletioninclude/migration/vmstate.h
- include/qemu/queue.h 39 additions, 0 deletionsinclude/qemu/queue.h
- migration/migration.c 34 additions, 38 deletionsmigration/migration.c
- migration/migration.h 1 addition, 0 deletionsmigration/migration.h
- migration/ram.c 144 additions, 52 deletionsmigration/ram.c
Loading
Please register or sign in to comment