summaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-13Merge commit 'b7fdb3ab0e22a9a8debcb928497b248f06778845' into upstream-mergeMarcelo Tosatti1-11/+80
2010-07-13Merge commit '498238687fd3a2bf3efb32694732f88ceac72e99' into upstream-mergeMarcelo Tosatti1-11/+40
2010-07-13Merge commit '1724f04985367b15751f11f4a9558f8736b2ab59' into upstream-mergeMarcelo Tosatti1-1/+6
2010-07-13Merge commit '0be71e324f774a77243f1a1487f468232d69542b' into upstream-mergeMarcelo Tosatti1-1/+15
2010-07-11pci: fix bridge updateMichael S. Tsirkin1-1/+3
2010-07-11pci hotplug: make pci hotplug return value to callerIsaku Yamahata1-4/+9
2010-07-11pci: fix pci_device_resetIsaku Yamahata1-4/+13
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata1-0/+52
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata1-2/+3
2010-07-11pci: introduce multifunction property.Isaku Yamahata1-3/+19
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata1-7/+8
2010-07-11pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata1-1/+2
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+6
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-07-06pci: Free the space allocated for the option rom on removalAlex Williamson1-0/+11
2010-07-06pci: Implement BusInfo.get_dev_path()Alex Williamson1-0/+14
2010-06-21Merge commit 'fd42deeb4cb42f90084046e3ebdb4383953195e3' into upstream-mergeAvi Kivity1-5/+3
2010-06-14qdev: Revert the hack to let -net nic and pci_add set qdev IDMarkus Armbruster1-2/+0
2010-06-14Clarify error message when a PCI slot is already in use (v2)Daniel P. Berrange1-3/+3
2010-06-04Merge commit '358c360feb346dff8f911e2d1dbcdd6319393f1d' into upstream-mergeMarcelo Tosatti1-69/+26
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino1-61/+0
2010-05-31pci-hotplug: make them aware of pci domain.Isaku Yamahata1-1/+21
2010-05-31pci: clean up of pci_set_default_subsystem_id().Isaku Yamahata1-7/+5
2010-05-26Merge commit 'c69ea0dff27ccc6663f8ecb4a70f762f4559672c' into upstream-mergeAvi Kivity1-7/+13
2010-05-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-7/+13
2010-05-16Merge commit '87c30546ef34f9eb6740d884c8b73e2cdd259e35' into upstream-mergeAvi Kivity1-3/+5
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata1-3/+5
2010-05-12pci: irq_state vmstate breakageMichael S. Tsirkin1-2/+2
2010-05-12pci: cleanly backout of pci_qdev_init()Alex Williamson1-5/+11
2010-05-01Merge commit '0e8d2b5575938b8876a3c4bb66ee13c5d306fb6d' into upstream-mergeMarcelo Tosatti1-9/+16
2010-05-01Merge commit '98c8573eb37bf5d7bb0c07225985a78537c73101' into upstream-mergeMarcelo Tosatti1-4/+13
2010-04-20pci: fix pci_find_bus().Isaku Yamahata1-9/+16
2010-04-11pci: add API to add capability at a known offsetMichael S. Tsirkin1-4/+13
2010-04-05Merge commit '1ecda02b24a13f501e747b8442934829d82698ae' into upstream-mergeMarcelo Tosatti1-7/+7
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-7/+7
2010-02-17Merge commit 'bc798c77e54f73b637e02bdc02bd799660adb7b7' into upstream-mergeMarcelo Tosatti1-4/+4
2010-02-17Merge commit 'd0f2c4c60263e29a87681433e696844401514194' into upstream-mergeMarcelo Tosatti1-12/+18
2010-02-13pci: fix info pci with host bridge.Isaku Yamahata1-3/+3
2010-02-08pci: fix pci_find_bus()Isaku Yamahata1-1/+1
2010-02-06PCI: show also host bridge data in "info pci" outputBlue Swirl1-1/+1
2010-02-06PCI: fix multiple bridge problemsBlue Swirl1-11/+17
2010-02-01enable PCI multiple-segments for pass-through deviceZhai, Edwin1-6/+34
2010-01-31Merge commit '625a5befc2e3200b396594f002218d235e375da5' into upstream-mergeMarcelo Tosatti1-3/+21
2010-01-31Merge commit '163c8a59f6f9c370b74a81856194757e3773b358' into upstream-mergeMarcelo Tosatti1-74/+296
2010-01-26PCI: fix bridge configurationBlue Swirl1-0/+1
2010-01-26PCI: Convert pci_info() to QObjectLuiz Capitulino1-74/+296
2010-01-26PCI: do_pci_info(): PCI bridge devices supportLuiz Capitulino1-3/+20
2010-01-21Merge commit '88169ddf82853ca892ce7bee279579c8a0ac03e5' into upstream-mergeMarcelo Tosatti1-0/+15
2010-01-11pci: allow loading roms via fw_cfg.Gerd Hoffmann1-0/+15
2010-01-07Merge commit '19e65b47f60c68d7e8c96aa0a36223c5a0d3422b' into upstream-mergeMarcelo Tosatti1-5/+8