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
/
hw
/
avr
/
arduino.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2023-10-31
plugins: Remove an extra parameter
Akihiko Odaki
1
-6
/
+3
2023-10-31
semihosting: fix memleak at semihosting_arg_fallback
Matheus Tavares Bernardino
1
-1
/
+2
2023-10-31
gdbstub: Check if gdb_regs is NULL
Akihiko Odaki
1
-14
/
+20
2023-10-31
tests/docker: upgrade debian-all-test-cross to bookworm
Alex Bennée
1
-8
/
+12
2023-10-31
tests/docker: use debian-all-test-cross for sparc64
Alex Bennée
4
-26
/
+4
2023-10-31
tests/docker: use debian-all-test-cross for riscv64
Alex Bennée
4
-27
/
+4
2023-10-31
tests/docker: use debian-all-test-cross for mips
Alex Bennée
4
-26
/
+4
2023-10-31
tests/docker: use debian-all-test-cross for mips64
Alex Bennée
4
-27
/
+1
2023-10-31
tests/docker: use debian-all-test-cross for m68k
Alex Bennée
4
-26
/
+6
2023-10-31
tests/docker: use debian-all-test-cross for hppa
Alex Bennée
4
-26
/
+5
2023-10-31
tests/docker: use debian-all-test-cross for power
Alex Bennée
4
-33
/
+2
2023-10-31
tests/docker: move sh4 to use debian-legacy-test-cross
Alex Bennée
7
-33
/
+13
2023-10-31
tests/docker: use debian-legacy-test-cross for alpha
Alex Bennée
4
-26
/
+5
2023-10-31
gitlab: add build-loongarch to matrix
Alex Bennée
4
-2
/
+36
[next]