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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-device: refactor virtio-device.
KONRAD Frederic
2013-01-21
1
-12
/
+58
*
virtio: make bindings typesafe
Michael S. Tsirkin
2012-12-20
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
virtio: limit avail bytes lookahead
Michael S. Tsirkin
2012-11-29
1
-7
/
+8
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-38
/
+38
*
virtio: Introduce virtqueue_get_avail_bytes()
Amit Shah
2012-09-28
1
-7
/
+21
*
virtio: use unsigned int for counting bytes in vq
Amit Shah
2012-09-28
1
-1
/
+1
*
virtio: don't mark unaccessed memory as dirty
Michael S. Tsirkin
2012-09-28
1
-1
/
+1
*
virtio: fix vhost handling
Paolo Bonzini
2012-08-06
1
-2
/
+5
*
virtio: move common irqfd handling out of virtio-pci
Paolo Bonzini
2012-07-12
1
-0
/
+24
*
virtio: move common ioeventfd handling out of virtio-pci
Paolo Bonzini
2012-07-12
1
-0
/
+22
*
virtio: order index/descriptor reads
Michael S. Tsirkin
2012-04-25
1
-0
/
+5
*
virtio: add missing mb() on enable notification
Michael S. Tsirkin
2012-04-25
1
-0
/
+4
*
virtio: add missing mb() on notification
Michael S. Tsirkin
2012-04-25
1
-0
/
+2
*
virtio: add virtio_queue_get_id
Paolo Bonzini
2012-04-19
1
-0
/
+7
*
virtio: Remove unneeded g_free() check in virtio_cleanup()
Luiz Capitulino
2012-02-10
1
-2
/
+1
*
virtio: change memcpy to guest reads
Alexander Graf
2012-01-21
1
-6
/
+6
*
virtio: add and use virtio_set_features
Paolo Bonzini
2011-11-28
1
-6
/
+18
*
virtio: Use global memory barrier macros
David Gibson
2011-09-23
1
-11
/
+3
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2011-09-20
1
-2
/
+2
|
\
|
*
Drop the vm_running global variable
Luiz Capitulino
2011-09-15
1
-1
/
+1
|
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-1
/
+1
*
|
trace: add virtio_set_status() trace event
Stefan Hajnoczi
2011-09-17
1
-0
/
+10
|
/
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-6
/
+6
*
virtio: Plug memleak by freeing vdev
Amit Shah
2011-07-27
1
-0
/
+1
*
virtio: fix indirect descriptor buffer overflow
Michael S. Tsirkin
2011-07-17
1
-0
/
+8
*
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
2011-06-24
1
-2
/
+2
*
virtio: event index support
Michael S. Tsirkin
2011-06-12
1
-9
/
+83
*
virtio: correctly initialize vm_running
Jason Wang
2011-06-12
1
-0
/
+1
*
virtio: guard against negative vq notifies
Stefan Hajnoczi
2011-06-12
1
-3
/
+1
*
Remove unused sysemu.h include directives
Blue Swirl
2011-04-15
1
-1
/
+0
*
virtio-pci: Use ioeventfd for virtqueue notify
Stefan Hajnoczi
2011-01-10
1
-3
/
+11
*
virtio: move vmstate change tracking to core
Michael S. Tsirkin
2011-01-10
1
-0
/
+22
*
virtio: fix up VQ checks
Michael S. Tsirkin
2010-11-24
1
-11
/
+16
*
virtio: Convert fprintf() to error_report()
Stefan Hajnoczi
2010-11-24
1
-17
/
+18
*
virtio: sanity-check available index
Michael S. Tsirkin
2010-10-27
1
-0
/
+11
*
virtio: invoke set_status callback on reset
Michael S. Tsirkin
2010-10-07
1
-0
/
+2
*
trace: Trace virtqueue operations
Stefan Hajnoczi
2010-09-09
1
-0
/
+8
*
virtio: Factor virtqueue_map_sg out
Kevin Wolf
2010-08-30
1
-14
/
+24
*
virtio: invoke set_features on load
Michael S. Tsirkin
2010-05-12
1
-0
/
+2
*
win32: Fix compiler errors from u_int64_t
Stefan Weil
2010-04-01
1
-1
/
+1
*
virtio: notifier support + APIs for queue fields
Michael S. Tsirkin
2010-04-01
1
-1
/
+79
*
virtio: Remove duplicate macro definition for max. virtqueues, bump up the max
Amit Shah
2010-01-20
1
-2
/
+0
*
virtio: add features as qdev properties
Michael S. Tsirkin
2010-01-11
1
-1
/
+1
*
virtio: rename features -> guest_features
Michael S. Tsirkin
2010-01-11
1
-4
/
+4
*
virtio: verify features on load
Michael S. Tsirkin
2009-12-12
1
-1
/
+10
*
qemu/virtio: make wmb compiler barrier + comments
Michael S. Tsirkin
2009-10-30
1
-1
/
+4
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-28
/
+28
*
Get rid of _t suffix
malc
2009-10-01
1
-28
/
+28
*
qemu: init all queues to NO_VECTOR value
Michael S. Tsirkin
2009-09-11
1
-0
/
+3
[next]