summaryrefslogtreecommitdiffstats
path: root/hw/virtio-pci.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-pci: convert PIO to new memory api read/writeAlexander Graf2012-10-291-77/+49
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* kvm: Clean up irqfd APIJan Kiszka2012-09-091-2/+2
* msix: make [un]use vectors on reset/load optionalMichael S. Tsirkin2012-08-291-0/+2
* virtio-blk: hide VIRTIO_BLK_F_CONFIG_WCE from old machine typesStefan Hajnoczi2012-08-171-0/+1
* kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'Peter Maydell2012-08-091-2/+2
* virtio: fix vhost handlingPaolo Bonzini2012-08-061-7/+7
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2012-07-301-21/+15
|\
| * Merge branch pci into masterMichael S. Tsirkin2012-07-291-21/+15
| |\
| | * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-12/+11
| | * virtio: Convert to msix_init_exclusive_bar() interfaceAlex Williamson2012-06-181-10/+5
* | | virtio-scsi: enable MSI-X supportPaolo Bonzini2012-07-271-2/+4
* | | virtio-scsi: add ioeventfd supportPaolo Bonzini2012-07-271-0/+1
|/ /
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-07-181-0/+1
|\ \
| * | virtio-blk: qdev properties for disk geometryMarkus Armbruster2012-07-171-0/+1
| |/
* | virtio: move common irqfd handling out of virtio-pciPaolo Bonzini2012-07-121-27/+10
* | virtio: move common ioeventfd handling out of virtio-pciPaolo Bonzini2012-07-121-34/+2
* | memory: pass EventNotifier, not eventfdPaolo Bonzini2012-07-121-2/+2
|/
* msi: Invoke msi/msix_write_config from PCI coreJan Kiszka2012-06-071-2/+0
* msi: Invoke msi/msix_reset from PCI coreJan Kiszka2012-06-071-1/+0
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-06-031-0/+126
|\
| * virtio/vhost: Add support for KVM in-kernel MSI injectionJan Kiszka2012-05-211-0/+126
* | virtio-blk: always enable VIRTIO_BLK_F_SCSIPaolo Bonzini2012-05-211-0/+3
* | virtio-blk: define VirtIOBlkConfPaolo Bonzini2012-05-211-4/+3
* | virtio-blk: blockdev_mark_auto_del is transport-independentPaolo Bonzini2012-05-211-1/+0
* | virtio-pci: add missing 'static'Blue Swirl2012-05-191-1/+1
|/
* virtio-pci: change virtio balloon PCI class codeDavid Gibson2012-04-111-1/+7
* virtio-scsi: Add virtio-scsi stub deviceStefan Hajnoczi2012-02-221-0/+56
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: remove baked in notion of aliases (v2)Anthony Liguori2012-02-031-8/+0
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-32/+44
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-76/+112
* qdev: prepare source tree for code conversionAnthony Liguori2012-01-271-88/+86
* virtio-pci: Fix endianness of virtio configBenjamin Herrenschmidt2012-01-211-2/+26
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+2
* virtio-pci: use pci macrosHui Kai Ran2011-12-091-3/+4
* hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V2011-12-041-1/+1
* virtio: add and use virtio_set_featuresPaolo Bonzini2011-11-281-7/+2
* Revert "virtio: Add PCI memory BAR in addition to PIO BAR"Anthony Liguori2011-11-011-2/+0
* virtio: Add PCI memory BAR in addition to PIO BARDavid Gibson2011-11-011-0/+2
* hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V2011-10-121-5/+0
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-5/+4
* msix: convert to memory APIAvi Kivity2011-08-081-6/+10
* virtio-pci: convert to memory APIAvi Kivity2011-08-081-44/+26
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-08-041-9/+9
|\
| * virtio-pci: use generic logic for command accessMichael S. Tsirkin2011-07-271-9/+9
* | virtio-balloon: Add exit handler, fix memleaksAmit Shah2011-08-041-1/+10
* | virtio-balloon: Check if balloon registration failedAmit Shah2011-08-041-0/+3
|/
* virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster2011-07-051-1/+3
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-58/+2
|\
OpenPOWER on IntegriCloud