aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann1-2/+4
2009-12-18Support PCI based option rom loadingAnthony Liguori1-0/+5
2009-12-18Revert "pci: interrupt disable bit support"Anthony Liguori1-1/+0
2009-12-07pci: interrupt disable bit supportMichael S. Tsirkin1-0/+1
2009-12-07pci: interrupt status bit implementationMichael S. Tsirkin1-0/+1
2009-12-07pci: prepare irq code for interrupt stateMichael S. Tsirkin1-1/+1
2009-12-02pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin1-0/+1
2009-12-01pci: pci bridge related clean up.Isaku Yamahata1-0/+1
2009-12-01pci: remove unused constantsIsaku Yamahata1-9/+0
2009-12-01pci: remove some unnecessary comment in pci.hIsaku Yamahata1-9/+2
2009-12-01pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata1-1/+1
2009-12-01pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata1-2/+0
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-25/+0
2009-11-09pci: implement pci bridge filtering.Isaku Yamahata1-0/+3
2009-11-09pci: initialize pci config headers depending it pci header type.Isaku Yamahata1-0/+29
2009-11-09pci: add helper functions to check ranges overlap.Isaku Yamahata1-0/+29
2009-11-09pci: pcie host and mmcfg support.Isaku Yamahata1-4/+23
2009-11-09pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata1-2/+2
2009-11-09pci: make pci configuration transaction more accurate.Isaku Yamahata1-3/+5
2009-11-09pci: 64bit bar support.Isaku Yamahata1-0/+1
2009-11-09pci: typedef pcibus_t as uint64_t instead of uint32_t.Isaku Yamahata1-2/+2
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata1-0/+1
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-5/+7
2009-11-09pci: make pci_bar() aware of header type 1.Isaku Yamahata1-0/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-4/+3
2009-11-09pci: helper functions to access PCIDevice::configIsaku Yamahata1-0/+12
2009-11-09pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata1-0/+1
2009-11-09pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata1-1/+3
2009-10-06Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori1-1/+0
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster1-1/+1
2009-10-05pci_create() is now unused, remove itMarkus Armbruster1-1/+0
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-0/+2
2009-10-05Fix pci_add storage not to exit on bad first argumentMarkus Armbruster1-0/+1
2009-10-05qemu: clean up target page usage in msixMichael S. Tsirkin1-6/+0
2009-10-05qemu/pci: refactor code/symbolic constantsMichael S. Tsirkin1-0/+2
2009-10-05pci: hotplug windupGerd Hoffmann1-0/+2
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann1-0/+1
2009-10-05pci: use qdev for device destruction.Gerd Hoffmann1-2/+0
2009-10-05support inplace allocation for pci bus, split irq init.Gerd Hoffmann1-0/+5
2009-10-05Fix exit on 'pci_add' Monitor commandLuiz Capitulino1-0/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-20Compile msix only onceBlue Swirl1-0/+6
2009-09-15qdev/pci: add pci_create_noinit()Gerd Hoffmann1-0/+1
2009-09-09eepro100: Clean code which sets the PCI device idStefan Weil1-0/+1
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann1-1/+0
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann1-1/+1
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela1-3/+3
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+1
2009-08-27Add version_id to PCIDevice.Juan Quintela1-0/+2