aboutsummaryrefslogtreecommitdiff
path: root/hw/pci.h
AgeCommit message (Expand)Author
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12pci: move ids of config space into PCIDeviceInfoIsaku Yamahata
2011-05-06Fix typo in code and commentsStefan Weil
2011-04-07pci: add pci_register_bar_simple() APIAvi Kivity
2011-04-01pci: add accessor function to get irq levelsIsaku Yamahata
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata
2011-03-28pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata
2011-02-12pci: add creation functions that may failBlue Swirl
2011-01-20pci: deassert intx on reset.Isaku Yamahata
2011-01-10pci: allow devices being tagged as not hotpluggable.Gerd Hoffmann
2010-12-24pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata
2010-12-22pcie: add flr supportIsaku Yamahata
2010-12-17pci: add ich9 pci idAlexander Graf
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin
2010-12-09pci: make command SERR bit writableIsaku Yamahata
2010-11-22pci: use qdev reset framework for pci bus resetIsaku Yamahata
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin
2010-10-19pcie: helper functions for pcie capability and extended capabilityIsaku Yamahata
2010-10-19msi: implements msiIsaku Yamahata
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata
2010-10-19pci: introduce helper functions to test-and-{clear, set} mask in configuratio...Isaku Yamahata
2010-09-20pci: implement RW1C register framework.Isaku Yamahata
2010-09-18Introduce range.hBlue Swirl
2010-09-13pci: improve signature of pci_register_bar().Isaku Yamahata
2010-09-07pci: make pci_parse_devfn() aware of func.Isaku Yamahata
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata
2010-07-11pci: introduce multifunction property.Isaku Yamahata
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata
2010-07-11pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata
2010-05-31pci-hotplug: make them aware of pci domain.Isaku Yamahata
2010-05-31pci.h: remove unused constants.Isaku Yamahata
2010-05-31pci: add const to pci_is_express(), pci_config_size().Isaku Yamahata
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata
2010-04-11pci: add API to add capability at a known offsetMichael S. Tsirkin
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