summary refs log tree commit diff stats
path: root/hw/pci-host/piix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/pci-host/piix: QOM'ify the IGD Passthrough host bridgePhilippe Mathieu-Daudé2017-12-211-25/+20
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-5/+5
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-2/+2
* hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-161-2/+30
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+8
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* piix: use DIV_ROUND_UPMarc-André Lureau2017-08-311-1/+1
* Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
* object: use more specific property type namesMarc-André Lureau2017-06-201-4/+4
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-3/+3
* hw/i386: Build-time assertion on pc/q35 reset register being identical.Phil Dennis-Jordan2017-05-031-6/+0
* range: Eliminate direct Range member accessMarkus Armbruster2016-07-041-8/+18
* pc: Eliminate PcPciInfoMarkus Armbruster2016-07-041-5/+5
* piix: Set I440FXState member pci_info.w32 in one placeMarkus Armbruster2016-07-041-3/+1
* q35: allow dynamic sysbusMarcel Apfelbaum2016-07-041-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-5/+5
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-4/+4
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* isa: Clean up error handling around isa_bus_new()Markus Armbruster2016-01-131-2/+4
* igd-passthrough: fix use of host_pci_config_readCao jin2016-01-081-3/+5
* i440fx: print an error message if user tries to enable iommuBandan Das2015-11-171-0/+5
* piix: fix resource leak reported by Coverityzhanghailiang2015-10-221-4/+7
* piix: create host bridge to passthroughTiejun Chen2015-09-101-0/+85
* i440fx: make types configurable at run-timeMichael S. Tsirkin2015-09-081-5/+4
* piix: Document coreboot-specific RAM size config registerEduardo Habkost2015-08-131-1/+6
* piix: piix3 QOMifyGonglei2015-06-231-26/+31
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-6/+4
* hw/i386: remove smram_updatePaolo Bonzini2015-06-051-1/+2
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-20/+8
* hw/i386: add a separate region that tracks the SMRAME bitPaolo Bonzini2015-06-051-1/+16
* 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