aboutsummaryrefslogtreecommitdiff
path: root/hw/lm32/milkymist.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster1-249/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10lm32: remove bios_namePaolo Bonzini1-3/+1
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-08-21hw/sd/milkymist: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé1-0/+13
2020-08-21hw/lm32/milkymist: Un-inline milkymist_memcard_create()Philippe Mathieu-Daudé1-0/+11
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé1-1/+0
2020-02-19lm32/milkymist: use memdev for RAMIgor Mammedov1-7/+14
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-2/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-1/+1
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+2
2019-02-01hw/display/milkymist-tmu2: Move inlined code from header to sourcePhilippe Mathieu-Daudé1-0/+1
2018-11-06milkymist: Check for failure trying to load BIOS imagePeter Maydell1-1/+4
2018-07-02hw/lm32: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-5/+5
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
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