summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-pci.c
Commit message (Expand)AuthorAgeFilesLines
* qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-0/+1
* qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-191-1/+2
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-3/+3
* virtio-pci: add device_unplugged callbackPaolo Bonzini2013-12-091-2/+10
* virtio-pci: remove vdev fieldPaolo Bonzini2013-12-091-45/+65
* virtio-bus: remove vdev fieldPaolo Bonzini2013-12-091-1/+1
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-2/+2
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-031-2/+1
|\
| * virtio_pci: fix level interrupts with irqfdMichael S. Tsirkin2013-09-011-2/+1
* | qom: Pass available size to object_initialize()Andreas Färber2013-08-301-8/+8
* | qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-301-1/+1
* | virtio-pci: Pass size to virtio_pci_bus_new()Andreas Färber2013-08-301-3/+5
* | virtio: Remove unnecessary OBJECT() castsPeter Maydell2013-08-301-8/+8
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori2013-08-291-1/+1
|\ \ | |/ |/|
| * kvm: add KVM_IRQFD_FLAG_RESAMPLE supportVincenzo Maffione2013-08-091-1/+1
* | devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+8
|/
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* virtio-rng: Fix crash with non-default backendCole Robinson2013-06-181-1/+1
* virtio-pci: drop unused wmb macroMichael S. Tsirkin2013-05-291-6/+0
* virtio-net-x: forward the netclient name and type.KONRAD Frederic2013-05-151-0/+3
* virtio-pci: fix level interruptsMichael S. Tsirkin2013-05-081-0/+5
* virtio-scsi: fix the command line compatibility.KONRAD Frederic2013-05-031-0/+12
* virtio-serial: fix command line compatibility.KONRAD Frederic2013-05-031-0/+12
* virtio-x-bus: force bus name to virtio-bus.KONRAD Frederic2013-05-031-1/+4
* virtio: remove virtiobindings.KONRAD Frederic2013-04-241-13/+0
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-17/+24
* virtio-pci: cleanup.KONRAD Frederic2013-04-241-52/+2
* virtio-bus: make virtio_x_bus_new static.KONRAD Frederic2013-04-241-1/+3
* virtio-rng-pci: switch to the new API.KONRAD Frederic2013-04-241-89/+61
* virtio-rng: add virtio-rng device.KONRAD Frederic2013-04-241-7/+1
* virtio-9p-pci: switch to the new API.KONRAD Frederic2013-04-231-26/+34
* virtio-9p: add the virtio-9p device.KONRAD Frederic2013-04-231-2/+1
* vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2013-04-191-0/+60
* virtio-scsi: create VirtIOSCSICommonPaolo Bonzini2013-04-191-2/+3
* virtio-net-pci: switch to the new API.KONRAD Frederic2013-04-171-58/+56
* virtio-net: add the virtio-net device.KONRAD Frederic2013-04-171-3/+1
* virtio-balloon: fix dynamic properties.KONRAD Frederic2013-04-151-0/+36
* virtio-serial-pci: switch to the new API.KONRAD Frederic2013-04-151-66/+65
* virtio-serial: add the virtio-serial device.KONRAD Frederic2013-04-151-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+1514
OpenPOWER on IntegriCloud