summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-02migration: Refactor error handling in source return pathPeter Xu7-95/+80
2023-11-02tests/qtest: migration: add reboot mode testSteve Sistare1-0/+33
2023-11-02tests/avocado/machine_m68k_nextcube: Fix the download URL for the ROM imageThomas Huth1-2/+2
2023-11-02m68k: Instantiate the ESP SCSI controller for the NeXTcube machineThomas Huth1-7/+110
2023-11-01hw/m68k/next-cube: Mirror BIOS to address 0Thomas Huth1-1/+3
2023-11-01cpr: reboot modeSteve Sistare2-2/+15
2023-11-01cpr: relax vhost migration blockersSteve Sistare2-2/+2
2023-11-01cpr: relax blockdev migration blockersSteve Sistare7-7/+7
2023-11-01migration: per-mode blockersSteve Sistare3-17/+132
2023-11-01migration: mode parameterSteve Sistare7-3/+74
2023-11-01migration: Add tracepoints for downtime checkpointsPeter Xu3-7/+25
2023-11-01migration: migration_stop_vm() helperPeter Xu2-3/+10
2023-11-01migration: Add per vmstate downtime tracepointsPeter Xu2-4/+47
2023-11-01migration: Add migration_downtime_start|end() helpersPeter Xu1-13/+24
2023-11-01migration: Set downtime_start even for postcopyPeter Xu1-2/+3
2023-11-01migration: Use vmstate_register_any() for vmware_vgaJuan Quintela1-1/+1
2023-11-01migration: Use vmstate_register_any() for eeprom93xxJuan Quintela1-1/+1
2023-11-01migration: Use vmstate_register_any() for audioJuan Quintela1-1/+1
2023-11-01migration: Improve example and documentation of vmstate_register()Juan Quintela1-4/+8
2023-11-01migration: Check in savevm_state_handler_insert for dupsPeter Xu1-0/+14
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela4-4/+68
2023-11-01migration: Use VMSTATE_INSTANCE_ID_ANY for slirpJuan Quintela1-2/+3
2023-11-01migration: Use vmstate_register_any() for isa-ideJuan Quintela1-1/+1
2023-11-01migration: Use vmstate_register_any()Juan Quintela11-17/+12
2023-11-01migration: Create vmstate_register_any()Juan Quintela1-0/+17
2023-11-01hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()Thomas Huth1-14/+15
2023-11-01hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" propertyThomas Huth1-20/+7
2023-11-01hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()Thomas Huth1-27/+9
2023-11-01hw/ipmi: Don't call vmstate_register() from instance_init() functionsThomas Huth3-55/+56
2023-11-01hw/char/mcf_uart: Have mcf_uart_create() return DeviceStatePhilippe Mathieu-Daudé4-14/+15
2023-11-01hw/m68k/virt: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé1-5/+2
2023-11-01hw/m68k/next-cube: Do not open-code sysbus_create_simple()Philippe Mathieu-Daudé1-7/+2
2023-11-01hw/m68k/mcf_intc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé1-6/+11
2023-11-01hw/m68k/mcf_intc: Expose MMIO region via SysBus APIPhilippe Mathieu-Daudé1-1/+3
2023-11-01hw/m68k/mcf5206: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé2-3/+12
2023-11-01hw/m68k/irqc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé3-1/+12
2023-10-31iotests: add test for changing mirror's copy_modeFiona Ebner2-0/+198
2023-10-31mirror: return mirror-specific information upon queryFiona Ebner3-21/+50
2023-10-31blockjob: query driver-specific info via a new 'query' driver methodFiona Ebner2-0/+11
2023-10-31qapi/block-core: turn BlockJobInfo into a unionFiona Ebner1-3/+5
2023-10-31qapi/block-core: use JobType for BlockJobInfo's typeFiona Ebner3-4/+4
2023-10-31mirror: implement mirror_change methodFiona Ebner2-4/+53
2023-10-31block/mirror: determine copy_to_target only onceFiona Ebner1-23/+18
2023-10-31block/mirror: move dirty bitmap to filterFiona Ebner1-4/+13
2023-10-31block/mirror: set actively_synced even after the job is readyFiona Ebner1-3/+3
2023-10-31blockjob: introduce block-job-change QMP commandFiona Ebner7-1/+82
2023-10-31virtio-blk: remove batch notification BHStefan Hajnoczi1-47/+1
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi5-1/+28
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi13-7/+27
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi9-79/+76