aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/strongarm.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé1-1/+1
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-10-20hw/arm/strongarm: Fix 'time to transmit a char' unit commentPhilippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-18/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-12/+12
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-10/+15
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-4/+5
2020-03-05hw/arm/strongarm: move timer_new from init() into realize() to avoid memleaksPan Nengyuan1-6/+12
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2019-10-22hw/arm/collie: Create the RAM in the boardPhilippe Mathieu-Daudé1-6/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2018-11-02strongarm: mask off high[31:28] bits from dir and state registersPrasad J Pandit1-2/+2
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-7/+3
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-5/+0
2017-09-01arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-0/+1
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2016-10-24hw/arm: QOM'ify strongarm.cxiaoqiang zhao1-5/+10
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau1-10/+6
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-8/+8
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-7/+7
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-1/+3
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-12hw/arm: QOM'ify strongarm.cxiaoqiang.zhao1-38/+28
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+1
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-2/+2
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller1-3/+4
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-06-29hw/arm/strongarm: Wire up missing GPIO and PPC vmstatePeter Maydell1-0/+4
2014-06-29hw/arm/strongarm: Fix handling of GPSR/GPCR readsPeter Maydell1-8/+6
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-6/+0