summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: interrupt disable bit supportMichael S. Tsirkin2009-12-071-2/+27
* pci: interrupt status bit implementationMichael S. Tsirkin2009-12-071-1/+25
* pci: prepare irq code for interrupt stateMichael S. Tsirkin2009-12-071-16/+73
* pci: vmstate_register() already assign consecutive numbers starting at 0Juan Quintela2009-12-031-3/+1
* pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin2009-12-021-20/+6
* pci: convert goto into scope in bridge_filterMichael S. Tsirkin2009-12-011-6/+7
* pci: pci bridge related clean up.Isaku Yamahata2009-12-011-7/+11
* pci: fix pci_config_get_io_base().Isaku Yamahata2009-12-011-1/+1
* pci: remove magic number, 256 in pci.cIsaku Yamahata2009-12-011-2/+3
* pci: split up up pci_update mappingsMichael S. Tsirkin2009-12-011-57/+68
* pci: clean up of pci_update_mappings()Isaku Yamahata2009-12-011-1/+1
* pci: clean up of pci_init_wmask().Isaku Yamahata2009-12-011-3/+3
* pci: kill unnecessary included in pci.cIsaku Yamahata2009-12-011-1/+0
* pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata2009-12-011-4/+4
* pci: remove pci_sub_bus() by open coding.Isaku Yamahata2009-12-011-8/+4
* pci: fix pci_info_device().Isaku Yamahata2009-12-011-1/+1
* PCI: make duplicate devfn allocation fatalBlue Swirl2009-11-151-3/+3
* pci: Fix function pci_default_write_configStefan Weil2009-11-141-3/+3
* pci: fix the conversion of config field from array to pointerJuan Quintela2009-11-121-2/+2
* pci/monitor: print out bridge's filtering values and so on.Isaku Yamahata2009-11-091-0/+25
* pci: implement pci bridge filtering.Isaku Yamahata2009-11-091-7/+148
* pci: factor out pci_for_each_device().Isaku Yamahata2009-11-091-7/+14
* pci: cosmetic on pci_upadte_mappings()Isaku Yamahata2009-11-091-70/+76
* pci: initialize pci config headers depending it pci header type.Isaku Yamahata2009-11-091-4/+38
* pci: teach pci_default_config_write() ROM bar for normal/bridge device .Isaku Yamahata2009-11-091-0/+2
* pci: use range helper functions.Isaku Yamahata2009-11-091-6/+2
* pci: pcie host and mmcfg support.Isaku Yamahata2009-11-091-14/+72
* pci: move pci host stuff from pci.c to pci_host.cIsaku Yamahata2009-11-091-67/+0
* pci: factor out the conversion logic from io port address into pci device.Isaku Yamahata2009-11-091-14/+18
* pci: make pci configuration transaction more accurate.Isaku Yamahata2009-11-091-31/+101
* pci: remove bus_num member from struct PCIBus.Isaku Yamahata2009-11-091-11/+10
* pci: 64bit bar support.Isaku Yamahata2009-11-091-5/+30
* pci: typedef pcibus_t as uint64_t instead of uint32_t.Isaku Yamahata2009-11-091-1/+8
* pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-091-5/+9
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-3/+3
* pci: make pci_bar() aware of header type 1.Isaku Yamahata2009-11-091-6/+12
* pci: clean up of pci_default_read_config.Isaku Yamahata2009-11-091-21/+5
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-5/+5
* pci: clean up pci_init_wmask()Isaku Yamahata2009-11-091-2/+2
* pci/bridge: clean up of pci_bridge_initfn()Isaku Yamahata2009-11-091-11/+25
* pci: use helper functions to access pci config space.Isaku Yamahata2009-11-091-15/+15
* pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata2009-11-091-9/+9
* pci: use PCI_SLOT() and PCI_FUNC().Isaku Yamahata2009-11-091-2/+2
* pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata2009-11-091-2/+2
* pci: fix PCI_DPRINTF() wrt variadic macro.Isaku Yamahata2009-11-091-1/+1
* vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove itJuan Quintela2009-10-271-1/+1
* zap DeviceState->ndGerd Hoffmann2009-10-271-8/+1
* prepare pci nic init path for qdev property configuration.Gerd Hoffmann2009-10-271-2/+8
* net: remove id field from NICInfoMark McLoughlin2009-10-151-2/+2
* New qdev_init_nofail()Markus Armbruster2009-10-071-2/+2
OpenPOWER on IntegriCloud