summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pci passthrough: zap option rom scanning.Gerd Hoffmann2010-03-251-75/+0
* device assignment: default requires IOMMUChris Wright2010-01-181-8/+9
* Merge commit '345c22aa80d1f6ddfe7898f721fd1be3bccb08f1' into stable-0.12-mergeAvi Kivity2009-12-201-2/+1
* qemu-kvm: Fix assigned device config spaceSheng Yang2009-11-301-1/+1
* Fix INTx assigned device can't work bugSheng Yang2009-11-251-0/+1
* Merge commit 'fb23162885f7fd8cf7334bed22c25ac32c7d8b9d' into upstream-mergeAvi Kivity2009-11-221-1/+1
* Merge commit '4f8589e11558f1151d95a4a3e9fce902f042df3d' into upstream-mergeAvi Kivity2009-11-221-4/+4
* Merge commit '0392a017ae9b44dd5c29bf7769a96fd6806a3551' into upstream-mergeAvi Kivity2009-11-221-3/+3
* qemu-kvm: require 4K aligned resource size for memoryMichael S. Tsirkin2009-10-221-0/+8
* device assignment rom fixupsGerd Hoffmann2009-10-131-83/+61
* qdev-ify device assignmentGerd Hoffmann2009-10-081-111/+134
* Merge commit 'e3936fa574d9fbe241acdc76b5195b048567537e' into upstream-mergeAvi Kivity2009-10-051-1/+2
* Fix old-style function definitions in kvm specific codeAvi Kivity2009-10-051-1/+1
* Merge commit '72cf2d4f0e181d0d3a3122e04129c58a95da713e' into upstream-mergeMarcelo Tosatti2009-09-141-7/+7
* check extensionGlauber Costa2009-07-211-1/+1
* Fix up device assignment hotplug and re-enable itMarkus Armbruster2009-07-021-6/+5
* Merge commit '1f5f6638c063514f193ca447d49fa95f8a574a69' into upstream-mergeAvi Kivity2009-06-251-1/+6
* device assignment: Add PCI option ROM supportAlex Williamson2009-06-241-16/+46
* Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-06-171-7/+7
* Fix freeing assigned devicesWeidong Han2009-06-151-11/+18
* Fix hot remove assigned device regressionHan, Weidong2009-06-101-1/+1
* Remove MSI masking when setting initial MSI-X entriesSheng Yang2009-05-201-2/+0
* device-assignment: Fix kvm_get_irq_route_gsi() return checkAlex Williamson2009-05-131-2/+3
* device assignment: move memset to after mmap failure checkMichael S. Tsirkin2009-04-261-1/+1
* Fix wrong counting of MSI-X table sizeSheng Yang2009-04-211-0/+1
* Don't check per-vector mask bit before enable MSI-XSheng Yang2009-04-211-3/+0
* Improve pci host device address parsingHan, Weidong2009-04-011-14/+8
* Move assigned device capability init earlierSheng Yang2009-03-191-5/+5
* Emulate command register for SRIOV virtual functionSheng Yang2009-03-181-1/+12
* Fill config with correct VID/DIDSheng Yang2009-03-181-1/+30
* Fix interrupt pin 0 assignmentSheng Yang2009-03-181-0/+4
* Enable MSI-X capabilty for assigned deviceSheng Yang2009-03-181-5/+289
* Support MSI convert to INTx in device assignmentSheng Yang2009-03-181-1/+6
* Expose MSI capability to guestSheng Yang2009-03-181-7/+137
* Figure out device capabilitySheng Yang2009-03-181-0/+30
* Replace force type convert with container_of()Sheng Yang2009-03-181-8/+12
* Deassign irq for INTxMarcelo Tosatti2009-03-181-0/+12
* Fix build breakage on non-device-deassignment capable host kernelsHan, Weidong2009-03-171-0/+2
* Merge branch 'qemu-cvs'Avi Kivity2009-03-081-1/+0
* Fix hot remove assigned deviceWeidong Han2009-02-241-0/+20
* Deassign device from guestWeidong Han2009-02-241-2/+26
* Wrap assign_device and assign_irqWeidong Han2009-02-241-51/+70
* Free device on error in init_assigned_deviceWeidong Han2009-02-241-4/+8
* Fix double removal of assigned deviceWeidong Han2009-02-081-1/+0
* Fix leak of ioperm dataWeidong Han2009-02-081-0/+2
* Remove the useless parameterWeidong Han2009-02-081-2/+2
* Device-assignment: fix ROM writingMark McLoughlin2009-01-151-1/+1
* Device-assignment: don't use libkvm's private get_slot()Mark McLoughlin2009-01-151-6/+3
* Load assigned device PCI option ROMsKechao Liu2008-12-311-0/+155
* Device-assignment: really exit if cmdline parsing failsMark McLoughlin2008-12-101-1/+0