aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/strongarm.c
AgeCommit message (Expand)Author
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-10-20hw/arm/strongarm: Fix 'time to transmit a char' unit commentPhilippe 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-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-03-05hw/arm/strongarm: move timer_new from init() into realize() to avoid memleaksPan Nengyuan
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2019-10-22hw/arm/collie: Create the RAM in the boardPhilippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2018-11-02strongarm: mask off high[31:28] bits from dir and state registersPrasad J Pandit
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-01arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2016-10-24hw/arm: QOM'ify strongarm.cxiaoqiang zhao
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-12hw/arm: QOM'ify strongarm.cxiaoqiang.zhao
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
2016-01-18hw/arm: Clean up includesPeter Maydell
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-06-29hw/arm/strongarm: Wire up missing GPIO and PPC vmstatePeter Maydell
2014-06-29hw/arm/strongarm: Fix handling of GPSR/GPCR readsPeter Maydell
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh
2013-08-20hw/arm/strongarm: Don't use arm_pic_init_cpu()Peter Maydell