summaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio.h
AgeCommit message (Expand)Author
2015-06-10virtio: add modern config accessorsMichael S. Tsirkin
2015-06-10virtio: generation counter supportMichael S. Tsirkin
2015-06-10virtio: allow to fail setting statusCornelia Huck
2015-06-10virtio: allow virtio-1 queue layoutCornelia Huck
2015-06-10virtio: endianness checks for virtio 1.0 devicesCornelia Huck
2015-06-03virtio: 64bit features fixups.Gerd Hoffmann
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-05-31virtio: increase the queue limit to 1024Jason Wang
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang
2015-05-31virtio: introduce virtio_get_num_queues()Jason Wang
2015-05-31virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck
2015-05-31virtio: move host_featuresCornelia Huck
2015-05-29virtio-input: core code & base class [device]Gerd Hoffmann
2015-04-27virtio: coding style tweakMichael S. Tsirkin
2015-04-27virtio: introduce vector to virtqueues mappingJason Wang
2015-02-26virtio: add feature checking helpersCornelia Huck
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2015-02-26virtio: use standard-headersMichael S. Tsirkin
2014-12-10virtio: remove useless declaration of virtio_net_init()Gonglei
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2013-12-09virtio: Convert exit to unrealizeAndreas Färber
2013-12-09virtio: Complete converting VirtioDevice to QOM realizeAndreas Färber
2013-12-09virtio: Start converting VirtioDevice to QOM realizeAndreas Färber
2013-12-09virtio-bus: cleanup plug/unplug interfacePaolo Bonzini
2013-08-12virtio: clear signalled_used_valid when switching from dataplaneStefan Hajnoczi
2013-07-19virtio: Support transports which can specify the vring alignmentPeter Maydell
2013-07-19virtio: Add support for guest setting of queue sizePeter Maydell
2013-07-15virtio-net: add feature bit for any header s/gMichael S. Tsirkin
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic
2013-04-24virtio: drop unused function prototypes.KONRAD Frederic
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic
2013-04-24virtio: remove virtiobindings.KONRAD Frederic
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic
2013-04-19virtio.h: drop unused function prototypesLuiz Capitulino
2013-04-17virtio: add two functions to VirtioDeviceClass.KONRAD Frederic
2013-04-08hw: move headers to include/Paolo Bonzini