aboutsummaryrefslogtreecommitdiff
path: root/hw/pci.h
AgeCommit message (Expand)Author
2009-12-01pci: pci bridge related clean up.Isaku Yamahata
2009-12-01pci: remove unused constantsIsaku Yamahata
2009-12-01pci: remove some unnecessary comment in pci.hIsaku Yamahata
2009-12-01pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata
2009-12-01pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-09pci: implement pci bridge filtering.Isaku Yamahata
2009-11-09pci: initialize pci config headers depending it pci header type.Isaku Yamahata
2009-11-09pci: add helper functions to check ranges overlap.Isaku Yamahata
2009-11-09pci: pcie host and mmcfg support.Isaku Yamahata
2009-11-09pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata
2009-11-09pci: make pci configuration transaction more accurate.Isaku Yamahata
2009-11-09pci: 64bit bar support.Isaku Yamahata
2009-11-09pci: typedef pcibus_t as uint64_t instead of uint32_t.Isaku Yamahata
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: make pci_bar() aware of header type 1.Isaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-09pci: helper functions to access PCIDevice::configIsaku Yamahata
2009-11-09pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata
2009-11-09pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata
2009-10-06Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster
2009-10-05pci_create() is now unused, remove itMarkus Armbruster
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster
2009-10-05Fix pci_add storage not to exit on bad first argumentMarkus Armbruster
2009-10-05qemu: clean up target page usage in msixMichael S. Tsirkin
2009-10-05qemu/pci: refactor code/symbolic constantsMichael S. Tsirkin
2009-10-05pci: hotplug windupGerd Hoffmann
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann
2009-10-05pci: use qdev for device destruction.Gerd Hoffmann
2009-10-05support inplace allocation for pci bus, split irq init.Gerd Hoffmann
2009-10-05Fix exit on 'pci_add' Monitor commandLuiz Capitulino
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20Compile msix only onceBlue Swirl
2009-09-15qdev/pci: add pci_create_noinit()Gerd Hoffmann
2009-09-09eepro100: Clean code which sets the PCI device idStefan Weil
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-27Add version_id to PCIDevice.Juan Quintela
2009-08-10qdev/prop: convert pci.c to helper macros.Gerd Hoffmann
2009-07-09qdev: update pci device registration.Gerd Hoffmann
2009-06-29monitor: Drop pci_addr prefix from hotplug commandsJan Kiszka
2009-06-24qemu/pci: add pci_get/set_byteMichael S. Tsirkin
2009-06-24qemu/pci: MSI-X support functionsMichael S. Tsirkin
2009-06-24qemu/pci: check constant registers on loadMichael S. Tsirkin
2009-06-24qemu/pci: add routines to manage PCI capabilitiesMichael S. Tsirkin