summary refs log tree commit diff stats
path: root/hw/arm/stm32f405_soc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson2025-04-231-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* hw/arm/stm32f405: Add RCC device to stm32f405 SoCRomán Cárdenas Rodríguez2024-10-151-1/+11
* hw/arm/socs: configure priority bits for existing SOCsSamuel Tardieu2024-01-091-0/+1
* hw/arm/stm32f405: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé2023-11-201-7/+1
* hw/arm/stm32f405: correctly describe the memory layoutFelipe Balbi2023-01-121-0/+8
* hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell2021-12-151-1/+0
* hw/arm/stm32f405: Wire up sysclk and refclkPeter Maydell2021-09-011-0/+30
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-18/+9
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-4/+3
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-4/+4
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-16/+8
* arm/stm32f205 arm/stm32f405: Fix realize error API violationMarkus Armbruster2020-07-021-1/+1
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-21/+16
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-3/+3
* arm/stm32f405: Fix realization of "stm32f2xx-adc" devicesMarkus Armbruster2020-06-151-10/+13
* hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-4/+5
* hw/arm: Remove unnecessary memory_region_set_readonly() on ROM aliasPhilippe Mathieu-Daudé2020-03-171-1/+0
* hw/arm/stm32: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-3/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/arm: Add the STM32F4xx SoCAlistair Francis2020-01-171-0/+302