aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2020-07-24hw: Only compile the usb-dwc2 controller if it is really neededThomas Huth
2020-07-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-07-21' into s...Peter Maydell
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-21hw: Mark nd_table[] misuse in realize methods FIXMEMarkus Armbruster
2020-07-21msf2: Unbreak device-list-properties for "msf-soc"Markus Armbruster
2020-07-20hw/arm/armsse: Assert info->num_cpus is in-bounds in armsse_realize()Peter Maydell
2020-07-20hw/arm/virt: Disable memory hotplug when MTE is enabledRichard Henderson
2020-07-20hw/arm/virt: Error for MTE enabled with KVMRichard Henderson
2020-07-20hw/arm/virt: Enable MTE via a machine propertyRichard Henderson
2020-07-20Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into stagingPeter Maydell
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé
2020-07-13hw/arm/aspeed: Do not create and attach empty SD cards by defaultPhilippe Mathieu-Daudé
2020-07-13hw/arm/palm.c: Encapsulate misc GPIO handling in a devicePeter Maydell
2020-07-13hw/arm/palm.c: DetabifyPeter Maydell
2020-07-13hw/arm/tosa: Encapsulate misc GPIO handling in a devicePeter Maydell
2020-07-13hw/arm/tosa.c: DetabifyPeter Maydell
2020-07-13Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX25 processorJean-Christophe Dubois
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell
2020-07-03hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtgPeter Maydell
2020-07-03hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell
2020-07-03hw/arm/spitz: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell
2020-07-03hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell
2020-07-03hw/arm/spitz: Encapsulate misc GPIO handling in a devicePeter Maydell
2020-07-03hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell
2020-07-03hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell
2020-07-03hw/arm/spitz: Use max111x properties to set initial valuesPeter Maydell
2020-07-03hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signalsPeter Maydell
2020-07-03hw/arm/spitz: Keep pointers to scp0, scp1 in SpitzMachineStatePeter Maydell
2020-07-03hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineStatePeter Maydell
2020-07-03hw/arm/spitz: Create SpitzMachineClass abstract base classPeter Maydell
2020-07-03hw/arm/spitz: DetabifyPeter Maydell
2020-07-03hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones
2020-07-03hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger
2020-07-03Select MDIO device 2 and 1 as PHY devices for i.MX6UL EVK board.Jean-Christophe Dubois
2020-07-03Add the ability to select a different PHY for each i.MX6UL FEC interfaceJean-Christophe Dubois
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand
2020-07-02arm/{bcm2835,fsl-imx25,fsl-imx6}: Fix realize error API violationsMarkus Armbruster
2020-07-02hw/arm/armsse: Fix armsse_realize() error API violationMarkus Armbruster
2020-07-02aspeed: Fix realize error API violationMarkus Armbruster