summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/piix.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-7/+5
* isa: add memory space parameter to isa_bus_newHervé Poussineau2015-02-131-1/+2
* piix: do not set irq while loading vmstatePavel Dovgalyuk2014-09-111-2/+28
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-4/+3
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-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-231-1/+5
* | sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-4/+4
|/
* pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2013-12-101-22/+4
* Fix pc migration from qemu <= 1.5Cole Robinson2013-11-101-1/+8
* piix: APIs for pc guest infoMichael S. Tsirkin2013-10-141-0/+8
* piix: use 64 bit window programmed by guestMichael S. Tsirkin2013-09-151-4/+10
* pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin2013-08-271-3/+6
* pc: limit 64 bit hole to 2G by defaultIgor Mammedov2013-07-291-5/+90
* 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
* i440fx-pcihost: Use QOM realize for i440fx-pcihostHu Tao2013-07-231-12/+17
* i440fx: Use type-safe cast instead of direct access of parent devHu Tao2013-07-231-9/+16
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-0/+9
|\
| * pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2013-07-071-0/+9
* | hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-6/+7
* | pam: pass device to init_pam and use it to set ownerPaolo Bonzini2013-07-041-2/+2
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-6/+6
|/
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-0/+657
OpenPOWER on IntegriCloud