summaryrefslogtreecommitdiff
path: root/hw/lm32/lm32_boards.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-4/+4
2018-02-06hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-4/+3
2017-10-27lm32: lm32_boards: use generic cpu_model parsingIgor Mammedov1-10/+4
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-8/+0
2017-09-01lm32: replace cpu_lm32_init() with cpu_generic_init()Igor Mammedov1-2/+2
2016-05-29hw/char: QOM'ify lm32_uart.cxiaoqiang zhao1-2/+2
2016-05-29hw/char: QOM'ify lm32_juart.cxiaoqiang zhao1-2/+3
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-2/+2
2016-01-29lm32: Clean up includesPeter Maydell1-0/+1
2015-09-25lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-2/+2
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-4/+24
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-18/+14
2015-06-03hw/lm32/lm32_boards.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao1-6/+4
2015-04-10lm32: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller1-6/+4
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-3/+2
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-6/+7
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+4
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-8/+8
2014-02-04hw/lm32: print error if cpu model is not foundMichael Walle1-0/+10
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-2/+0
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-2/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-2/+1
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-3/+5
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+308