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
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-04
vhost_net: do not assume nvqs is always 2
Jason Wang
5
-1
/
+5
2021-09-04
vhost: use unsigned int for nvqs
Jason Wang
1
-1
/
+1
2021-09-04
vhost_net: remove the meaningless assignment in vhost_net_start_one()
Jason Wang
1
-3
/
+0
2021-09-04
vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()
Jason Wang
1
-2
/
+2
2021-09-04
vhost-vdpa: remove unused variable "acked_features"
Jason Wang
1
-1
/
+0
2021-09-04
tests/vhost-user-bridge.c: Fix typo in help message
Peter Maydell
1
-1
/
+1
2021-09-04
tests/vhost-user-bridge.c: Sanity check socket path length
Peter Maydell
1
-0
/
+5
2021-09-04
hw/virtio: Add flatview update in vhost_user_cleanup()
Yuwei Zhang
1
-1
/
+2
2021-09-04
hw/virtio: Remove NULL check in virtio_free_region_cache()
Philippe Mathieu-Daudé
1
-4
/
+2
2021-09-04
hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU
Philippe Mathieu-Daudé
1
-0
/
+1
2021-09-04
MAINTAINERS: Added myself as a reviewer for acpi/smbios subsystem
Ani Sinha
1
-0
/
+1
2021-09-04
hw/acpi: use existing references to pci device struct within functions
Ani Sinha
1
-3
/
+3
2021-09-04
hw/pci: remove all references to find_i440fx function
Ani Sinha
4
-15
/
+0
2021-09-04
hw/i386/acpi-build: Get NUMA information from struct NumaState
Jingqi Liu
3
-18
/
+7
2021-09-04
vhost: correctly detect the enabling IOMMU
Jason Wang
1
-1
/
+1
2021-09-04
virtio-pci: implement iommu_enabled()
Jason Wang
1
-0
/
+14
2021-09-04
virtio-bus: introduce iommu_enabled()
Jason Wang
2
-1
/
+17
2021-09-04
virtio-balloon: free page hinting cleanups
David Hildenbrand
1
-20
/
+8
2021-09-04
virtio-balloon: don't start free page hinting if postcopy is possible
David Hildenbrand
1
-0
/
+13
2021-09-04
Use PCI_HOST_BRIDGE macro
Eduardo Habkost
2
-9
/
+3
2021-09-04
acpi: Delete broken ACPI_GED_X86 macro
Eduardo Habkost
1
-2
/
+0
2021-09-04
vhost-user: add missing space in error message
Alyssa Ross
1
-1
/
+1
2021-09-04
hw/virtio: move vhost_set_backend_type() to vhost.c
Tiberiu Georgescu
4
-35
/
+34
2021-09-04
hw/acpi: refactor acpi hp modules so that targets can just use what they need
Ani Sinha
7
-8
/
+161
2021-09-04
q35: catch invalid cpu hotplug configuration
Gerd Hoffmann
1
-0
/
+13
2021-09-04
hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place
Ani Sinha
6
-8
/
+10
2021-09-04
vhost: make SET_VRING_ADDR, SET_FEATURES send replies
Denis Plotnikov
1
-44
/
+101
2021-09-04
hw/virtio: Fix leak of host-notifier memory-region
Yajun Wu
1
-0
/
+1
2021-09-04
vhost-vdpa: Do not send empty IOTLB update batches
Eugenio Pérez
2
-12
/
+24
2021-09-02
9pfs: fix crash in v9fs_walk()
Christian Schoenebeck
1
-1
/
+3
2021-09-02
hw/9pfs: use g_autofree in v9fs_walk() where possible
Christian Schoenebeck
1
-4
/
+3
2021-09-02
hw/9pfs: avoid 'path' copy in v9fs_walk()
Christian Schoenebeck
1
-4
/
+4
2021-09-01
block/file-win32: add reopen handlers
Viktor Prutyanov
1
-1
/
+100
2021-09-01
block/export/fuse.c: fix fuse-lseek on uclibc or musl
Fabrice Fontaine
1
-0
/
+3
2021-09-01
block/block-copy: block_copy_state_new(): drop extra arguments
Vladimir Sementsov-Ogievskiy
3
-5
/
+3
2021-09-01
iotests/image-fleecing: add test-case for copy-before-write filter
Vladimir Sementsov-Ogievskiy
2
-15
/
+107
2021-09-01
iotests/image-fleecing: prepare for adding new test-case
Vladimir Sementsov-Ogievskiy
1
-6
/
+13
2021-09-01
iotests/image-fleecing: rename tgt_node
Vladimir Sementsov-Ogievskiy
1
-7
/
+7
2021-09-01
iotests/image-fleecing: proper source device
Vladimir Sementsov-Ogievskiy
2
-5
/
+9
2021-09-01
iotests.py: hmp_qemu_io: support qdev
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2021-09-01
iotests: move 222 to tests/image-fleecing
Vladimir Sementsov-Ogievskiy
3
-3
/
+3
2021-09-01
iotests/222: constantly use single quotes for strings
Vladimir Sementsov-Ogievskiy
1
-34
/
+34
2021-09-01
iotests/222: fix pylint and mypy complains
Vladimir Sementsov-Ogievskiy
2
-10
/
+12
2021-09-01
python:QEMUMachine: template typing for self returning methods
Vladimir Sementsov-Ogievskiy
1
-3
/
+7
2021-09-01
python/qemu/machine: QEMUMachine: improve qmp() method
Vladimir Sementsov-Ogievskiy
1
-1
/
+11
2021-09-01
python/qemu/machine.py: refactor _qemu_args()
Vladimir Sementsov-Ogievskiy
1
-10
/
+8
2021-09-01
qapi: publish copy-before-write filter
Vladimir Sementsov-Ogievskiy
1
-2
/
+23
2021-09-01
block/copy-before-write: make public block driver
Vladimir Sementsov-Ogievskiy
1
-32
/
+28
2021-09-01
block/block-copy: make setting progress optional
Vladimir Sementsov-Ogievskiy
1
-7
/
+11
2021-09-01
block/copy-before-write: initialize block-copy bitmap
Vladimir Sementsov-Ogievskiy
2
-9
/
+11
[next]