summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-pci.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-3/+3
2013-12-09virtio-pci: add device_unplugged callbackPaolo Bonzini1-2/+10
2013-12-09virtio-pci: remove vdev fieldPaolo Bonzini1-45/+65
2013-12-09virtio-bus: remove vdev fieldPaolo Bonzini1-1/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-2/+2
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+1
2013-09-01virtio_pci: fix level interrupts with irqfdMichael S. Tsirkin1-2/+1
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-8/+8
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+1
2013-08-30virtio-pci: Pass size to virtio_pci_bus_new()Andreas Färber1-3/+5
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell1-8/+8
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori1-1/+1
2013-08-09kvm: add KVM_IRQFD_FLAG_RESAMPLE supportVincenzo Maffione1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+8
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson1-1/+1
2013-05-29virtio-pci: drop unused wmb macroMichael S. Tsirkin1-6/+0
2013-05-15virtio-net-x: forward the netclient name and type.KONRAD Frederic1-0/+3
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-x-bus: force bus name to virtio-bus.KONRAD Frederic1-1/+4
2013-04-24virtio: remove virtiobindings.KONRAD Frederic1-13/+0
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-17/+24
2013-04-24virtio-pci: cleanup.KONRAD Frederic1-52/+2
2013-04-24virtio-bus: make virtio_x_bus_new static.KONRAD Frederic1-1/+3
2013-04-24virtio-rng-pci: switch to the new API.KONRAD Frederic1-89/+61
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic1-7/+1
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic1-26/+34
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic1-2/+1
2013-04-19vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger1-0/+60
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini1-2/+3
2013-04-17virtio-net-pci: switch to the new API.KONRAD Frederic1-58/+56
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-15virtio-serial-pci: switch to the new API.KONRAD Frederic1-66/+65
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1514