summaryrefslogtreecommitdiffstats
path: root/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
...
* apb: Fix compiler warnings (large constants)Stefan Weil2014-06-101-2/+2
* Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell2014-06-051-10/+278
|\
| * apb: implement IOMMU translation for PCI host bridgeMark Cave-Ayland2014-06-051-0/+165
| * apb: handle reading/writing of IOMMU control registersMark Cave-Ayland2014-06-051-3/+100
| * apb: fix IOMMU register sizesMark Cave-Ayland2014-06-051-8/+3
| * apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland2014-06-051-3/+14
* | pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber2014-05-211-4/+0
|/
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* hw/pci-host/prep: Don't reverse IO accesses on bigendian hostsPeter Maydell2014-04-081-4/+4
* hw/pci-host/apb.c: Avoid shifting left into sign bitPeter Maydell2014-03-271-5/+5
* raven: Use raven_ for all function prefixesHervé Poussineau2014-03-201-19/+21
* raven: Fix PCI bus accesses with size > 1Hervé Poussineau2014-03-201-4/+4
* raven: Add PCI bus mastering address spaceHervé Poussineau2014-03-201-0/+24
* raven: Set a correct PCI memory regionHervé Poussineau2014-03-201-3/+6
* raven: Set a correct PCI I/O memory regionHervé Poussineau2014-03-201-9/+10
* raven: Implement non-contiguous I/O regionHervé Poussineau2014-03-201-0/+85
* raven: Rename intack region to pci_intackHervé Poussineau2014-03-201-3/+4
* raven: Move BIOS loading from board code to PCI hostHervé Poussineau2014-03-131-0/+51
* q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan2014-03-111-5/+5
* pam: partly fix write-only modeHervé Poussineau2014-03-091-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-02-131-3/+3
|\
| * qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-3/+3
* | raven: Use constant PCI_NUM_PINS instead of 4Hervé Poussineau2014-02-091-3/+3
|/
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2014-01-101-9/+2
|\
| * piix: fix 32bit pci holeGerd Hoffmann2013-12-231-9/+2
* | piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-2/+10
* | pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-239-4/+66
* | sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-234-6/+0
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-234-10/+10
|/
* PPC: Use default pci bus name for grackle and heathrowAlexander Graf2013-12-202-3/+3
* pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2013-12-102-44/+9
* Fix pc migration from qemu <= 1.5Cole Robinson2013-11-102-3/+16
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-312-1/+33
|\
| * ich9: APIs for pc guest infoMichael S. Tsirkin2013-10-141-0/+10
| * piix: APIs for pc guest infoMichael S. Tsirkin2013-10-141-0/+8
| * q35: expose mmcfg size as a propertyMichael S. Tsirkin2013-10-141-0/+14
| * q35: use macro for MCFG property nameMichael S. Tsirkin2013-10-141-1/+1
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-302-8/+30
|\ \ | |/
| * piix: use 64 bit window programmed by guestMichael S. Tsirkin2013-09-151-4/+10
| * q35: use 64 bit window programmed by guestMichael S. Tsirkin2013-09-151-4/+10
| * q35: make pci window address/size match guest cfgMichael S. Tsirkin2013-09-151-0/+10
* | q35: Fix typo in constant DEFUALT -> DEFAULT.Richard W.M. Jones2013-09-201-1/+1
|/
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-032-6/+11
|\
| * pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin2013-08-272-6/+11
* | qom: Pass available size to object_initialize()Andreas Färber2013-08-303-3/+3
* | pci: Pass size to pci_bus_new_inplace()Andreas Färber2013-08-302-2/+2
|/
* pci-host/prep: Set isa_mem_base in the PCI host bridgeHervé Poussineau2013-07-311-0/+2
* pc: limit 64 bit hole to 2G by defaultIgor Mammedov2013-07-292-20/+163
* pc: replace i440fx_common_init() with i440fx_init()Igor Mammedov2013-07-291-37/+13
* pc: add I440FX QOM cast macroIgor Mammedov2013-07-291-2/+6
OpenPOWER on IntegriCloud