summaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-19pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann1-3/+21
2009-12-19Support PCI based option rom loadingAnthony Liguori1-0/+35
2009-12-19Revert "pci: interrupt disable bit support"Anthony Liguori1-27/+2
2009-12-12pci: don't hw_error() when no slot is available.Gerd Hoffmann1-2/+9
2009-12-07pci: interrupt disable bit supportMichael S. Tsirkin1-2/+27
2009-12-07pci: interrupt status bit implementationMichael S. Tsirkin1-1/+25
2009-12-07pci: prepare irq code for interrupt stateMichael S. Tsirkin1-16/+73
2009-12-03pci: vmstate_register() already assign consecutive numbers starting at 0Juan Quintela1-3/+1
2009-12-02pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin1-20/+6
2009-12-01pci: convert goto into scope in bridge_filterMichael S. Tsirkin1-6/+7
2009-12-01pci: pci bridge related clean up.Isaku Yamahata1-7/+11
2009-12-01pci: fix pci_config_get_io_base().Isaku Yamahata1-1/+1
2009-12-01pci: remove magic number, 256 in pci.cIsaku Yamahata1-2/+3
2009-12-01pci: split up up pci_update mappingsMichael S. Tsirkin1-57/+68
2009-12-01pci: clean up of pci_update_mappings()Isaku Yamahata1-1/+1
2009-12-01pci: clean up of pci_init_wmask().Isaku Yamahata1-3/+3
2009-12-01pci: kill unnecessary included in pci.cIsaku Yamahata1-1/+0
2009-12-01pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata1-4/+4
2009-12-01pci: remove pci_sub_bus() by open coding.Isaku Yamahata1-8/+4
2009-12-01pci: fix pci_info_device().Isaku Yamahata1-1/+1
2009-11-15PCI: make duplicate devfn allocation fatalBlue Swirl1-3/+3
2009-11-14pci: Fix function pci_default_write_configStefan Weil1-3/+3
2009-11-12pci: fix the conversion of config field from array to pointerJuan Quintela1-2/+2
2009-11-09pci/monitor: print out bridge's filtering values and so on.Isaku Yamahata1-0/+25
2009-11-09pci: implement pci bridge filtering.Isaku Yamahata1-7/+148
2009-11-09pci: factor out pci_for_each_device().Isaku Yamahata1-7/+14
2009-11-09pci: cosmetic on pci_upadte_mappings()Isaku Yamahata1-70/+76
2009-11-09pci: initialize pci config headers depending it pci header type.Isaku Yamahata1-4/+38
2009-11-09pci: teach pci_default_config_write() ROM bar for normal/bridge device .Isaku Yamahata1-0/+2
2009-11-09pci: use range helper functions.Isaku Yamahata1-6/+2
2009-11-09pci: pcie host and mmcfg support.Isaku Yamahata1-14/+72
2009-11-09pci: move pci host stuff from pci.c to pci_host.cIsaku Yamahata1-67/+0
2009-11-09pci: factor out the conversion logic from io port address into pci device.Isaku Yamahata1-14/+18
2009-11-09pci: make pci configuration transaction more accurate.Isaku Yamahata1-31/+101
2009-11-09pci: remove bus_num member from struct PCIBus.Isaku Yamahata1-11/+10
2009-11-09pci: 64bit bar support.Isaku Yamahata1-5/+30
2009-11-09pci: typedef pcibus_t as uint64_t instead of uint32_t.Isaku Yamahata1-1/+8
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata1-5/+9
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-3/+3
2009-11-09pci: make pci_bar() aware of header type 1.Isaku Yamahata1-6/+12
2009-11-09pci: clean up of pci_default_read_config.Isaku Yamahata1-21/+5
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-5/+5
2009-11-09pci: clean up pci_init_wmask()Isaku Yamahata1-2/+2
2009-11-09pci/bridge: clean up of pci_bridge_initfn()Isaku Yamahata1-11/+25
2009-11-09pci: use helper functions to access pci config space.Isaku Yamahata1-15/+15
2009-11-09pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata1-9/+9
2009-11-09pci: use PCI_SLOT() and PCI_FUNC().Isaku Yamahata1-2/+2
2009-11-09pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata1-2/+2
2009-11-09pci: fix PCI_DPRINTF() wrt variadic macro.Isaku Yamahata1-1/+1
2009-10-27vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove itJuan Quintela1-1/+1