summary refs log tree commit diff stats
path: root/hw/lm32/milkymist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/char: QOM'ify milkymist-uart.cxiaoqiang zhao2016-05-291-1/+1
* hw/char: QOM'ify lm32_juart.cxiaoqiang zhao2016-05-291-1/+1
* vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost2016-05-201-1/+1
* milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()Eduardo Habkost2016-05-201-1/+3
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+1
* lm32: Clean up includesPeter Maydell2016-01-291-0/+1
* lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-10/+5
* hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+2
* lm32: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller2015-04-101-3/+2
* milkymist.c: fix memory leakGonglei2015-03-101-0/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-2/+1
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-3/+4
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+2
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-5/+5
* hw/lm32: print error if cpu model is not foundMichael Walle2014-02-041-0/+5
* milkymist: Suppress -kernel/-bios/-drive error for qtestAndreas Färber2013-11-051-1/+2
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* 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/+1
* 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/+218