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-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
17
-34
/
+17
2020-06-12
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
8
-363
/
+1234
2020-06-12
virtio-pci: fix queue_enable write
Jason Wang
1
-4
/
+8
2020-06-12
Fix parameter type in vhost migration log path
Raphael Norwitz
1
-2
/
+2
2020-06-12
virtio: add vhost-user-vsock-pci device
Stefano Garzarella
2
-0
/
+85
2020-06-12
virtio: add vhost-user-vsock base device
Stefano Garzarella
2
-0
/
+182
2020-06-12
vhost-vsock: add vhost-vsock-common abstraction
Stefano Garzarella
3
-242
/
+301
2020-06-12
Lift max memory slots limit imposed by vhost-user
Raphael Norwitz
1
-19
/
+37
2020-06-12
Transmit vhost-user memory regions individually
Raphael Norwitz
1
-72
/
+438
2020-06-12
Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
Raphael Norwitz
1
-2
/
+47
2020-06-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
1
-2
/
+2
2020-06-09
Add vhost-user helper to get MemoryRegion data
Raphael Norwitz
1
-10
/
+15
2020-06-09
Add helper to populate vhost-user message regions
Raphael Norwitz
1
-6
/
+12
2020-06-09
virtio-balloon: Provide an interface for free page reporting
Alexander Duyck
1
-0
/
+72
2020-06-09
virtio-balloon: Implement support for page poison reporting feature
Alexander Duyck
1
-0
/
+29
2020-06-09
virtio-balloon: unref the iothread when unrealizing
David Hildenbrand
1
-0
/
+1
2020-06-09
virtio-balloon: fix free page hinting check on unrealize
David Hildenbrand
1
-1
/
+1
2020-06-09
virtio-balloon: fix free page hinting without an iothread
David Hildenbrand
1
-17
/
+16
2020-06-09
Fix parameter type in vhost migration log path
Raphael Norwitz
1
-2
/
+2
2020-06-08
hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE
Alex Bennée
2
-17
/
+43
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
8
-15
/
+10
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
9
-12
/
+11
2020-05-04
Refactor vhost_user_set_mem_table functions
Raphael Norwitz
1
-76
/
+67
2020-05-04
vhost-user-blk: fix invalid memory access
Li Feng
1
-1
/
+1
2020-05-04
virtio-pci: update virtio pci bar layout documentation
Anthoine Bourgeois
1
-0
/
+1
2020-04-01
virtio-iommu: depend on PCI
Paolo Bonzini
1
-1
/
+1
2020-03-31
vhost-vsock: fix double close() in the realize() error path
Stefano Garzarella
1
-1
/
+5
2020-03-29
virtio-iommu: avoid memleak in the unrealize
Pan Nengyuan
1
-0
/
+3
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
1
-2
/
+2
2020-03-08
vhost-vsock: fix error message output
Nick Erdmann
1
-1
/
+1
2020-03-08
vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
Jason Wang
1
-1
/
+11
2020-02-27
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
10
-15
/
+1135
2020-02-27
Fixed assert in vhost_user_set_mem_table_postcopy
Raphael Norwitz
1
-1
/
+1
2020-02-27
vhost-user: only set slave channel for first vq
Adrian Moreno
1
-3
/
+5
2020-02-27
virtio-iommu-pci: Add virtio iommu pci support
Eric Auger
2
-0
/
+105
2020-02-27
virtio-iommu: Support migration
Eric Auger
1
-10
/
+99
2020-02-27
virtio-iommu: Implement fault reporting
Eric Auger
2
-5
/
+66
2020-02-27
virtio-iommu: Implement translate
Eric Auger
2
-1
/
+60
2020-02-27
virtio-iommu: Implement map/unmap
Eric Auger
2
-2
/
+62
2020-02-27
virtio-iommu: Implement attach/detach command
Eric Auger
2
-2
/
+315
2020-02-27
virtio-iommu: Decode the command payload
Eric Auger
2
-12
/
+68
2020-02-27
virtio-iommu: Add skeleton
Eric Auger
4
-0
/
+278
2020-02-27
virtio: gracefully handle invalid region caches
Stefan Hajnoczi
1
-8
/
+91
2020-02-25
virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealize
Pan Nengyuan
1
-1
/
+2
2020-02-25
virtio-pmem: do delete rq_vq in virtio_pmem_unrealize
Pan Nengyuan
1
-0
/
+1
2020-02-25
vhost-user-fs: convert to the new virtio_delete_queue function
Pan Nengyuan
1
-6
/
+9
2020-02-25
vhost-user-fs: do delete virtio_queues in unrealize
Pan Nengyuan
1
-0
/
+9
2020-02-20
hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-4
/
+4
2020-02-20
hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-3
/
+4
2020-01-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
22
-23
/
+23
[next]