index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2019-11-29
5
-0
/
+5
*
virtio-pci: call pci reset variant when guest requests reset.
Gerd Hoffmann
2019-11-29
1
-7
/
+4
*
virtio-balloon: add 'available' counter
Denis V. Lunev
2019-11-29
1
-0
/
+1
*
hw/virtio: group virtio flags into an enum
Marcel Apfelbaum
2019-11-29
1
-7
/
+10
*
hw/virtio: fix double use of a virtio flag
Marcel Apfelbaum
2019-11-29
1
-1
/
+1
*
balloon: fix segfault and harden the stats queue
Ladi Prosek
2019-11-29
1
-2
/
+22
*
virtio-rng: ask for more data if queue is not fully drained
Ladi Prosek
2019-11-29
1
-0
/
+7
*
vring: remove
Paolo Bonzini
2019-11-29
3
-550
/
+0
*
virtio: export vring_notify as virtio_should_notify
Paolo Bonzini
2019-11-29
1
-2
/
+2
*
virtio: add AioContext-specific function for host notifiers
Paolo Bonzini
2019-11-29
1
-0
/
+16
*
vring: make vring_enable_notification return void
Paolo Bonzini
2019-11-29
1
-2
/
+1
*
balloon: Use only 'pc-dimm' type dimm for ballooning
Vladimir Sementsov-Ogievskiy
2019-11-29
1
-2
/
+20
*
virtio-balloon: rewrite get_current_ram_size()
Vladimir Sementsov-Ogievskiy
2019-11-29
1
-17
/
+6
*
move get_current_ram_size to virtio-balloon.c
Vladimir Sementsov-Ogievskiy
2019-11-29
1
-0
/
+26
*
vhost-user: don't merge regions with different fds
Michael S. Tsirkin
2019-11-29
2
-0
/
+27
*
vhost-user interrupt management fixes
Victor Kaplansky
2019-11-29
3
-6
/
+18
*
vhost: simplify vhost_needs_vring_endian()
Greg Kurz
2019-11-29
1
-2
/
+7
*
vhost: move virtio 1.0 check to cross-endian helper
Greg Kurz
2019-11-29
1
-4
/
+5
*
virtio: move cross-endian helper to vhost
Greg Kurz
2019-11-29
1
-2
/
+15
*
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2019-11-29
1
-2
/
+2
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2019-11-29
1
-4
/
+4
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2019-11-29
1
-6
/
+6
*
qom: Use typedef for Visitor
Eric Blake
2019-11-29
1
-3
/
+3
*
balloon: Improve use of qapi visitor
Eric Blake
2019-11-29
1
-3
/
+5
*
virtio: combine write of an entry into used ring
Vincenzo Maffione
2019-11-29
1
-13
/
+12
*
virtio: read avail_idx from VQ only when necessary
Vincenzo Maffione
2019-11-29
1
-4
/
+22
*
virtio: cache used_idx in a VirtQueue field
Vincenzo Maffione
2019-11-29
1
-3
/
+9
*
virtio: combine the read of a descriptor
Paolo Bonzini
2019-11-29
1
-51
/
+35
*
vring: slim down allocation of VirtQueueElements
Paolo Bonzini
2019-11-29
1
-17
/
+36
*
virtio: slim down allocation of VirtQueueElements
Paolo Bonzini
2019-11-29
1
-31
/
+51
*
virtio: introduce virtqueue_alloc_element
Paolo Bonzini
2019-11-29
2
-13
/
+100
*
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2019-11-29
1
-0
/
+13
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2019-11-29
4
-22
/
+40
*
Fix virtio migration
Dr. David Alan Gilbert
2019-11-29
1
-4
/
+4
*
virtio: Clean up includes
Peter Maydell
2019-11-29
10
-4
/
+10
*
9pfs: introduce V9fsVirtioState
Wei Liu
2019-11-29
1
-1
/
+1
*
virtio: fix error message for number of queues
Cornelia Huck
2019-11-29
1
-1
/
+1
*
migration/virtio: Remove simple .get/.put use
Dr. David Alan Gilbert
2019-11-29
1
-68
/
+19
*
9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h
Wei Liu
2019-11-29
1
-1
/
+0
*
virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...
Shmulik Ladkani
2015-12-02
2
-5
/
+26
*
virtio: handle non-virtio-1-capable backend for ccw
Cornelia Huck
2015-12-02
1
-0
/
+3
*
Revert "vhost: send SET_VRING_ENABLE at start/stop"
Michael S. Tsirkin
2015-11-26
1
-9
/
+0
*
vhost-user: fix log size
Michael S. Tsirkin
2015-11-18
1
-1
/
+1
*
vhost-user: start/stop all rings
Michael S. Tsirkin
2015-11-16
1
-6
/
+11
*
vhost-user: print original request on error
Michael S. Tsirkin
2015-11-16
1
-2
/
+2
*
vhost: let SET_VRING_ENABLE message depends on protocol feature
Yuanhan Liu
2015-11-16
1
-1
/
+1
*
hw/virtio: Add PCIe capability to virtio devices
Marcel Apfelbaum
2015-11-12
2
-0
/
+24
*
vhost: send SET_VRING_ENABLE at start/stop
Yuanhan Liu
2015-11-12
1
-0
/
+9
*
vhost: rename RESET_DEVICE backto RESET_OWNER
Yuanhan Liu
2015-11-12
2
-4
/
+4
*
vhost-user: modify SET_LOG_BASE to pass mmap size and offset
Victor Kaplansky
2015-11-12
1
-2
/
+9
[next]