aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.h
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2010-05-31pci-hotplug: make them aware of pci domain.Isaku Yamahata1-0/+1
2010-05-31pci.h: remove unused constants.Isaku Yamahata1-11/+0
2010-05-31pci: add const to pci_is_express(), pci_config_size().Isaku Yamahata1-2/+2
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata1-2/+2
2010-04-11pci: add API to add capability at a known offsetMichael S. Tsirkin1-0/+2
2010-03-08adding helper pci functionsIzik Eidus1-0/+18
2010-02-14pci: move pcibus_t to qemu-commonMichael S. Tsirkin1-1/+0
2010-01-26PCI: Convert pci_info() to QObjectLuiz Capitulino1-1/+3
2010-01-13pci: Add missing 'const' in argument to pci_get_xxxStefan Weil1-7/+7
2010-01-11pci: allow loading roms via fw_cfg.Gerd Hoffmann1-0/+1
2010-01-06Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-70/+3
2009-12-25PCI: make pci_mem_base privateBlue Swirl1-2/+2
2009-12-23pci: use pci_regs.hIsaku Yamahata1-74/+3
2009-12-23pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/gIsaku Yamahata1-1/+1
2009-12-23pci: remove unused macroMichael S. Tsirkin1-1/+0
2009-12-23pci: add another devsel macroMichael S. Tsirkin1-0/+1
2009-12-23pci: add more status bitsMichael S. Tsirkin1-0/+2
2009-12-23pcnet: switch to symbolic names for pci registersMichael S. Tsirkin1-0/+1
2009-12-23Revert "Revert "pci: interrupt disable bit support""Michael S. Tsirkin1-0/+1
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann1-2/+4
2009-12-18Support PCI based option rom loadingAnthony Liguori1-0/+5
2009-12-18Revert "pci: interrupt disable bit support"Anthony Liguori1-1/+0
2009-12-07pci: interrupt disable bit supportMichael S. Tsirkin1-0/+1
2009-12-07pci: interrupt status bit implementationMichael S. Tsirkin1-0/+1
2009-12-07pci: prepare irq code for interrupt stateMichael S. Tsirkin1-1/+1
2009-12-02pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin1-0/+1
2009-12-01pci: pci bridge related clean up.Isaku Yamahata1-0/+1
2009-12-01pci: remove unused constantsIsaku Yamahata1-9/+0
2009-12-01pci: remove some unnecessary comment in pci.hIsaku Yamahata1-9/+2
2009-12-01pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata1-1/+1
2009-12-01pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata1-2/+0
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-25/+0
2009-11-09pci: implement pci bridge filtering.Isaku Yamahata1-0/+3
2009-11-09pci: initialize pci config headers depending it pci header type.Isaku Yamahata1-0/+29
2009-11-09pci: add helper functions to check ranges overlap.Isaku Yamahata1-0/+29