summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum4-0/+11
2013-07-27misc: Fix new typos in comments and stringsStefan Weil1-2/+2
2013-07-22Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into stagingAnthony Liguori3-3/+459
2013-07-19virtio: Implement MMIO based virtio transportPeter Maydell2-0/+422
2013-07-19virtio: Support transports which can specify the vring alignmentPeter Maydell1-3/+29
2013-07-19virtio: Add support for guest setting of queue sizePeter Maydell1-0/+8
2013-07-19dataplane: sync virtio.c and vring.c virtqueue stateStefan Hajnoczi1-3/+5
2013-07-04add a header file for atomic operationsPaolo Bonzini1-5/+4
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add ref/unref callsPaolo Bonzini3-0/+10
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini3-4/+4
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson1-1/+1
2013-05-30qdev: fix get_fw_dev_path to support to add nothing to fw_dev_pathAmos Kong1-0/+6
2013-05-29virtio-pci: drop unused wmb macroMichael S. Tsirkin1-6/+0
2013-05-16virtio: add virtio_bus_get_dev_path.KONRAD Frederic1-0/+14
2013-05-15virtio-net-x: forward the netclient name and type.KONRAD Frederic1-0/+3
2013-05-08virtio: properly validate address before accessing configJason Wang1-12/+18
2013-05-08virtio-pci: fix level interruptsMichael S. Tsirkin1-0/+5
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic1-0/+12
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic1-0/+12
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic1-0/+24
2013-05-03virtio-x-bus: force bus name to virtio-bus.KONRAD Frederic1-1/+4
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic3-19/+4
2013-04-24virtio: remove virtiobindings.KONRAD Frederic4-65/+45
2013-04-24virtio: remove the function pointer.KONRAD Frederic4-38/+52
2013-04-24virtio-pci: cleanup.KONRAD Frederic2-54/+2
2013-04-24virtio-bus: make virtio_x_bus_new static.KONRAD Frederic2-2/+3
2013-04-24virtio-bus: add new functions.KONRAD Frederic1-0/+23
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic1-12/+15
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic1-66/+21
2013-04-24virtio-rng-pci: switch to the new API.KONRAD Frederic2-90/+74
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic2-14/+102
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic1-6/+6
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic2-29/+54
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic1-2/+1
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori4-21/+123
2013-04-19vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2-0/+78
2013-04-19virtio: simplify Makefile conditionalsPaolo Bonzini1-4/+4
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini1-2/+3
2013-04-19virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP eventLuiz Capitulino1-1/+1
2013-04-19vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger1-15/+38
2013-04-17virtio-net-pci: switch to the new API.KONRAD Frederic2-60/+69
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic1-3/+1
2013-04-15virtio-balloon: fix dynamic properties.KONRAD Frederic1-0/+36
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-15virtio-serial-pci: switch to the new API.KONRAD Frederic2-67/+78
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic1-1/+1