aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-pci.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-5/+4
2011-08-08msix: convert to memory APIAvi Kivity1-6/+10
2011-08-08virtio-pci: convert to memory APIAvi Kivity1-44/+26
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-9/+9
2011-08-04virtio-balloon: Add exit handler, fix memleaksAmit Shah1-1/+10
2011-08-04virtio-balloon: Check if balloon registration failedAmit Shah1-0/+3
2011-07-27virtio-pci: use generic logic for command accessMichael S. Tsirkin1-9/+9
2011-07-05virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster1-1/+3
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-58/+2
2011-06-12virtio: guard against negative vq notifiesStefan Hajnoczi1-1/+3
2011-06-12virtio-pci.c: convert to PCIDEviceInfo to initialize idsIsaku Yamahata1-38/+31
2011-06-01virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V1-55/+2
2011-04-18PXE: Use consistent naming for PXE ROMsAlex Williamson1-1/+1
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