summaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-02Merge commit 'f487d6278f75f84378833b8c3a67443346d639dc' into upstream-mergeMarcelo Tosatti1-2/+2
2011-01-27pci: typo in pcibus_get_dev_path()Isaku Yamahata1-1/+1
2011-01-27pci: bridge control fixupMichael S. Tsirkin1-1/+0
2011-01-24pci: memory leak of PCIDevice::rom_fileIsaku Yamahata1-0/+1
2011-01-21Merge commit 'b947c12c0bb217fe09968e652873e0d22b269d68' into upstream-mergeMarcelo Tosatti1-5/+22
2011-01-21Merge commit 'd2f2b8a740c82319f9eea51ebed50815fbc3da3e' into upstream-mergeMarcelo Tosatti1-0/+10
2011-01-21Merge commit '377529c009e3fce480d9c233bb3238b14a950816' into upstream-mergeMarcelo Tosatti1-9/+70
2011-01-21Merge commit 'b3a29fd5604841dac8bfee1bac35f150cab976fb' into upstream-mergeMarcelo Tosatti1-2/+9
2011-01-20pci: use qemu_malloc() in pcibus_get_dev_path()Isaku Yamahata1-1/+1
2011-01-20pci: deassert intx on reset.Isaku Yamahata1-0/+9
2011-01-19pci: fix device pathsMichael S. Tsirkin1-4/+12
2011-01-10pci: allow devices being tagged as not hotpluggable.Gerd Hoffmann1-0/+10
2011-01-06Merge commit '962630f207a33b7de4316022884b5241e05491cd' into upstream-mergeMarcelo Tosatti1-24/+86
2011-01-06Merge commit '4a9dd6658268a942a8ea230f950a951229355cbb' into upstream-mergeMarcelo Tosatti1-19/+5
2011-01-06Merge commit '2507c12ab026b2286b0a47035c629f3d568c96f4' into upstream-mergeMarcelo Tosatti1-21/+153
2010-12-27pci: fix migration path for devices behind bridgesMichael S. Tsirkin1-11/+37
2010-12-24pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata1-0/+35
2010-12-22pcie: add flr supportIsaku Yamahata1-1/+5
2010-12-19pci: don't use bus number in migration, stub outMichael S. Tsirkin1-1/+4
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-19/+5
2010-12-13pci: Fix PCI capabilities collision error valueAlex Williamson1-1/+1
2010-12-11Add bootindex for option roms.Gleb Natapov1-1/+1
2010-12-11Add get_fw_dev_path callback for pci bus.Gleb Natapov1-23/+85
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin1-19/+0
2010-12-09pci: make command SERR bit writableIsaku Yamahata1-0/+5
2010-12-06pci: Error on PCI capability collisionsAlex Williamson1-0/+14
2010-12-02Merge commit '4cff0a5994d0300e6e77e90d3354aa517a120539' into upstream-mergeMarcelo Tosatti1-5/+8
2010-11-30pci: Remove capability specific handlersAlex Williamson1-58/+3
2010-11-30pci: Remove cap.length, cap.start, cap.supportedAlex Williamson1-3/+0
2010-11-30pci: Replace used bitmap with config byte mapAlex Williamson1-21/+9
2010-11-30pci: Remove pci_enable_capability_support()Alex Williamson1-29/+23
2010-11-30pci: pci_default_cap_write_config ignores wmaskAlex Williamson1-11/+8
2010-11-24pci: fix bus walk under secondary bus resetMichael S. Tsirkin1-13/+24
2010-11-22pci: use qdev reset framework for pci bus resetIsaku Yamahata1-3/+21
2010-11-22pci: Automatically patch PCI vendor id and device id in PCI ROMStefan Weil1-4/+69
2010-11-22pci: fix bridge control bit wmaskMichael S. Tsirkin1-2/+24
2010-11-22pci: add W1C bits to pci status registerIsaku Yamahata1-0/+16
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin1-3/+7
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson1-2/+1
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin1-3/+7
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson1-2/+1
2010-11-14Merge commit 'b907b69dd75415bc28349d1dd1e9a598ddace463' into upstream-mergeAvi Kivity1-4/+25
2010-11-14Merge commit '57c6db2e2dec77a60bcfe6f93d756653f444a1f2' into upstream-mergeAvi Kivity1-5/+9
2010-11-14Merge commit '43c945f16a172f07145ca1f30abb958070228690' into upstream-mergeAvi Kivity1-10/+28
2010-11-14Merge commit 'ca77089d2d8e73283bfc73f03d954504561e1ce8' into upstream-mergeAvi Kivity1-15/+18
2010-11-14Merge commit '783753fd53fe513d37fbbfe6694c0c1ab9701fd1' into upstream-mergeAvi Kivity1-205/+4
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin1-238/+84
2010-10-27pci: improve w1c mask handlingMichael S. Tsirkin1-2/+4
2010-10-19pci: use pci_word_test_and_clear_mask() in pci_device_reset()Isaku Yamahata1-3/+2
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata1-0/+19