summaryrefslogtreecommitdiffstats
path: root/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
* pam: wrap MemoryRegion initialization in a transactionPaolo Bonzini2019-01-111-0/+2
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into...Peter Maydell2018-11-081-8/+6Star
|\
| * PPC: e500: convert SysBus init method to a realize methodCédric Le Goater2018-11-081-8/+6Star
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-11-081-1/+9
|\ \ | |/ |/|
| * i386: clarify that the Q35 machine type implements a P35 chipsetDaniel P. Berrangé2018-11-061-1/+9
* | piix_pci: fix i440fx data sheet linkLi Qiang2018-11-051-1/+1
* | piix: use TYPE_FOO constants than string constatsLi Qiang2018-11-051-4/+7
* | i440fx: use ARRAY_SIZE for pam_regionsLi Qiang2018-11-051-2/+2
* | hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned baseLaszlo Ersek2018-11-052-2/+2
* | hw/pci-host/x86: extract get_pci_hole64_start_value() helpersLaszlo Ersek2018-11-052-8/+22
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell2018-10-302-2/+2
|\
| * hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé2018-10-262-2/+2
* | hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé2018-10-241-6/+3Star
|/
* target-i386: add q35 0xcf8 port as coalesced_pioPeng Hao2018-10-191-0/+4
* target-i386: add i440fx 0xcf8 port as coalesced_pioPeng Hao2018-10-191-0/+4
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...Peter Maydell2018-09-251-7/+27
|\
| * 40p: use OR gate to wire up raven PCI interruptsMark Cave-Ayland2018-09-251-2/+23
| * raven: some minor IRQ-related tidy-upsMark Cave-Ayland2018-09-251-6/+5Star
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc.for-upstream-2...Peter Maydell2018-09-251-0/+12
|\ \ | |/ |/|
| * sabre: generate correct fw path for sabre PCI host bridgeMark Cave-Ayland2018-09-141-0/+12
* | uninorth: add ofw-addr property to allow correct fw path generationMark Cave-Ayland2018-08-301-0/+16
* | grackle: set device fw_name and address for correct fw path generationMark Cave-Ayland2018-08-301-0/+17
|/
* hw/pci-host/bonito: Move away from old_mmio accessorsPeter Maydell2018-08-211-130/+15Star
* hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
* hw/pci-host/xilinx-pcie: don't make "io" region be RAMPeter Maydell2018-06-271-3/+2Star
* uninorth: remove token register from uninorth deviceMark Cave-Ayland2018-06-121-6/+5Star
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/pci-host/q35: Replace hardcoded value with macroZihan Yang2018-05-231-6/+11
* uninorth: create new uninorth deviceMark Cave-Ayland2018-05-042-0/+60
* uninorth: rename UNINState to UNINHostStateMark Cave-Ayland2018-04-271-16/+16
* uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland2018-04-271-4/+10
* uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland2018-04-271-30/+43
* uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland2018-04-271-25/+5Star
* uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland2018-04-271-41/+5Star
* uninorth: enable internal PCI host bridgeMark Cave-Ayland2018-04-271-5/+23
* uninorth: fix PCI and AGP bus mixupMark Cave-Ayland2018-04-271-11/+13
* uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland2018-04-271-49/+68
* uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland2018-04-271-2/+23
* uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland2018-04-271-10/+18
* grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland2018-04-271-1/+6
* grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland2018-04-271-27/+1Star
* grackle: general tidy-up and QOMifyMark Cave-Ayland2018-04-271-34/+62
* uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland2018-04-271-8/+8
* uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland2018-04-271-21/+1Star
* uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland2018-04-271-47/+32Star
* uninorth: trivial style fixupsMark Cave-Ayland2018-04-271-10/+19
* pci: Add support for Designware IP blockAndrey Smirnov2018-03-092-0/+756
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-131-1/+0Star
|\
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-1/+0Star