summaryrefslogtreecommitdiff
path: root/hw/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'upstream/stable-0.12' into stable-0.12Avi Kivity2010-01-171-0/+1
|\
| * pci: allow loading roms via fw_cfg.Gerd Hoffmann2010-01-121-0/+1
* | Merge commit '898829d5c731516c96f9e3cc3cdcbe36cd494fd4' into stable-0.12-mergeAvi Kivity2009-12-201-2/+4
|\|
| * pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-191-2/+4
* | Merge commit '72bb3c7571226af13cfe9eec020a56add3d30a70' into stable-0.12-mergeAvi Kivity2009-12-201-0/+6
|\|
| * Support PCI based option rom loadingAnthony Liguori2009-12-191-0/+5
* | Merge commit '686a3c3dc235df2492e754423799d1abe4f6d9e2' into stable-0.12-mergeAvi Kivity2009-12-201-1/+0
|\|
| * Revert "pci: interrupt disable bit support"Anthony Liguori2009-12-191-1/+0
* | Merge commit '0ea5709a32085f7d14901a09d12bd35f9b267607' into stable-0.12-mergeAvi Kivity2009-12-141-0/+2
|\|
| * pci: interrupt disable bit supportMichael S. Tsirkin2009-12-071-0/+1
| * pci: interrupt status bit implementationMichael S. Tsirkin2009-12-071-0/+1
* | Merge commit 'eea4acfa5c1ef26439a718375475fe468b7f2fba' into stable-0.12-mergeAvi Kivity2009-12-141-1/+1
|\|
| * pci: prepare irq code for interrupt stateMichael S. Tsirkin2009-12-071-1/+1
* | Merge commit '8204a9180c5f456d30cbd29fddf734e97f7c74fa' into upstream-mergeAvi Kivity2009-12-071-0/+1
|\|
| * pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin2009-12-021-0/+1
* | Merge commit '98304c846d8866dae6322ef400ce6595b23cfc41' into upstream-mergeAvi Kivity2009-12-021-46/+4
|\|
| * pci: pci bridge related clean up.Isaku Yamahata2009-12-011-0/+1
| * pci: remove unused constantsIsaku Yamahata2009-12-011-9/+0
| * pci: remove some unnecessary comment in pci.hIsaku Yamahata2009-12-011-9/+2
| * pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata2009-12-011-1/+1
| * pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata2009-12-011-2/+0
| * pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-25/+0
* | Merge commit '715a664ac4ca3b9e44ffbc0ca41ecd91fbe96656' into upstream-mergeAvi Kivity2009-11-221-0/+3
|\|
| * pci: implement pci bridge filtering.Isaku Yamahata2009-11-091-0/+3
* | Merge commit 'fb23162885f7fd8cf7334bed22c25ac32c7d8b9d' into upstream-mergeAvi Kivity2009-11-221-0/+29
|\|
| * pci: initialize pci config headers depending it pci header type.Isaku Yamahata2009-11-091-0/+29
* | Merge commit '260c0cd3d985e51b15870ff47e17b7b930efbda1' into upstream-mergeAvi Kivity2009-11-221-9/+60
|\|
| * pci: add helper functions to check ranges overlap.Isaku Yamahata2009-11-091-0/+29
| * pci: pcie host and mmcfg support.Isaku Yamahata2009-11-091-4/+23
| * pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata2009-11-091-2/+2
| * pci: make pci configuration transaction more accurate.Isaku Yamahata2009-11-091-3/+5
| * pci: 64bit bar support.Isaku Yamahata2009-11-091-0/+1
* | Merge commit '4f8589e11558f1151d95a4a3e9fce902f042df3d' into upstream-mergeAvi Kivity2009-11-221-5/+8
|\|
| * pci: typedef pcibus_t as uint64_t instead of uint32_t.Isaku Yamahata2009-11-091-2/+2
| * pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-091-0/+1
| * pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-5/+7
* | Merge commit 'b3b1169731c976dfe8dc5b4b121cfc670abc84c9' into upstream-mergeAvi Kivity2009-11-221-0/+1
|\|
| * pci: make pci_bar() aware of header type 1.Isaku Yamahata2009-11-091-0/+1
* | Merge commit '0392a017ae9b44dd5c29bf7769a96fd6806a3551' into upstream-mergeAvi Kivity2009-11-221-5/+19
|\|
| * pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-4/+3
| * pci: helper functions to access PCIDevice::configIsaku Yamahata2009-11-091-0/+12
| * pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata2009-11-091-0/+1
| * pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata2009-11-091-1/+3
* | Merge commit '8a1c5235510da01a200693fe3cfd87acd2dc1fca'Mark McLoughlin2009-10-081-1/+0
|\|
| * Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori2009-10-061-1/+0
* | Drop redundant pci_get_bus_devfn() declarationAvi Kivity2009-10-061-1/+0
* | Merge commit '499cf1027f9387081f73767c7872c9123896817c' into upstream-mergeAvi Kivity2009-10-061-2/+1
|\|
| * Rename pci_create_noinit() to pci_create()Markus Armbruster2009-10-051-1/+1
| * pci_create() is now unused, remove itMarkus Armbruster2009-10-051-1/+0
* | Merge commit '07caea315a85ebfe90851f9c2e4ef3fdd24117b5' into upstream-mergeAvi Kivity2009-10-061-0/+3
|\|