summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-7/+7
* pci: fix info pci with host bridge.Isaku Yamahata2010-02-131-3/+3
* pci: fix pci_find_bus()Isaku Yamahata2010-02-081-1/+1
* PCI: show also host bridge data in "info pci" outputBlue Swirl2010-02-061-1/+1
* PCI: fix multiple bridge problemsBlue Swirl2010-02-061-11/+17
* PCI: fix bridge configurationBlue Swirl2010-01-261-0/+1
* PCI: do_pci_info(): PCI bridge devices supportLuiz Capitulino2010-01-261-3/+20
* PCI: Convert pci_info() to QObjectLuiz Capitulino2010-01-261-74/+296
* pci: allow loading roms via fw_cfg.Gerd Hoffmann2010-01-111-0/+15
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-01-061-4/+28
|\
| * pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/gIsaku Yamahata2009-12-231-1/+1
| * pci: remove PCIBus::config_reg.Isaku Yamahata2009-12-231-1/+0
| * Revert "Revert "pci: interrupt disable bit support""Michael S. Tsirkin2009-12-231-2/+27
* | PCI: Fix bus address conversionBlue Swirl2009-12-271-1/+6
* | PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7aBlue Swirl2009-12-251-5/+3
* | PCI: make pci_mem_base privateBlue Swirl2009-12-251-9/+19
|/
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-181-3/+21
* Support PCI based option rom loadingAnthony Liguori2009-12-181-0/+35
* Revert "pci: interrupt disable bit support"Anthony Liguori2009-12-181-27/+2
* pci: don't hw_error() when no slot is available.Gerd Hoffmann2009-12-121-2/+9
* 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
OpenPOWER on IntegriCloud