summaryrefslogtreecommitdiff
path: root/hw/pci-host/piix.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-21hw/pci-host/piix: QOM'ify the IGD Passthrough host bridgePhilippe Mathieu-Daudé1-25/+20
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-5/+5
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-2/+2
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum1-2/+30
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+8
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-08-31piix: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis1-1/+1
2017-06-20object: use more specific property type namesMarc-André Lureau1-4/+4
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-3/+3
2017-05-03hw/i386: Build-time assertion on pc/q35 reset register being identical.Phil Dennis-Jordan1-6/+0
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster1-8/+18
2016-07-04pc: Eliminate PcPciInfoMarkus Armbruster1-5/+5
2016-07-04piix: Set I440FXState member pci_info.w32 in one placeMarkus Armbruster1-3/+1
2016-07-04q35: allow dynamic sysbusMarcel Apfelbaum1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-5/+5
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-4/+4
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster1-2/+4
2016-01-08igd-passthrough: fix use of host_pci_config_readCao jin1-3/+5
2015-11-17i440fx: print an error message if user tries to enable iommuBandan Das1-0/+5
2015-10-22piix: fix resource leak reported by Coverityzhanghailiang1-4/+7
2015-09-10piix: create host bridge to passthroughTiejun Chen1-0/+85
2015-09-08i440fx: make types configurable at run-timeMichael S. Tsirkin1-5/+4
2015-08-13piix: Document coreboot-specific RAM size config registerEduardo Habkost1-1/+6
2015-06-23piix: piix3 QOMifyGonglei1-26/+31
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-6/+4
2015-06-05hw/i386: remove smram_updatePaolo Bonzini1-1/+2
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini1-20/+8
2015-06-05hw/i386: add a separate region that tracks the SMRAME bitPaolo Bonzini1-1/+16
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-7/+5
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau1-1/+2
2014-09-11piix: do not set irq while loading vmstatePavel Dovgalyuk1-2/+28
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-4/+3
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-3/+3
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-9/+2
2013-12-23piix: fix 32bit pci holeGerd Hoffmann1-9/+2
2013-12-23piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+10
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-4/+4
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin1-22/+4
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson1-1/+8
2013-10-14piix: APIs for pc guest infoMichael S. Tsirkin1-0/+8
2013-09-15piix: use 64 bit window programmed by guestMichael S. Tsirkin1-4/+10
2013-08-27pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin1-3/+6
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov1-5/+90
2013-07-29pc: replace i440fx_common_init() with i440fx_init()Igor Mammedov1-37/+13