summaryrefslogtreecommitdiffstats
path: root/hw/lm32/lm32_boards.c
Commit message (Expand)AuthorAgeFilesLines
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+2
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-2/+2
* hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-2/+4
* hw/lm32: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-6/+7
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-4/+4
* hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-4/+3Star
* lm32: lm32_boards: use generic cpu_model parsingIgor Mammedov2017-10-271-10/+4Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-8/+0Star
* lm32: replace cpu_lm32_init() with cpu_generic_init()Igor Mammedov2017-09-011-2/+2
* hw/char: QOM'ify lm32_uart.cxiaoqiang zhao2016-05-291-2/+2
* hw/char: QOM'ify lm32_juart.cxiaoqiang zhao2016-05-291-2/+3
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-1/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-2/+2
* lm32: Clean up includesPeter Maydell2016-01-291-0/+1
* lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+2
* Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber2015-09-191-4/+24
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-18/+14Star
* hw/lm32/lm32_boards.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-6/+4Star
* lm32: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller2015-04-101-6/+4Star
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-3/+2Star
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-6/+7
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+4
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-8/+8
* hw/lm32: print error if cpu model is not foundMichael Walle2014-02-041-0/+10
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-2/+0Star
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-2/+2
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-2/+1Star
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-3/+5
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+308