index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-07-07
12
-21
/
+1655
|
\
|
*
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
2020-07-07
3
-0
/
+482
|
*
vhost: implement vhost_force_iommu method
Cindy Lu
2020-07-03
1
-0
/
+5
|
*
vhost: implement vhost_vq_get_addr method
Cindy Lu
2020-07-03
1
-9
/
+19
|
*
vhost: implement vhost_dev_start method
Cindy Lu
2020-07-03
1
-1
/
+9
|
*
vhost: check the existence of vhost_set_iotlb_callback
Jason Wang
2020-07-03
1
-3
/
+6
|
*
virtio-pci: implement queue_enabled method
Jason Wang
2020-07-03
1
-0
/
+13
|
*
virtio-bus: introduce queue_enabled method
Jason Wang
2020-07-03
1
-0
/
+6
|
*
virtio-mem: Exclude unplugged memory during migration
David Hildenbrand
2020-07-03
1
-1
/
+53
|
*
virtio-mem: Add trace events
David Hildenbrand
2020-07-03
2
-1
/
+19
|
*
virtio-mem: Migration sanity checks
David Hildenbrand
2020-07-03
1
-0
/
+70
|
*
virtio-pci: Send qapi events when the virtio-mem size changes
David Hildenbrand
2020-07-03
2
-0
/
+29
|
*
virtio-mem: Allow notifiers for size changes
David Hildenbrand
2020-07-03
1
-1
/
+20
|
*
virtio-pci: Proxy for virtio-mem
David Hildenbrand
2020-07-03
3
-0
/
+163
|
*
virtio-mem: Paravirtualized memory hot(un)plug
David Hildenbrand
2020-07-03
3
-0
/
+736
|
*
virtio-balloon: Rip out qemu_balloon_inhibit()
David Hildenbrand
2020-07-02
1
-2
/
+8
|
*
virtio-balloon: always indicate S_DONE when migration fails
David Hildenbrand
2020-07-02
1
-6
/
+20
*
|
virtio-iommu-pci: Add array of Interval properties
Eric Auger
2020-07-03
1
-0
/
+11
*
|
virtio-iommu: Handle reserved regions in the translation process
Eric Auger
2020-07-03
1
-0
/
+20
*
|
virtio-iommu: Implement RESV_MEM probe request
Eric Auger
2020-07-03
2
-4
/
+91
*
|
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
2020-07-02
1
-1
/
+1
*
|
hw/virtio/virtio-iommu-pci.c: Fix typo in error message
Peter Maydell
2020-07-02
1
-1
/
+1
|
/
*
Stop vhost-user sending uninitialized mmap_offsets
Raphael Norwitz
2020-06-24
1
-6
/
+6
*
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
1
-2
/
+3
*
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-06-15
17
-34
/
+17
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-06-12
8
-363
/
+1234
|
\
|
*
virtio-pci: fix queue_enable write
Jason Wang
2020-06-12
1
-4
/
+8
|
*
Fix parameter type in vhost migration log path
Raphael Norwitz
2020-06-12
1
-2
/
+2
|
*
virtio: add vhost-user-vsock-pci device
Stefano Garzarella
2020-06-12
2
-0
/
+85
|
*
virtio: add vhost-user-vsock base device
Stefano Garzarella
2020-06-12
2
-0
/
+182
|
*
vhost-vsock: add vhost-vsock-common abstraction
Stefano Garzarella
2020-06-12
3
-242
/
+301
|
*
Lift max memory slots limit imposed by vhost-user
Raphael Norwitz
2020-06-12
1
-19
/
+37
|
*
Transmit vhost-user memory regions individually
Raphael Norwitz
2020-06-12
1
-72
/
+438
|
*
Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
Raphael Norwitz
2020-06-12
1
-2
/
+47
|
*
Add vhost-user helper to get MemoryRegion data
Raphael Norwitz
2020-06-09
1
-10
/
+15
|
*
Add helper to populate vhost-user message regions
Raphael Norwitz
2020-06-09
1
-6
/
+12
|
*
virtio-balloon: Provide an interface for free page reporting
Alexander Duyck
2020-06-09
1
-0
/
+72
|
*
virtio-balloon: Implement support for page poison reporting feature
Alexander Duyck
2020-06-09
1
-0
/
+29
|
*
virtio-balloon: unref the iothread when unrealizing
David Hildenbrand
2020-06-09
1
-0
/
+1
|
*
virtio-balloon: fix free page hinting check on unrealize
David Hildenbrand
2020-06-09
1
-1
/
+1
|
*
virtio-balloon: fix free page hinting without an iothread
David Hildenbrand
2020-06-09
1
-17
/
+16
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-06-11
1
-2
/
+2
|
\
\
|
*
|
Fix parameter type in vhost migration log path
Raphael Norwitz
2020-06-09
1
-2
/
+2
|
|
/
*
/
hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE
Alex Bennée
2020-06-08
2
-17
/
+43
|
/
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
8
-15
/
+10
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
9
-12
/
+11
*
Refactor vhost_user_set_mem_table functions
Raphael Norwitz
2020-05-04
1
-76
/
+67
*
vhost-user-blk: fix invalid memory access
Li Feng
2020-05-04
1
-1
/
+1
*
virtio-pci: update virtio pci bar layout documentation
Anthoine Bourgeois
2020-05-04
1
-0
/
+1
*
virtio-iommu: depend on PCI
Paolo Bonzini
2020-04-01
1
-1
/
+1
[next]