summary refs log tree commit diff stats
path: root/hw/pci-host/i440fx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/pci-host: Constify VMStateRichard Henderson2023-12-301-1/+1
* pc: remove short_root_bus propertyPaolo Bonzini2023-09-291-8/+0
* hw/pci-host/i440fx: Resolve i440fx_init()Bernhard Beschow2023-07-101-28/+5
* hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE propertyBernhard Beschow2023-07-101-1/+5
* hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE propertiesBernhard Beschow2023-07-101-2/+10
* hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM propertyBernhard Beschow2023-07-101-4/+10
* hw/pci-host/i440fx: Make MemoryRegion pointers accessible as propertiesBernhard Beschow2023-07-101-12/+30
* hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState sectionBernhard Beschow2023-07-101-9/+9
* hw/pci-host/i440fx: Have common names for some local variablesBernhard Beschow2023-07-101-14/+12
* hw/pci-host/i440fx: Replace magic values by existing constantsBernhard Beschow2023-07-101-4/+4
* hw/pci-host/i440fx: Add "i440fx" child property in board codeBernhard Beschow2023-07-101-1/+0
* hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow2023-05-191-5/+5
* hw/pci-host/i440fx: Inline sysbus_add_io()Bernhard Beschow2023-05-191-2/+3
* hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_initPhilippe Mathieu-Daudé2023-01-161-2/+1
* i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins2022-07-261-3/+2
* hw/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow2022-06-281-3/+1
* hw/pci: remove all references to find_i440fx functionAni Sinha2021-09-041-6/+0
* Use PCI_HOST_BRIDGE macroEduardo Habkost2021-09-041-3/+1
* i440fx: Register i440FX-pcihost properties as class propertiesEduardo Habkost2020-09-221-16/+16
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/pci-host: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-1/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-6/+6
* hw/pci-host/piix: Include "qemu/range.h"Philippe Mathieu-Daudé2020-03-091-0/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/pci-host/i440fx: Extract the IGD passthrough host bridge devicePhilippe Mathieu-Daudé2019-12-181-84/+0
* hw/pci-host/i440fx: Use definitions instead of magic valuesPhilippe Mathieu-Daudé2019-12-181-7/+7
* hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()Philippe Mathieu-Daudé2019-12-181-3/+2
* hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"Philippe Mathieu-Daudé2019-12-181-18/+0
* hw/pci-host/i440fx: Correct the header descriptionPhilippe Mathieu-Daudé2019-12-181-1/+1
* hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé2019-11-051-8/+0
* hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'Philippe Mathieu-Daudé2019-11-051-0/+529