aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/piix.c
AgeCommit message (Expand)Author
2019-11-05hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'Philippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Fix code style issuesPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Extract piix3_create()Philippe Mathieu-Daudé
2019-11-05hw/i386: Remove obsolete LoadStateHandler::load_state_old handlersPhilippe Mathieu-Daudé
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2018-11-05piix_pci: fix i440fx data sheet linkLi Qiang
2018-11-05piix: use TYPE_FOO constants than string constatsLi Qiang
2018-11-05i440fx: use ARRAY_SIZE for pam_regionsLi Qiang
2018-11-05hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned baseLaszlo Ersek
2018-11-05hw/pci-host/x86: extract get_pci_hole64_start_value() helpersLaszlo Ersek
2018-10-26hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé
2018-10-19target-i386: add i440fx 0xcf8 port as coalesced_pioPeng Hao
2017-12-21hw/pci-host/piix: QOM'ify the IGD Passthrough host bridgePhilippe Mathieu-Daudé
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-08-31piix: use DIV_ROUND_UPMarc-André Lureau
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-06-20object: use more specific property type namesMarc-André Lureau
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-03hw/i386: Build-time assertion on pc/q35 reset register being identical.Phil Dennis-Jordan
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster
2016-07-04pc: Eliminate PcPciInfoMarkus Armbruster
2016-07-04piix: Set I440FXState member pci_info.w32 in one placeMarkus Armbruster
2016-07-04q35: allow dynamic sysbusMarcel Apfelbaum
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-29x86: Clean up includesPeter Maydell
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster
2016-01-08igd-passthrough: fix use of host_pci_config_readCao jin
2015-11-17i440fx: print an error message if user tries to enable iommuBandan Das
2015-10-22piix: fix resource leak reported by Coverityzhanghailiang
2015-09-10piix: create host bridge to passthroughTiejun Chen
2015-09-08i440fx: make types configurable at run-timeMichael S. Tsirkin
2015-08-13piix: Document coreboot-specific RAM size config registerEduardo Habkost
2015-06-23piix: piix3 QOMifyGonglei