summaryrefslogtreecommitdiff
path: root/include/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+1
2013-05-22virtio-net: dynamic network offloads configurationDmitry Fleytman1-0/+13
2013-05-15virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic1-0/+4
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic1-1/+0
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic1-0/+4
2013-04-24virtio: drop unused function prototypes.KONRAD Frederic1-10/+0
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-5/+1
2013-04-24virtio: remove virtiobindings.KONRAD Frederic2-23/+0
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-24/+0
2013-04-24virtio-bus: add new functions.KONRAD Frederic1-0/+5
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic1-1/+1
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic1-0/+14
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic1-1/+1
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori3-4/+207
2013-04-19vhost-scsi: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2-0/+75
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini1-4/+129
2013-04-19virtio.h: drop unused function prototypesLuiz Capitulino1-2/+0
2013-04-19vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger1-0/+3
2013-04-17virtio-net: cleanup: use QOM cast.KONRAD Frederic1-1/+1
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic1-0/+13
2013-04-17virtio: add two functions to VirtioDeviceClass.KONRAD Frederic1-0/+12
2013-04-16virtio-console: Also throttle when less was written then requestedHans de Goede1-1/+1
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1-2/+2
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-2/+2
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic1-1/+1
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic1-0/+9
2013-04-15virtio: fix broken aliases.KONRAD Frederic3-3/+3
2013-04-08hw: move headers to include/Paolo Bonzini12-0/+1427