summaryrefslogtreecommitdiff
path: root/hw/pci.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-21Merge commit 'b947c12c0bb217fe09968e652873e0d22b269d68' into upstream-mergeMarcelo Tosatti1-0/+2
2011-01-21Merge commit 'd2f2b8a740c82319f9eea51ebed50815fbc3da3e' into upstream-mergeMarcelo Tosatti1-0/+3
2011-01-21Merge commit '377529c009e3fce480d9c233bb3238b14a950816' into upstream-mergeMarcelo Tosatti1-0/+1
2011-01-21Merge commit 'b3a29fd5604841dac8bfee1bac35f150cab976fb' into upstream-mergeMarcelo Tosatti1-0/+1
2011-01-20pci: deassert intx on reset.Isaku Yamahata1-0/+2
2011-01-10pci: allow devices being tagged as not hotpluggable.Gerd Hoffmann1-0/+3
2011-01-06Merge commit 'e024e881bb1a8b5085026589360d26ed97acdd64' into upstream-mergeMarcelo Tosatti1-0/+1
2011-01-06Merge commit '4a9dd6658268a942a8ea230f950a951229355cbb' into upstream-mergeMarcelo Tosatti1-3/+4
2011-01-06Merge commit '2507c12ab026b2286b0a47035c629f3d568c96f4' into upstream-mergeMarcelo Tosatti1-0/+1
2010-12-24pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata1-0/+1
2010-12-22pcie: add flr supportIsaku Yamahata1-0/+1
2010-12-17pci: add ich9 pci idAlexander Graf1-0/+1
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin1-3/+0
2010-12-09pci: make command SERR bit writableIsaku Yamahata1-0/+4
2010-12-06pci: Remove PCI_CAPABILITY_CONFIG_*Alex Williamson1-5/+0
2010-12-02Merge commit '4cff0a5994d0300e6e77e90d3354aa517a120539' into upstream-mergeMarcelo Tosatti1-1/+9
2010-11-30pci: Remove capability specific handlersAlex Williamson1-19/+0
2010-11-30pci: Remove cap.length, cap.start, cap.supportedAlex Williamson1-2/+0
2010-11-30pci: Replace used bitmap with config byte mapAlex Williamson1-6/+2
2010-11-30pci: Remove pci_enable_capability_support()Alex Williamson1-6/+3
2010-11-22pci: use qdev reset framework for pci bus resetIsaku Yamahata1-0/+1
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin1-1/+9
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin1-1/+9
2010-11-14Merge commit 'b907b69dd75415bc28349d1dd1e9a598ddace463' into upstream-mergeAvi Kivity1-3/+85
2010-11-14Merge commit '57c6db2e2dec77a60bcfe6f93d756653f444a1f2' into upstream-mergeAvi Kivity1-1/+4
2010-11-14Merge commit '43c945f16a172f07145ca1f30abb958070228690' into upstream-mergeAvi Kivity1-0/+2
2010-11-14Merge commit 'ca77089d2d8e73283bfc73f03d954504561e1ce8' into upstream-mergeAvi Kivity1-3/+2
2010-11-14Merge commit '783753fd53fe513d37fbbfe6694c0c1ab9701fd1' into upstream-mergeAvi Kivity1-4/+1
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin1-11/+94
2010-10-19pcie: helper functions for pcie capability and extended capabilityIsaku Yamahata1-0/+5
2010-10-19msi: implements msiIsaku Yamahata1-3/+7
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata1-0/+3
2010-10-19pci: introduce helper functions to test-and-{clear, set} mask in configuratio...Isaku Yamahata1-0/+70
2010-10-18Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/qem...Marcelo Tosatti1-2/+1
2010-10-14Avoid using kvm_irq_routing_entry in PCIDeviceAvi Kivity1-1/+8
2010-10-07vhost: fix up irqfd supportMichael S. Tsirkin1-2/+1
2010-10-06PCI: Export pci_map_option_rom()Alex Williamson1-0/+3
2010-09-23Merge commit 'bf1b00712375bea65f2254dea8281fa646eebbd5' into upstream-mergeMarcelo Tosatti1-29/+0
2010-09-20pci: implement RW1C register framework.Isaku Yamahata1-0/+3
2010-09-18Introduce range.hBlue Swirl1-29/+0
2010-09-13pci: improve signature of pci_register_bar().Isaku Yamahata1-1/+1
2010-09-07pci: make pci_parse_devfn() aware of func.Isaku Yamahata1-0/+2
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata1-3/+2
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata1-4/+1
2010-07-13Merge commit 'b7fdb3ab0e22a9a8debcb928497b248f06778845' into upstream-mergeMarcelo Tosatti1-1/+2
2010-07-13Merge commit '498238687fd3a2bf3efb32694732f88ceac72e99' into upstream-mergeMarcelo Tosatti1-2/+16
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata1-1/+2
2010-07-11pci: introduce multifunction property.Isaku Yamahata1-0/+9
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata1-2/+6
2010-07-11pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata1-0/+1