aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-01virtio_pci: fix level interrupts with irqfdMichael S. Tsirkin
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30virtio-mmio: Pass size to virtio_mmio_bus_new()Andreas Färber
2013-08-30virtio-pci: Pass size to virtio_pci_bus_new()Andreas Färber
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori
2013-08-25virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect de...yinyin
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-12Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-12hw/virtio/virtio-mmio: Make QueueNumMax read 0 for unavailable queuespull-arm-devs-20130812arm-devs.nextarm-devs.for-upstreamPeter Maydell
2013-08-12vhost: clear signalled_used_valid on vhost stopMichael S. Tsirkin
2013-08-12virtio: clear signalled_used_valid when switching from dataplaneStefan Hajnoczi
2013-08-09kvm: add KVM_IRQFD_FLAG_RESAMPLE supportVincenzo Maffione
2013-08-09hw/virtio/virtio: Don't allow guests to add/remove queuesPeter Maydell
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-27misc: Fix new typos in comments and stringsStefan Weil
2013-07-22Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into stagingAnthony Liguori
2013-07-19virtio: Implement MMIO based virtio transportPeter Maydell
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-19dataplane: sync virtio.c and vring.c virtqueue stateStefan Hajnoczi
2013-07-04add a header file for atomic operationsPaolo Bonzini
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson
2013-05-30qdev: fix get_fw_dev_path to support to add nothing to fw_dev_pathAmos Kong
2013-05-29virtio-pci: drop unused wmb macroMichael S. Tsirkin
2013-05-16virtio: add virtio_bus_get_dev_path.KONRAD Frederic
2013-05-15virtio-net-x: forward the netclient name and type.KONRAD Frederic
2013-05-08virtio: properly validate address before accessing configJason Wang
2013-05-08virtio-pci: fix level interruptsMichael S. Tsirkin
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic
2013-05-03virtio-x-bus: force bus name to virtio-bus.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-pci: cleanup.KONRAD Frederic
2013-04-24virtio-bus: make virtio_x_bus_new static.KONRAD Frederic
2013-04-24virtio-bus: add new functions.KONRAD Frederic
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic
2013-04-24virtio-rng-pci: switch to the new API.KONRAD Frederic