summaryrefslogtreecommitdiffstats
path: root/hw/virtio/dataplane/vring.c
Commit message (Expand)AuthorAgeFilesLines
* dataplane: support non-contigious s/gMichael S. Tsirkin2015-11-091-22/+46
* dataplane: simplify indirect descriptor readMichael S. Tsirkin2015-11-091-10/+18
* virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel2015-10-121-14/+55
* virtio: avoid leading underscores for helpersCornelia Huck2015-09-101-5/+5
* Revert "dataplane: allow virtio-1 devices"Cornelia Huck2015-07-071-26/+21
* dataplane: fix cross-endian issuesGreg Kurz2015-07-071-2/+4
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-111-21/+26
|\
| * dataplane: allow virtio-1 devicesCornelia Huck2015-06-101-21/+26
* | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-1/+1
|/
* virtio: add feature checking helpersCornelia Huck2015-02-261-5/+5
* dataplane: endianness-aware accessesCornelia Huck2015-02-161-19/+34
* virtio: fix feature bit checksCornelia Huck2015-01-271-2/+2
* hw/virtio/vring/event_idx: fix the vring_avail_event errorBin Wu2014-11-021-4/+4
* vring: Better error handling if num is too largeFam Zheng2014-09-221-1/+2
* virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi2014-07-141-11/+6
* dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi2014-07-141-5/+4
* dataplane: fix shadowed return valueStefan Hajnoczi2014-01-221-1/+1
* dataplane: replace hostmem with memory_region_findPaolo Bonzini2013-12-201-8/+70
* dataplane: change vring API to use VirtQueueElementPaolo Bonzini2013-12-201-20/+36
* vring: factor common code for error exitsPaolo Bonzini2013-12-201-13/+21
* vring: create a common function to parse descriptorsPaolo Bonzini2013-12-201-62/+51
* virtio: clear signalled_used_valid when switching from dataplaneStefan Hajnoczi2013-08-121-0/+1
* dataplane: sync virtio.c and vring.c virtqueue stateStefan Hajnoczi2013-07-191-3/+5
* hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini2013-04-081-0/+363
OpenPOWER on IntegriCloud