index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci-host
/
i440fx.c
Age
Commit message (
Expand
)
Author
2023-12-30
hw/pci-host: Constify VMState
Richard Henderson
2023-09-29
pc: remove short_root_bus property
Paolo Bonzini
2023-07-10
hw/pci-host/i440fx: Resolve i440fx_init()
Bernhard Beschow
2023-07-10
hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE property
Bernhard Beschow
2023-07-10
hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE properties
Bernhard Beschow
2023-07-10
hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property
Bernhard Beschow
2023-07-10
hw/pci-host/i440fx: Make MemoryRegion pointers accessible as properties
Bernhard Beschow
2023-07-10
hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState section
Bernhard Beschow
2023-07-10
hw/pci-host/i440fx: Have common names for some local variables
Bernhard Beschow
2023-07-10
hw/pci-host/i440fx: Replace magic values by existing constants
Bernhard Beschow
2023-07-10
hw/pci-host/i440fx: Add "i440fx" child property in board code
Bernhard Beschow
2023-05-19
hw/pci-host/pam: Make init_pam() usage more readable
Bernhard Beschow
2023-05-19
hw/pci-host/i440fx: Inline sysbus_add_io()
Bernhard Beschow
2023-01-16
hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init
Philippe Mathieu-Daudé
2022-07-26
i386/pc: create pci-host qdev prior to pc_memory_init()
Joao Martins
2022-06-28
hw/pci-host/i440fx: Remove unused parameter from i440fx_init()
Bernhard Beschow
2021-09-04
hw/pci: remove all references to find_i440fx function
Ani Sinha
2021-09-04
Use PCI_HOST_BRIDGE macro
Eduardo Habkost
2020-09-22
i440fx: Register i440FX-pcihost properties as class properties
Eduardo Habkost
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-09
hw/pci-host: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-03-09
hw/pci-host/piix: Include "qemu/range.h"
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-12-18
hw/pci-host/i440fx: Extract the IGD passthrough host bridge device
Philippe Mathieu-Daudé
2019-12-18
hw/pci-host/i440fx: Use definitions instead of magic values
Philippe Mathieu-Daudé
2019-12-18
hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()
Philippe Mathieu-Daudé
2019-12-18
hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"
Philippe Mathieu-Daudé
2019-12-18
hw/pci-host/i440fx: Correct the header description
Philippe Mathieu-Daudé
2019-11-05
hw/pci-host/i440fx: Remove the last PIIX3 traces
Philippe Mathieu-Daudé
2019-11-05
hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'
Philippe Mathieu-Daudé