summaryrefslogtreecommitdiffstats
path: root/hw/virtio.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: Remove unneeded g_free() check in virtio_cleanup()Luiz Capitulino2012-02-101-2/+1
* virtio: change memcpy to guest readsAlexander Graf2012-01-211-6/+6
* virtio: add and use virtio_set_featuresPaolo Bonzini2011-11-281-6/+18
* virtio: Use global memory barrier macrosDavid Gibson2011-09-231-11/+3
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2011-09-201-2/+2
|\
| * Drop the vm_running global variableLuiz Capitulino2011-09-151-1/+1
| * Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+1
* | trace: add virtio_set_status() trace eventStefan Hajnoczi2011-09-171-0/+10
|/
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-6/+6
* virtio: Plug memleak by freeing vdevAmit Shah2011-07-271-0/+1
* virtio: fix indirect descriptor buffer overflowMichael S. Tsirkin2011-07-171-0/+8
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-2/+2
* virtio: event index supportMichael S. Tsirkin2011-06-121-9/+83
* virtio: correctly initialize vm_runningJason Wang2011-06-121-0/+1
* virtio: guard against negative vq notifiesStefan Hajnoczi2011-06-121-3/+1
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* virtio-pci: Use ioeventfd for virtqueue notifyStefan Hajnoczi2011-01-101-3/+11
* virtio: move vmstate change tracking to coreMichael S. Tsirkin2011-01-101-0/+22
* virtio: fix up VQ checksMichael S. Tsirkin2010-11-241-11/+16
* virtio: Convert fprintf() to error_report()Stefan Hajnoczi2010-11-241-17/+18
* virtio: sanity-check available indexMichael S. Tsirkin2010-10-271-0/+11
* virtio: invoke set_status callback on resetMichael S. Tsirkin2010-10-071-0/+2
* trace: Trace virtqueue operationsStefan Hajnoczi2010-09-091-0/+8
* virtio: Factor virtqueue_map_sg outKevin Wolf2010-08-301-14/+24
* virtio: invoke set_features on loadMichael S. Tsirkin2010-05-121-0/+2
* win32: Fix compiler errors from u_int64_tStefan Weil2010-04-011-1/+1
* virtio: notifier support + APIs for queue fieldsMichael S. Tsirkin2010-04-011-1/+79
* virtio: Remove duplicate macro definition for max. virtqueues, bump up the maxAmit Shah2010-01-201-2/+0
* virtio: add features as qdev propertiesMichael S. Tsirkin2010-01-111-1/+1
* virtio: rename features -> guest_featuresMichael S. Tsirkin2010-01-111-4/+4
* virtio: verify features on loadMichael S. Tsirkin2009-12-121-1/+10
* qemu/virtio: make wmb compiler barrier + commentsMichael S. Tsirkin2009-10-301-1/+4
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-28/+28
* Get rid of _t suffixmalc2009-10-011-28/+28
* qemu: init all queues to NO_VECTOR valueMichael S. Tsirkin2009-09-111-0/+3
* qemu: remove control vector saveMichael S. Tsirkin2009-07-091-3/+0
* qemu/virtio: virtio save/load bindingsMichael S. Tsirkin2009-06-241-17/+16
* qemu/virtio: virtio support for many interrupt vectorsMichael S. Tsirkin2009-06-241-15/+44
* virtio: add support for indirect ring entriesMark McLoughlin2009-06-221-5/+46
* virtio: make vring_desc_*() take phys addrsMark McLoughlin2009-06-221-26/+33
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+2
* Separate virtio PCI codePaul Brook2009-05-181-218/+56
* Virtio-net qdev conversionPaul Brook2009-05-141-8/+2
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-0/+7
* Fix oops on 2.6.25 guest (Rusty Russell)aliguori2009-04-051-1/+8
* Use the DMA api to map virtio elements.aliguori2009-03-281-82/+17
* virtio: Allow guest to defer VIRTIO_F_NOTIFY_ON_EMPTY (Alex Williamson)aliguori2009-03-201-3/+4
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+1
* Add and use #defines for PCI device classesblueswir12009-02-011-5/+3
OpenPOWER on IntegriCloud