summaryrefslogtreecommitdiff
path: root/hw/virtio/dataplane
AgeCommit message (Expand)AuthorFilesLines
2015-11-09dataplane: support non-contigious s/gMichael S. Tsirkin1-22/+46
2015-11-09dataplane: simplify indirect descriptor readMichael S. Tsirkin1-10/+18
2015-10-12virtio dataplane: adapt dataplane for virtio Version 1Pierre Morel1-14/+55
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-5/+5
2015-07-07Revert "dataplane: allow virtio-1 devices"Cornelia Huck1-26/+21
2015-07-07dataplane: fix cross-endian issuesGreg Kurz1-2/+4
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-21/+26
2015-06-10dataplane: allow virtio-1 devicesCornelia Huck1-21/+26
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini1-1/+1
2015-02-26virtio: add feature checking helpersCornelia Huck1-5/+5
2015-02-16dataplane: endianness-aware accessesCornelia Huck2-20/+35
2015-01-27virtio: fix feature bit checksCornelia Huck1-2/+2
2014-11-02hw/virtio/vring/event_idx: fix the vring_avail_event errorBin Wu1-4/+4
2014-09-22vring: Better error handling if num is too largeFam Zheng1-1/+2
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi1-11/+6
2014-07-14dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi1-5/+4
2014-01-22dataplane: fix shadowed return valueStefan Hajnoczi1-1/+1
2013-12-20dataplane: replace hostmem with memory_region_findPaolo Bonzini3-192/+71
2013-12-20dataplane: change vring API to use VirtQueueElementPaolo Bonzini1-20/+36
2013-12-20vring: factor common code for error exitsPaolo Bonzini1-13/+21
2013-12-20vring: create a common function to parse descriptorsPaolo Bonzini1-62/+51
2013-08-12virtio: clear signalled_used_valid when switching from dataplaneStefan Hajnoczi1-0/+1
2013-07-19dataplane: sync virtio.c and vring.c virtqueue stateStefan Hajnoczi1-3/+5
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+7
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-1/+1
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini3-0/+540