aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
2019-07-01i.mx7d: pci: Update PCI IRQ mapping to match HWAndrey Smirnov1-2/+4
2019-07-01pci: designware: Update MSI mapping when MSI address changesAndrey Smirnov1-0/+2
2019-07-01pci: designware: Update MSI mapping unconditionallyAndrey Smirnov1-8/+2
2019-06-16q35: fix mmconfig and PCI0._CRSGerd Hoffmann1-23/+8
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster9-0/+12
2019-05-02hw/pci-host: Use object_initialize_child for correct reference countingThomas Huth4-8/+9
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-3/+3
2019-03-18kconfig: add CONFIG_MSI_NONBROKENPaolo Bonzini1-0/+1
2019-03-07ppc: Express dependencies of the Mac machines with kconfigThomas Huth1-1/+3
2019-03-07i386: express dependencies with KconfigPaolo Bonzini1-0/+4
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+10
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+35
2019-02-21hw/pci-host/bonito.c: Add PCI mem region mapped at the correct addressBALATON Zoltan1-1/+6
2019-02-05build: actually use CONFIG_PAMPaolo Bonzini1-1/+1
2019-02-05hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESSYang Zhong1-4/+4
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+1
2019-01-11pam: wrap MemoryRegion initialization in a transactionPaolo Bonzini1-0/+2
2018-11-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into...Peter Maydell1-8/+6
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+9
2018-11-08PPC: e500: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-06i386: clarify that the Q35 machine type implements a P35 chipsetDaniel P. Berrangé1-1/+9
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