aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-02tests/migration-test: Add a test for postcopy hangs during RECOVERFabiano Rosas
2023-11-02migration: Allow network to fail even during recoveryPeter Xu
2023-11-02migration: Refactor error handling in source return pathPeter Xu
2023-11-02tests/qtest: migration: add reboot mode testSteve Sistare
2023-11-02Merge tag 'm68k-pull-2023-11-02' of https://gitlab.com/huth/qemu into stagingStefan Hajnoczi
2023-11-02tests/avocado/machine_m68k_nextcube: Fix the download URL for the ROM imageThomas Huth
2023-11-02m68k: Instantiate the ESP SCSI controller for the NeXTcube machineThomas Huth
2023-11-01hw/m68k/next-cube: Mirror BIOS to address 0Thomas Huth
2023-11-01cpr: reboot modeSteve Sistare
2023-11-01cpr: relax vhost migration blockersSteve Sistare
2023-11-01cpr: relax blockdev migration blockersSteve Sistare
2023-11-01migration: per-mode blockersSteve Sistare
2023-11-01migration: mode parameterSteve Sistare
2023-11-01migration: Add tracepoints for downtime checkpointsPeter Xu
2023-11-01migration: migration_stop_vm() helperPeter Xu
2023-11-01migration: Add per vmstate downtime tracepointsPeter Xu
2023-11-01migration: Add migration_downtime_start|end() helpersPeter Xu
2023-11-01migration: Set downtime_start even for postcopyPeter Xu
2023-11-01migration: Use vmstate_register_any() for vmware_vgaJuan Quintela
2023-11-01migration: Use vmstate_register_any() for eeprom93xxJuan Quintela
2023-11-01migration: Use vmstate_register_any() for audioJuan Quintela
2023-11-01migration: Improve example and documentation of vmstate_register()Juan Quintela
2023-11-01migration: Check in savevm_state_handler_insert for dupsPeter Xu
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela
2023-11-01migration: Use VMSTATE_INSTANCE_ID_ANY for slirpJuan Quintela
2023-11-01migration: Use vmstate_register_any() for isa-ideJuan Quintela
2023-11-01migration: Use vmstate_register_any()Juan Quintela
2023-11-01migration: Create vmstate_register_any()Juan Quintela
2023-11-01hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()Thomas Huth
2023-11-01hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" propertyThomas Huth
2023-11-01hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()Thomas Huth
2023-11-01hw/ipmi: Don't call vmstate_register() from instance_init() functionsThomas Huth
2023-11-01hw/char/mcf_uart: Have mcf_uart_create() return DeviceStatePhilippe Mathieu-Daudé
2023-11-01hw/m68k/virt: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé
2023-11-01hw/m68k/next-cube: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé
2023-11-01hw/m68k/mcf_intc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé
2023-11-01hw/m68k/mcf_intc: Expose MMIO region via SysBus APIPhilippe Mathieu-Daudé
2023-11-01hw/m68k/mcf5206: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé
2023-11-01hw/m68k/irqc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé
2023-11-01Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-11-01Merge tag 'pull-halloween-omnibus-311023-2' of https://gitlab.com/stsquad/qem...Stefan Hajnoczi
2023-11-01Merge tag 'migration-20231031-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-10-31iotests: add test for changing mirror's copy_modeFiona Ebner
2023-10-31mirror: return mirror-specific information upon queryFiona Ebner
2023-10-31blockjob: query driver-specific info via a new 'query' driver methodFiona Ebner
2023-10-31qapi/block-core: turn BlockJobInfo into a unionFiona Ebner
2023-10-31qapi/block-core: use JobType for BlockJobInfo's typeFiona Ebner
2023-10-31mirror: implement mirror_change methodFiona Ebner
2023-10-31block/mirror: determine copy_to_target only onceFiona Ebner
2023-10-31block/mirror: move dirty bitmap to filterFiona Ebner