aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-pci.c
AgeCommit message (Expand)Author
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
2010-02-19virtio-serial: pci: Allow MSI to be disabledAmit Shah
2010-02-10block: add topology qdev propertiesChristoph Hellwig
2010-01-20virtio-serial: Use MSI vectors for port virtqueuesAmit Shah
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah
2010-01-11virtio-pci: thinko fixMichael S. Tsirkin
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann
2009-12-18Support PCI based option rom loadingAnthony Liguori
2009-12-12virtio: verify features on loadMichael S. Tsirkin
2009-12-01virtio: do not reset msix state on soft resetMichael S. Tsirkin
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-10-27virtio: use qdev properties for configuration.Gerd Hoffmann
2009-10-06qemu/pci: make pci not depend on msixMichael S. Tsirkin
2009-10-05virtio-pci: return error if virtio_console_init failsAmit Shah
2009-10-05qemu/virtio-pci: remove unnecessary checkMichael S. Tsirkin