aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-10PCI: delete unused mem_base and pci_to_cpu_addrBlue Swirl1-2/+0
2011-08-22pci: add pci_address_space()Avi Kivity1-0/+1
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-2/+2
2011-08-08pci: fold BAR mapping function into its callerAvi Kivity1-1/+0
2011-08-08pci: remove pci_register_bar()Avi Kivity1-3/+0
2011-08-08pci: convert pci rom to memory APIAvi Kivity1-1/+2
2011-08-08pci: remove pci_register_bar_simple()Avi Kivity1-3/+0
2011-08-08msix: convert to memory APIAvi Kivity1-1/+1
2011-08-08pci: allow I/O BARs to be registered with pci_register_bar_region()Avi Kivity1-0/+1
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-3/+7
2011-08-08pci: add API to get a BAR's mapped addressAvi Kivity1-0/+1
2011-07-29pci: add MemoryRegion based BAR management APIAvi Kivity1-0/+3
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-3/+9
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-1/+1
2011-06-12pci: move ids of config space into PCIDeviceInfoIsaku Yamahata1-0/+7
2011-05-06Fix typo in code and commentsStefan Weil1-1/+1
2011-04-07pci: add pci_register_bar_simple() APIAvi Kivity1-0/+3
2011-04-01pci: add accessor function to get irq levelsIsaku Yamahata1-0/+1
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata1-3/+3
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata1-1/+1
2011-03-28pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata1-0/+1
2011-02-12pci: add creation functions that may failBlue Swirl1-0/+4
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
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-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-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