aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-pci.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-04virtio: use generic name when possibleAlexander Graf1-0/+3
2011-03-28virtio-pci: fix bus master work around on loadMichael S. Tsirkin1-7/+6
2011-03-21virtio-serial: Enable ioeventfdAmit Shah1-0/+3
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah1-6/+6
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com1-0/+7
2011-01-11ioeventfd: error handling cleanupMichael S. Tsirkin1-11/+17
2011-01-10virtio-pci: Use ioeventfd for virtqueue notifyStefan Hajnoczi1-22/+172
2011-01-10virtio-pci: Rename bugs field to flagsStefan Hajnoczi1-8/+7
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-11-21virtio-pci: Convert fprintf() to error_report()Stefan Hajnoczi1-2/+2
2010-11-21virtfs: enable MSI-XGerd Hoffmann1-1/+4
2010-10-07virtio: change set guest notifier to per-deviceMichael S. Tsirkin1-1/+28
2010-09-07virtio-net: Introduce a new bottom half packet TXAlex Williamson1-0/+1
2010-09-07virtio-net: Limit number of packets sent per TX flushAlex Williamson1-0/+2
2010-09-07virtio-net: Make tx_timer timeout configurableAlex Williamson1-1/+4
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah1-1/+9
2010-07-26virtio-blk: Create exit function to unregister savevmAlex Williamson1-0/+1
2010-07-13virtio-blk: Fix virtio-blk-s390 to require driveMarkus Armbruster1-4/+0
2010-07-13virtio-pci: Check for virtio_blk_init() failureMarkus Armbruster1-0/+3
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster1-2/+2
2010-07-02blockdev: Clean up automatic drive deletionMarkus Armbruster1-1/+1
2010-06-22virtio-pci: fix bus master bug setting on loadAlex Williamson1-1/+1
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)1-2/+2
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-1/+0
2010-05-03virtio-9p: Add a virtio 9p device to qemuAnthony Liguori1-0/+32
2010-04-01virtio-pci: fill in notifier supportMichael S. Tsirkin1-0/+63
2010-04-01virtio: add set_status callbackMichael S. Tsirkin1-2/+3
2010-03-31Don't check for bus master for old guestsAlexander Graf1-1/+24
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-1/+1
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-1/+1
2010-03-08virtio-pci: Use DEV_NVECTORS_UNSPECIFIED instead of -1 for virtio-serialAmit Shah1-3/+5
2010-02-19virtio-serial: pci: Allow MSI to be disabledAmit Shah1-3/+3
2010-02-10block: add topology qdev propertiesChristoph Hellwig1-5/+6
2010-01-20virtio-serial: Use MSI vectors for port virtqueuesAmit Shah1-0/+4
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah1-4/+9
2010-01-11virtio-pci: thinko fixMichael S. Tsirkin1-1/+1
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin1-8/+17
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin1-2/+2
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann1-8/+1
2009-12-18Support PCI based option rom loadingAnthony Liguori1-1/+1
2009-12-12virtio: verify features on loadMichael S. Tsirkin1-3/+11
2009-12-01virtio: do not reset msix state on soft resetMichael S. Tsirkin1-4/+8
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-2/+2
2009-10-27virtio: use qdev properties for configuration.Gerd Hoffmann1-10/+23
2009-10-06qemu/pci: make pci not depend on msixMichael S. Tsirkin1-1/+9
2009-10-05virtio-pci: return error if virtio_console_init failsAmit Shah1-0/+3
2009-10-05qemu/virtio-pci: remove unnecessary checkMichael S. Tsirkin1-2/+1