aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/dataplane/vring.c
AgeCommit message (Expand)Author
2015-01-27virtio: fix feature bit checksCornelia Huck
2014-11-02hw/virtio/vring/event_idx: fix the vring_avail_event errorBin Wu
2014-09-22vring: Better error handling if num is too largeFam Zheng
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi
2014-07-14dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi
2014-01-22dataplane: fix shadowed return valueStefan Hajnoczi
2013-12-20dataplane: replace hostmem with memory_region_findPaolo Bonzini
2013-12-20dataplane: change vring API to use VirtQueueElementPaolo Bonzini
2013-12-20vring: factor common code for error exitsPaolo Bonzini
2013-12-20vring: create a common function to parse descriptorsPaolo Bonzini
2013-08-12virtio: clear signalled_used_valid when switching from dataplaneStefan Hajnoczi
2013-07-19dataplane: sync virtio.c and vring.c virtqueue stateStefan Hajnoczi
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini