summaryrefslogtreecommitdiff
path: root/hw/arm/strongarm.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-12/+12
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh1-5/+5
2013-08-20hw/arm/strongarm: Don't use arm_pic_init_cpu()Peter Maydell1-3/+3
2013-07-29strongarm: QOM cast cleanup for StrongARMSSPStateAndreas Färber1-10/+18
2013-07-29strongarm: QOM cast cleanup for StrongARMUARTStateAndreas Färber1-6/+11
2013-07-29strongarm: QOM cast cleanup for StrongARMPPCInfoAndreas Färber1-10/+14
2013-07-29strongarm: QOM cast cleanup for StrongARMGPIOInfoAndreas Färber1-11/+14
2013-07-29strongarm: QOM cast cleanup for StrongARMRTCStateAndreas Färber1-5/+10
2013-07-29strongarm: QOM cast cleanup for StrongARMPICStateAndreas Färber1-9/+16
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini1-6/+12
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-7/+7
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move last file to hw/arm/Paolo Bonzini1-0/+1623