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
/
render_block_graph.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
graph-lock: remove AioContext locking
Stefan Hajnoczi
20
-193
/
+133
2023-12-21
aio: make aio_context_acquire()/aio_context_release() a no-op
Stefan Hajnoczi
1
-2
/
+2
2023-12-21
tests: remove aio_context_acquire() tests
Stefan Hajnoczi
1
-66
/
+1
2023-12-21
scsi: assert that callbacks run in the correct AioContext
Stefan Hajnoczi
2
-0
/
+17
2023-12-21
virtio-scsi: replace AioContext lock with tmf_bh_lock
Stefan Hajnoczi
2
-22
/
+43
2023-12-21
dma-helpers: don't lock AioContext in dma_blk_cb()
Stefan Hajnoczi
1
-5
/
+2
2023-12-21
scsi: don't lock AioContext in I/O code path
Stefan Hajnoczi
2
-40
/
+3
2023-12-21
virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifi...
Stefan Hajnoczi
1
-7
/
+1
2023-12-21
scsi: only access SCSIDevice->requests from one thread
Stefan Hajnoczi
2
-57
/
+131
2023-12-21
iotests: Basic tests for internal snapshots
Kevin Wolf
2
-0
/
+277
2023-12-21
vl: Improve error message for conflicting -incoming and -loadvm
Kevin Wolf
1
-0
/
+4
2023-12-21
block: Fix crash when loading snapshot on inactive node
Kevin Wolf
1
-1
/
+3
2023-12-21
virtio-blk: don't lock AioContext in the submission code path
Stefan Hajnoczi
1
-5
/
+0
2023-12-21
virtio-blk: don't lock AioContext in the completion code path
Stefan Hajnoczi
1
-30
/
+4
2023-12-21
virtio-blk: add lock to protect s->rq
Stefan Hajnoczi
2
-23
/
+47
2023-12-21
block/file-posix: set up Linux AIO and io_uring in the current thread
Stefan Hajnoczi
1
-52
/
+51
2023-12-21
nbd/server: introduce NBDClient->lock to protect fields
Stefan Hajnoczi
1
-33
/
+111
2023-12-21
nbd/server: only traverse NBDExport->clients from main loop thread
Stefan Hajnoczi
1
-10
/
+51
2023-12-21
nbd/server: avoid per-NBDRequest nbd_client_get/put()
Stefan Hajnoczi
1
-3
/
+0
2023-12-20
tests/unit/test-qmp-event: Replace fixture by global variables
Markus Armbruster
1
-61
/
+30
2023-12-20
tests/unit/test-qmp-event: Simplify event emission check
Markus Armbruster
1
-20
/
+10
2023-12-20
tests/unit/test-qmp-event: Drop superfluous mutex
Markus Armbruster
1
-5
/
+0
2023-12-20
tests/qtest/npcm7xx_pwm-test: Only do full testing in slow mode
Thomas Huth
1
-3
/
+10
2023-12-20
qemu-options: Clarify handling of commas in options parameters
Yihuan Pan
3
-0
/
+14
2023-12-20
tests/qtest/migration-test: Fix analyze-migration.py for s390x
Thomas Huth
2
-5
/
+34
2023-12-20
qom/object: Limit type names to alphanumerical and some few special characters
Thomas Huth
1
-0
/
+41
2023-12-20
tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name
Thomas Huth
1
-1
/
+1
2023-12-20
memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
Thomas Huth
1
-1
/
+1
2023-12-20
hw: Replace anti-social QOM type names (again)
Markus Armbruster
7
-10
/
+10
2023-12-20
docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
Markus Armbruster
1
-1
/
+1
2023-12-20
target: Restrict 'sysemu/reset.h' to system emulation
Philippe Mathieu-Daudé
2
-1
/
+3
2023-12-20
hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-12-20
hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
Philippe Mathieu-Daudé
1
-1
/
+2
2023-12-20
hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-12-20
system/qtest: Restrict QTest API to system emulation
Philippe Mathieu-Daudé
1
-0
/
+2
2023-12-20
system/qtest: Include missing 'hw/core/cpu.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2023-12-20
MAINTAINERS: Add some more vmware-related files to the corresponding section
Thomas Huth
1
-0
/
+5
2023-12-20
hw: Add compat machines for 9.0
Cornelia Huck
10
-9
/
+80
2023-12-19
hw/ppc/Kconfig: Imply VFIO_PCI
Cédric Le Goater
2
-1
/
+37
2023-12-19
docs/devel: Add VFIO iommufd backend documentation
Zhenzhong Duan
3
-0
/
+168
2023-12-19
vfio: Introduce a helper function to initialize VFIODevice
Zhenzhong Duan
6
-20
/
+21
2023-12-19
vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
Zhenzhong Duan
1
-15
/
+15
2023-12-19
vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
Zhenzhong Duan
1
-13
/
+13
2023-12-19
vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init
Zhenzhong Duan
1
-5
/
+5
2023-12-19
vfio/pci: Move VFIODevice initializations in vfio_instance_init
Zhenzhong Duan
1
-4
/
+6
2023-12-19
hw/i386: Activate IOMMUFD for q35 machines
Cédric Le Goater
1
-0
/
+1
2023-12-19
kconfig: Activate IOMMUFD for s390x machines
Cédric Le Goater
1
-0
/
+1
2023-12-19
hw/arm: Activate IOMMUFD for virt machines
Cédric Le Goater
1
-0
/
+1
2023-12-19
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
6
-35
/
+42
2023-12-19
vfio/ccw: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
1
-3
/
+22
[next]