summaryrefslogtreecommitdiff
path: root/hw/pci.h
AgeCommit message (Expand)Author
2010-03-08adding helper pci functionsIzik Eidus
2010-02-14pci: move pcibus_t to qemu-commonMichael S. Tsirkin
2010-01-26PCI: Convert pci_info() to QObjectLuiz Capitulino
2010-01-13pci: Add missing 'const' in argument to pci_get_xxxStefan Weil
2010-01-11pci: allow loading roms via fw_cfg.Gerd Hoffmann
2010-01-06Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2009-12-25PCI: make pci_mem_base privateBlue Swirl
2009-12-23pci: use pci_regs.hIsaku Yamahata
2009-12-23pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/gIsaku Yamahata
2009-12-23pci: remove unused macroMichael S. Tsirkin
2009-12-23pci: add another devsel macroMichael S. Tsirkin
2009-12-23pci: add more status bitsMichael S. Tsirkin
2009-12-23pcnet: switch to symbolic names for pci registersMichael S. Tsirkin
2009-12-23Revert "Revert "pci: interrupt disable bit support""Michael S. Tsirkin
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann
2009-12-18Support PCI based option rom loadingAnthony Liguori
2009-12-18Revert "pci: interrupt disable bit support"Anthony Liguori
2009-12-07pci: interrupt disable bit supportMichael S. Tsirkin
2009-12-07pci: interrupt status bit implementationMichael S. Tsirkin
2009-12-07pci: prepare irq code for interrupt stateMichael S. Tsirkin
2009-12-02pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin
2009-12-01pci: pci bridge related clean up.Isaku Yamahata
2009-12-01pci: remove unused constantsIsaku Yamahata
2009-12-01pci: remove some unnecessary comment in pci.hIsaku Yamahata
2009-12-01pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata
2009-12-01pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-09pci: implement pci bridge filtering.Isaku Yamahata
2009-11-09pci: initialize pci config headers depending it pci header type.Isaku Yamahata
2009-11-09pci: add helper functions to check ranges overlap.Isaku Yamahata
2009-11-09pci: pcie host and mmcfg support.Isaku Yamahata
2009-11-09pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata
2009-11-09pci: make pci configuration transaction more accurate.Isaku Yamahata
2009-11-09pci: 64bit bar support.Isaku Yamahata
2009-11-09pci: typedef pcibus_t as uint64_t instead of uint32_t.Isaku Yamahata
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: make pci_bar() aware of header type 1.Isaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-09pci: helper functions to access PCIDevice::configIsaku Yamahata
2009-11-09pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata
2009-11-09pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata
2009-10-06Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster
2009-10-05pci_create() is now unused, remove itMarkus Armbruster
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster
2009-10-05Fix pci_add storage not to exit on bad first argumentMarkus Armbruster
2009-10-05qemu: clean up target page usage in msixMichael S. Tsirkin
2009-10-05qemu/pci: refactor code/symbolic constantsMichael S. Tsirkin
2009-10-05pci: hotplug windupGerd Hoffmann