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
/
python
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
migration: Convert the file backend to the new QAPI syntax
Fabiano Rosas
3
-24
/
+17
2023-11-02
migration: convert exec backend to accept MigrateAddress.
Het Gala
3
-26
/
+59
2023-11-02
migration: convert rdma backend to accept MigrateAddress
Het Gala
3
-28
/
+19
2023-11-02
migration: convert socket backend to accept MigrateAddress
Het Gala
3
-45
/
+31
2023-11-02
migration: convert migration 'uri' into 'MigrateAddress'
Het Gala
5
-2
/
+69
2023-11-02
migration: New QAPI type 'MigrateAddress'
Het Gala
1
-0
/
+57
2023-11-02
migration: Change ram_dirty_bitmap_reload() retval to bool
Peter Xu
3
-22
/
+22
2023-11-02
tests/migration-test: Add a test for postcopy hangs during RECOVER
Fabiano Rosas
1
-6
/
+104
2023-11-02
migration: Allow network to fail even during recovery
Peter Xu
3
-8
/
+67
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-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-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
2023-10-31
contrib/plugins: Close file descriptor on error return
Cong Liu
1
-0
/
+2
[next]