aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-pci.c
AgeCommit message (Expand)Author
2011-11-28virtio: add and use virtio_set_featuresPaolo Bonzini
2011-11-01Revert "virtio: Add PCI memory BAR in addition to PIO BAR"Anthony Liguori
2011-11-01virtio: Add PCI memory BAR in addition to PIO BARDavid Gibson
2011-10-12hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08msix: convert to memory APIAvi Kivity
2011-08-08virtio-pci: convert to memory APIAvi Kivity
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-08-04virtio-balloon: Add exit handler, fix memleaksAmit Shah
2011-08-04virtio-balloon: Check if balloon registration failedAmit Shah
2011-07-27virtio-pci: use generic logic for command accessMichael S. Tsirkin
2011-07-05virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12virtio: guard against negative vq notifiesStefan Hajnoczi
2011-06-12virtio-pci.c: convert to PCIDEviceInfo to initialize idsIsaku Yamahata
2011-06-01virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V
2011-04-18PXE: Use consistent naming for PXE ROMsAlex Williamson
2011-04-04virtio: use generic name when possibleAlexander Graf
2011-03-28virtio-pci: fix bus master work around on loadMichael S. Tsirkin
2011-03-21virtio-serial: Enable ioeventfdAmit Shah
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com
2011-01-11ioeventfd: error handling cleanupMichael S. Tsirkin
2011-01-10virtio-pci: Use ioeventfd for virtqueue notifyStefan Hajnoczi
2011-01-10virtio-pci: Rename bugs field to flagsStefan Hajnoczi
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov
2010-11-21virtio-pci: Convert fprintf() to error_report()Stefan Hajnoczi
2010-11-21virtfs: enable MSI-XGerd Hoffmann
2010-10-07virtio: change set guest notifier to per-deviceMichael S. Tsirkin
2010-09-07virtio-net: Introduce a new bottom half packet TXAlex Williamson
2010-09-07virtio-net: Limit number of packets sent per TX flushAlex Williamson
2010-09-07virtio-net: Make tx_timer timeout configurableAlex Williamson
2010-08-24Rearrange block headersBlue Swirl
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah
2010-07-26virtio-blk: Create exit function to unregister savevmAlex Williamson
2010-07-13virtio-blk: Fix virtio-blk-s390 to require driveMarkus Armbruster
2010-07-13virtio-pci: Check for virtio_blk_init() failureMarkus Armbruster
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster
2010-07-02blockdev: Clean up automatic drive deletionMarkus Armbruster
2010-06-22virtio-pci: fix bus master bug setting on loadAlex Williamson
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-05-03virtio-9p: Add a virtio 9p device to qemuAnthony Liguori
2010-04-01virtio-pci: fill in notifier supportMichael S. Tsirkin
2010-04-01virtio: add set_status callbackMichael S. Tsirkin
2010-03-31Don't check for bus master for old guestsAlexander Graf
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-03-08virtio-pci: Use DEV_NVECTORS_UNSPECIFIED instead of -1 for virtio-serialAmit Shah