index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
migration: Refactor error handling in source return path
Peter Xu
7
-95
/
+80
2023-11-02
tests/qtest: migration: add reboot mode test
Steve Sistare
1
-0
/
+33
2023-11-02
tests/avocado/machine_m68k_nextcube: Fix the download URL for the ROM image
Thomas Huth
1
-2
/
+2
2023-11-02
m68k: Instantiate the ESP SCSI controller for the NeXTcube machine
Thomas Huth
1
-7
/
+110
2023-11-01
hw/m68k/next-cube: Mirror BIOS to address 0
Thomas Huth
1
-1
/
+3
2023-11-01
cpr: reboot mode
Steve Sistare
2
-2
/
+15
2023-11-01
cpr: relax vhost migration blockers
Steve Sistare
2
-2
/
+2
2023-11-01
cpr: relax blockdev migration blockers
Steve Sistare
7
-7
/
+7
2023-11-01
migration: per-mode blockers
Steve Sistare
3
-17
/
+132
2023-11-01
migration: mode parameter
Steve Sistare
7
-3
/
+74
2023-11-01
migration: Add tracepoints for downtime checkpoints
Peter Xu
3
-7
/
+25
2023-11-01
migration: migration_stop_vm() helper
Peter Xu
2
-3
/
+10
2023-11-01
migration: Add per vmstate downtime tracepoints
Peter Xu
2
-4
/
+47
2023-11-01
migration: Add migration_downtime_start|end() helpers
Peter Xu
1
-13
/
+24
2023-11-01
migration: Set downtime_start even for postcopy
Peter Xu
1
-2
/
+3
2023-11-01
migration: Use vmstate_register_any() for vmware_vga
Juan Quintela
1
-1
/
+1
2023-11-01
migration: Use vmstate_register_any() for eeprom93xx
Juan Quintela
1
-1
/
+1
2023-11-01
migration: Use vmstate_register_any() for audio
Juan Quintela
1
-1
/
+1
2023-11-01
migration: Improve example and documentation of vmstate_register()
Juan Quintela
1
-4
/
+8
2023-11-01
migration: Check in savevm_state_handler_insert for dups
Peter Xu
1
-0
/
+14
2023-11-01
migration: Hack to maintain backwards compatibility for ppc
Juan Quintela
4
-4
/
+68
2023-11-01
migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
Juan Quintela
1
-2
/
+3
2023-11-01
migration: Use vmstate_register_any() for isa-ide
Juan Quintela
1
-1
/
+1
2023-11-01
migration: Use vmstate_register_any()
Juan Quintela
11
-17
/
+12
2023-11-01
migration: Create vmstate_register_any()
Juan Quintela
1
-0
/
+17
2023-11-01
hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()
Thomas Huth
1
-14
/
+15
2023-11-01
hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" property
Thomas Huth
1
-20
/
+7
2023-11-01
hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()
Thomas Huth
1
-27
/
+9
2023-11-01
hw/ipmi: Don't call vmstate_register() from instance_init() functions
Thomas Huth
3
-55
/
+56
2023-11-01
hw/char/mcf_uart: Have mcf_uart_create() return DeviceState
Philippe Mathieu-Daudé
4
-14
/
+15
2023-11-01
hw/m68k/virt: Do not open-code sysbus_create_simple()
Philippe Mathieu-Daudé
1
-5
/
+2
2023-11-01
hw/m68k/next-cube: Do not open-code sysbus_create_simple()
Philippe Mathieu-Daudé
1
-7
/
+2
2023-11-01
hw/m68k/mcf_intc: Pass CPU using QOM link property
Philippe Mathieu-Daudé
1
-6
/
+11
2023-11-01
hw/m68k/mcf_intc: Expose MMIO region via SysBus API
Philippe Mathieu-Daudé
1
-1
/
+3
2023-11-01
hw/m68k/mcf5206: Pass CPU using QOM link property
Philippe Mathieu-Daudé
2
-3
/
+12
2023-11-01
hw/m68k/irqc: Pass CPU using QOM link property
Philippe Mathieu-Daudé
3
-1
/
+12
2023-10-31
iotests: add test for changing mirror's copy_mode
Fiona Ebner
2
-0
/
+198
2023-10-31
mirror: return mirror-specific information upon query
Fiona Ebner
3
-21
/
+50
2023-10-31
blockjob: query driver-specific info via a new 'query' driver method
Fiona Ebner
2
-0
/
+11
2023-10-31
qapi/block-core: turn BlockJobInfo into a union
Fiona Ebner
1
-3
/
+5
2023-10-31
qapi/block-core: use JobType for BlockJobInfo's type
Fiona Ebner
3
-4
/
+4
2023-10-31
mirror: implement mirror_change method
Fiona Ebner
2
-4
/
+53
2023-10-31
block/mirror: determine copy_to_target only once
Fiona Ebner
1
-23
/
+18
2023-10-31
block/mirror: move dirty bitmap to filter
Fiona Ebner
1
-4
/
+13
2023-10-31
block/mirror: set actively_synced even after the job is ready
Fiona Ebner
1
-3
/
+3
2023-10-31
blockjob: introduce block-job-change QMP command
Fiona Ebner
7
-1
/
+82
2023-10-31
virtio-blk: remove batch notification BH
Stefan Hajnoczi
1
-47
/
+1
2023-10-31
virtio: use defer_call() in virtio_irqfd_notify()
Stefan Hajnoczi
5
-1
/
+28
2023-10-31
util/defer-call: move defer_call() to util/
Stefan Hajnoczi
13
-7
/
+27
2023-10-31
block: rename blk_io_plug_call() API to defer_call()
Stefan Hajnoczi
9
-79
/
+76
[prev]
[next]