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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2020-01-06
virtio: reset region cache when on queue deletion
Yuri Benditovich
1
-0
/
+1
2020-01-06
virtio-mmio: update queue size on guest write
Denis Plotnikov
1
-1
/
+2
2020-01-05
vhost-user: add VHOST_USER_RESET_DEVICE to reset devices
Raphael Norwitz
1
-1
/
+7
2020-01-05
virtio-mmio: Clear v2 transport state on soft reset
Jean-Philippe Brucker
1
-0
/
+14
2020-01-05
virtio: don't enable notifications during polling
Stefan Hajnoczi
1
-6
/
+6
2020-01-05
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
2
-11
/
+36
2020-01-05
virtio: update queue size on guest write
Michael S. Tsirkin
1
-0
/
+2
2020-01-05
virtio-balloon: fix memory leak while attach virtio-balloon device
Pan Nengyuan
1
-0
/
+7
2020-01-05
virtio: make virtio_delete_queue idempotent
Michael S. Tsirkin
1
-0
/
+1
2020-01-05
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
1
-5
/
+10
2019-12-17
configure: simplify vhost condition with Kconfig
Marc-André Lureau
2
-2
/
+5
2019-12-13
virtio-fs: fix MSI-X nvectors calculation
Stefan Hajnoczi
1
-1
/
+2
2019-12-13
vhost-user-fs: remove "vhostfd" property
Marc-André Lureau
1
-1
/
+0
2019-11-06
virtio: notify virtqueue via host notifier when available
Stefan Hajnoczi
2
-1
/
+12
2019-10-29
virtio: Use auto rcu_read macros
Dr. David Alan Gilbert
1
-42
/
+23
2019-10-29
virtio/vhost: Use auto_rcu_read macros
Dr. David Alan Gilbert
1
-3
/
+1
2019-10-29
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-0
/
+7
2019-10-29
virtio: new post_load hook
Michael S. Tsirkin
1
-0
/
+7
2019-10-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-92
/
+977
2019-10-25
virtio: drop unused virtio_device_stop_ioeventfd() function
Stefan Hajnoczi
1
-8
/
+0
2019-10-25
virtio: event suppression support for packed ring
Jason Wang
1
-9
/
+133
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-69
/
+818
2019-10-25
virtio: Free rnd virqueue at unrealize()
Eugenio Pérez
1
-0
/
+1
2019-10-25
virtio: device/driver area size calculation refactor for split ring
Wei Xu
1
-6
/
+10
2019-10-25
virtio: basic structure for packed ring
Wei Xu
1
-0
/
+15
2019-10-22
hw/virtio: Factorize virtio-mmio headers
Sergio Lopez
1
-47
/
+1
2019-10-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-0
/
+386
2019-10-05
virtio: add vhost-user-fs-pci device
Dr. David Alan Gilbert
2
-0
/
+86
2019-10-05
virtio: add vhost-user-fs base device
Dr. David Alan Gilbert
2
-0
/
+300
2019-10-04
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
1
-2
/
+7
2019-09-25
vhost: Fix memory region section comparison
Dr. David Alan Gilbert
1
-2
/
+7
2019-09-16
virtio-mmio: implement modern (v2) personality (virtio-1)
Sergio Lopez
1
-23
/
+319
2019-09-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-11
/
+22
2019-09-04
virtio-pci: Add Function Level Reset support
Julia Suvorova
2
-0
/
+14
2019-09-04
virtio-rng: change default backend to rng-builtin
Laurent Vivier
1
-2
/
+1
2019-09-04
virtio-rng: Keep the default backend out of VirtIORNGConf
Markus Armbruster
1
-11
/
+9
2019-09-03
memory: Single byte swap along the I/O path
Tony Nguyen
1
-6
/
+4
2019-09-03
memory: Access MemoryRegion with endianness
Tony Nguyen
1
-2
/
+4
2019-09-03
hw/virtio: Access MemoryRegion with MemOp
Tony Nguyen
1
-2
/
+5
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2
-2
/
+3
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2
-0
/
+2
2019-08-16
Include sysemu/hostmem.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
21
-3
/
+20
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
5
-0
/
+5
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2
-2
/
+0
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
4
-0
/
+4
2019-07-29
Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"
Dr. David Alan Gilbert
4
-47
/
+18
2019-07-25
virtio-balloon: free pbp more aggressively
Michael S. Tsirkin
1
-21
/
+16
2019-07-25
virtio-balloon: don't track subpages for the PBP
David Hildenbrand
1
-5
/
+3
[next]