aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
2018-11-05piix_pci: fix i440fx data sheet linkLi Qiang1-1/+1
2018-11-05piix: use TYPE_FOO constants than string constatsLi Qiang1-4/+7
2018-11-05i440fx: use ARRAY_SIZE for pam_regionsLi Qiang1-2/+2
2018-11-05hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned baseLaszlo Ersek2-2/+2
2018-11-05hw/pci-host/x86: extract get_pci_hole64_start_value() helpersLaszlo Ersek2-8/+22
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell2-2/+2
2018-10-26hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé2-2/+2
2018-10-24hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé1-6/+3
2018-10-19target-i386: add q35 0xcf8 port as coalesced_pioPeng Hao1-0/+4
2018-10-19target-i386: add i440fx 0xcf8 port as coalesced_pioPeng Hao1-0/+4
2018-09-25Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...Peter Maydell1-7/+27
2018-09-25Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc.for-upstream-2...Peter Maydell1-0/+12
2018-09-2540p: use OR gate to wire up raven PCI interruptsMark Cave-Ayland1-2/+23
2018-09-25raven: some minor IRQ-related tidy-upsMark Cave-Ayland1-6/+5
2018-09-14sabre: generate correct fw path for sabre PCI host bridgeMark Cave-Ayland1-0/+12
2018-08-30uninorth: add ofw-addr property to allow correct fw path generationMark Cave-Ayland1-0/+16
2018-08-30grackle: set device fw_name and address for correct fw path generationMark Cave-Ayland1-0/+17
2018-08-21hw/pci-host/bonito: Move away from old_mmio accessorsPeter Maydell1-130/+15
2018-07-02hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-07-02hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-06-27hw/pci-host/xilinx-pcie: don't make "io" region be RAMPeter Maydell1-3/+2
2018-06-12uninorth: remove token register from uninorth deviceMark Cave-Ayland1-6/+5
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-23hw/pci-host/q35: Replace hardcoded value with macroZihan Yang1-6/+11
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland2-0/+60
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland1-16/+16
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland1-4/+10
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland1-30/+43
2018-04-27uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland1-25/+5
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland1-41/+5
2018-04-27uninorth: enable internal PCI host bridgeMark Cave-Ayland1-5/+23
2018-04-27uninorth: fix PCI and AGP bus mixupMark Cave-Ayland1-11/+13
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland1-49/+68
2018-04-27uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland1-2/+23
2018-04-27uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland1-10/+18
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland1-1/+6
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland1-27/+1
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland1-34/+62
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland1-8/+8
2018-04-27uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland1-21/+1
2018-04-27uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland1-47/+32
2018-04-27uninorth: trivial style fixupsMark Cave-Ayland1-10/+19
2018-03-09pci: Add support for Designware IP blockAndrey Smirnov2-0/+756
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+0
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-3/+3
2018-01-27uninorth: convert to trace-eventsMark Cave-Ayland2-19/+11
2018-01-27grackle: convert to trace-eventsMark Cave-Ayland2-11/+5
2018-01-24sabre: convert from SABRE_DPRINTF macro to trace-eventsMark Cave-Ayland2-22/+21