aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/piix.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-05hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'Philippe Mathieu-Daudé1-529/+0
2019-11-05hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé1-402/+0
2019-11-05hw/pci-host/piix: Fix code style issuesPhilippe Mathieu-Daudé1-3/+4
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé1-0/+1
2019-11-05hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé1-5/+4
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé1-3/+4
2019-11-05hw/pci-host/piix: Extract piix3_create()Philippe Mathieu-Daudé1-20/+31
2019-11-05hw/i386: Remove obsolete LoadStateHandler::load_state_old handlersPhilippe Mathieu-Daudé1-25/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
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 Ersek1-1/+1
2018-11-05hw/pci-host/x86: extract get_pci_hole64_start_value() helpersLaszlo Ersek1-4/+11
2018-10-26hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé1-1/+1
2018-10-19target-i386: add i440fx 0xcf8 port as coalesced_pioPeng Hao1-0/+4
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