aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/tosa.c
AgeCommit message (Expand)Author
2024-03-11hw/arm: Deprecate various old Arm machine typesPeter Maydell
2023-01-12hw/arm/pxa2xx: Simplify pxa255_init()Philippe Mathieu-Daudé
2020-12-10hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé
2020-11-23hw/arm: Fix bad print format specifiersAlexChen
2020-10-26hw/arm/tosa: Replace fprintf() calls by LED devicesPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27tosa: Use TYPE_TOSA_MISC_GPIO constantEduardo Habkost
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-13hw/arm/tosa: Encapsulate misc GPIO handling in a devicePeter Maydell
2020-07-13hw/arm/tosa.c: DetabifyPeter Maydell
2020-03-17hw/arm: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2019-09-03hw/arm: simplify arm_load_dtbTao Xu
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-04-29hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva
2016-10-28hw/arm/tosa: Fix reset handlingpull-target-arm-20161028Guenter Roeck
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
2016-01-18hw/arm: Clean up includesPeter Maydell
2015-10-16target-arm: Provide model numbers for Sharp PDAsRyo ONODERA
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-02-14tosa: QOM'ify DACAndreas Färber
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-15arm: fix location of some include filesPeter Maydell
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini