aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-09pci: pcie host and mmcfg support.Isaku Yamahata1-4/+23
2009-11-09pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata1-2/+2
2009-11-09pci: make pci configuration transaction more accurate.Isaku Yamahata1-3/+5
2009-11-09pci: 64bit bar support.Isaku Yamahata1-0/+1
2009-11-09pci: typedef pcibus_t as uint64_t instead of uint32_t.Isaku Yamahata1-2/+2
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata1-0/+1
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-5/+7
2009-11-09pci: make pci_bar() aware of header type 1.Isaku Yamahata1-0/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-4/+3
2009-11-09pci: helper functions to access PCIDevice::configIsaku Yamahata1-0/+12
2009-11-09pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata1-0/+1
2009-11-09pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata1-1/+3
2009-10-06Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori1-1/+0
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster1-1/+1
2009-10-05pci_create() is now unused, remove itMarkus Armbruster1-1/+0
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-0/+2
2009-10-05Fix pci_add storage not to exit on bad first argumentMarkus Armbruster1-0/+1
2009-10-05qemu: clean up target page usage in msixMichael S. Tsirkin1-6/+0
2009-10-05qemu/pci: refactor code/symbolic constantsMichael S. Tsirkin1-0/+2