summaryrefslogtreecommitdiff
path: root/hw/lm32/milkymist.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2018-02-06hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-4/+3
2017-10-27lm32: milkymist: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01lm32: replace cpu_lm32_init() with cpu_generic_init()Igor Mammedov1-1/+1
2016-05-29hw/char: QOM'ify milkymist-uart.cxiaoqiang zhao1-1/+1
2016-05-29hw/char: QOM'ify lm32_juart.cxiaoqiang zhao1-1/+1
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost1-1/+1
2016-05-20milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()Eduardo Habkost1-1/+3
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+1
2016-01-29lm32: Clean up includesPeter Maydell1-0/+1
2015-09-25lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-10/+5
2015-06-03hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao1-3/+2
2015-04-10lm32: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller1-3/+2
2015-03-10milkymist.c: fix memory leakGonglei1-0/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-3/+4
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-5/+5
2014-02-04hw/lm32: print error if cpu model is not foundMichael Walle1-0/+5
2013-11-05milkymist: Suppress -kernel/-bios/-drive error for qtestAndreas Färber1-1/+2
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-07-04memory: add owner argument to initialization functionsPaolo 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-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/+218