index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-05
vhost-vsock: handle common features in vhost-vsock-common
Stefano Garzarella
3
-24
/
+35
2021-10-05
vhost-vsock: fix migration issue when seqpacket is supported
Stefano Garzarella
1
-3
/
+16
2021-10-05
hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees
Philippe Mathieu-Daudé
1
-17
/
+12
2021-10-05
hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()
Philippe Mathieu-Daudé
1
-0
/
+2
2021-10-02
qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi events
David Hildenbrand
1
-1
/
+4
2021-10-02
virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE event
David Hildenbrand
1
-6
/
+1
2021-09-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...
Peter Maydell
2
-4
/
+2
2021-09-30
memory: Name all the memory listeners
Peter Xu
3
-0
/
+4
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2
-4
/
+2
2021-09-04
vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()
Jason Wang
1
-2
/
+2
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
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
1
-0
/
+14
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
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
2
-29
/
+30
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
1
-12
/
+23
2021-08-26
vhost: Clean up how VhostOpts method vhost_backend_init() fails
Markus Armbruster
2
-4
/
+6
2021-08-26
vhost: Clean up how VhostOpts method vhost_get_config() fails
Markus Armbruster
2
-8
/
+4
2021-08-26
migration: Unify failure check for migrate_add_blocker()
Markus Armbruster
1
-1
/
+1
2021-08-05
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
1
-1
/
+1
2021-07-16
vhost-vsock: SOCK_SEQPACKET feature bit support
Arseny Krasnov
1
-2
/
+10
2021-07-16
hw/virtio: add vhost-user-i2c-pci boilerplate
Viresh Kumar
2
-0
/
+70
2021-07-16
hw/virtio: add boilerplate for vhost-user-i2c device
Viresh Kumar
3
-0
/
+294
2021-07-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
1
-0
/
+2
2021-07-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+3
2021-07-09
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
1
-54
/
+337
2021-07-09
hw/virtio: Document *_should_notify() are called within rcu_read_lock()
Philippe Mathieu-Daudé
1
-0
/
+2
2021-07-09
vhost-user: Fix backends without multiqueue support
Kevin Wolf
1
-0
/
+3
2021-07-08
virtio-mem: Require only coordinated discards
David Hildenbrand
1
-3
/
+3
2021-07-08
vfio: Support for RamDiscardManager in the vIOMMU case
David Hildenbrand
1
-0
/
+1
2021-07-08
virtio-mem: Implement RamDiscardManager interface
David Hildenbrand
1
-3
/
+285
2021-07-08
virtio-mem: Don't report errors when ram_block_discard_range() fails
David Hildenbrand
1
-16
/
+4
2021-07-08
virtio-mem: Factor out traversing unplugged ranges
David Hildenbrand
1
-37
/
+49
2021-07-03
virtio-pci: Changed return values for "notify", "device" and "isr" read.
Andrew Melnychenko
1
-2
/
+7
2021-07-03
virtio-pci: Added check for virtio device in PCI config cbs.
Andrew Melnychenko
1
-0
/
+10
2021-07-03
virtio-pci: Added check for virtio device presence in mm callbacks.
Andrew Melnychenko
1
-0
/
+8
2021-07-02
virtio: Clarify MR transaction optimization
Greg Kurz
1
-0
/
+16
2021-07-02
virtio: disable ioeventfd for record/replay
Pavel Dovgalyuk
2
-0
/
+12
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
4
-20
/
+29
2021-06-30
vhost: Return 0/-errno in vhost_dev_init()
Kevin Wolf
4
-9
/
+17
2021-06-30
vhost: Distinguish errors in vhost_backend_init()
Kevin Wolf
4
-28
/
+30
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
4
-12
/
+13
2021-06-11
vhost-vdpa: don't initialize backend_features
Jason Wang
1
-3
/
+0
[next]