summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-pci.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-input: emulated devices [pci]Gerd Hoffmann2015-06-101-0/+84
* virtio-input: core code & base class [pci]Gerd Hoffmann2015-06-101-0/+36
* virtio-pci: fill VirtIOPCIRegions early.Gerd Hoffmann2015-06-101-41/+51
* virtio-pci: drop identical virtio_pci_capGerd Hoffmann2015-06-101-13/+5
* virtio-pci: move cap type to VirtIOPCIRegionGerd Hoffmann2015-06-101-4/+5
* virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_mapGerd Hoffmann2015-06-101-18/+10
* virtio-pci: add virtio_pci_modern_region_map()Gerd Hoffmann2015-06-101-6/+19
* virtio-pci: add virtio_pci_modern_regions_init()Gerd Hoffmann2015-06-101-58/+59
* virtio-pci: add struct VirtIOPCIRegion for virtio-1 regionsGerd Hoffmann2015-06-101-9/+11
* virtio-pci: correctly set host notifiers for modern barJason Wang2015-06-101-6/+25
* virtio-pci: make modern bar 64bit + prefetchableGerd Hoffmann2015-06-101-1/+3
* virtio-pci: change & document virtio pci bar layout.Gerd Hoffmann2015-06-101-6/+25
* virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smallerGerd Hoffmann2015-06-101-1/+1
* virtio-pci: add flags to enable/disable legacy/modernGerd Hoffmann2015-06-101-13/+33
* virtio-pci: switch to modern accessors for 1.0Michael S. Tsirkin2015-06-101-6/+6
* virtio: generation counter supportMichael S. Tsirkin2015-06-101-1/+1
* virtio-pci: initial virtio 1.0 supportMichael S. Tsirkin2015-06-101-0/+379
* linux-headers: add virtio_pciMichael S. Tsirkin2015-06-101-0/+2
* virtio-pci: don't try to mask or unmask vqs without notifiersJason Wang2015-06-031-7/+14
* virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang2015-05-311-5/+5
* virtio: device_plugged() can failJason Wang2015-05-311-1/+1
* virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck2015-05-311-1/+0
* virtio: move host_featuresCornelia Huck2015-05-311-13/+4
* hw/virtio/virtio-pci: use alias property for virtio-balloon-pciShannon Zhao2015-05-311-34/+6
* virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao2015-04-281-1/+0
* virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao2015-04-281-2/+0
* virtio-pci: speedup MSI-X masking and unmaskingJason Wang2015-04-271-19/+21
* virtio: introduce vector to virtqueues mappingJason Wang2015-04-271-0/+8
* virtio-pci: Convert to realize()Markus Armbruster2015-03-111-53/+35
* balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev2015-03-011-3/+2
* virtio: feature bit manipulation helpersCornelia Huck2015-02-261-2/+2
* virtio-pci: use standard headersMichael S. Tsirkin2015-02-261-49/+5
* vhost-scsi: add bootindex propertyGonglei2015-02-111-0/+2
* virtio-pci: fix migration for pci bus masterMichael S. Tsirkin2014-11-021-18/+11
* virtio: link the rng backend through an alias propertyPaolo Bonzini2014-10-301-5/+2
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell2014-10-161-0/+4
|\
| * virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei2014-10-151-0/+2
| * virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei2014-10-151-0/+2
* | virtio-pci: Drop BusState::allow_hotplugIgor Mammedov2014-10-151-3/+0
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-301-24/+24
|\
| * virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng2014-09-301-0/+2
| * virtio: add a wrapper for virtio-backend initializationGonglei2014-09-301-28/+21
| * virtio-9p: fix virtio-9p child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-9p: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-1/+1
| * virtio-balloon: fix virtio-balloon child refcount in transportsGonglei2014-09-301-1/+1
| * virtio-rng: fix virtio-rng child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-rng: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-1/+1
| * virtio-serial: fix virtio-serial child refcount in transportsGonglei2014-09-301-0/+1
| * virtio-serial: use aliases instead of duplicate qdev propertiesGonglei2014-09-301-1/+1
OpenPOWER on IntegriCloud