summaryrefslogtreecommitdiff
path: root/hw/lm32
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell2-6/+6
2018-02-06hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2-8/+6
2017-10-27lm32: lm32_boards: use generic cpu_model parsingIgor Mammedov1-10/+4
2017-10-27lm32: milkymist: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2-12/+0
2017-09-01lm32: replace cpu_lm32_init() with cpu_generic_init()Igor Mammedov2-3/+3
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau2-3/+3
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin1-1/+1
2016-11-30loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek1-1/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2016-05-29hw/char: QOM'ify milkymist-uart.cxiaoqiang zhao2-2/+4
2016-05-29hw/char: QOM'ify lm32_uart.cxiaoqiang zhao2-2/+18
2016-05-29hw/char: QOM'ify lm32_juart.cxiaoqiang zhao3-4/+6
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost1-1/+1
2016-05-20milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()Eduardo Habkost2-5/+3
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa2-0/+2
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2-0/+4
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite2-3/+3
2016-01-29lm32: Clean up includesPeter Maydell2-0/+2
2015-11-03ui/opengl: Reduce build required libraries for openglOGAWA Hirofumi1-1/+2
2015-09-25lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2-3/+3
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 Habkost2-28/+19
2015-06-03hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao1-3/+2
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üller2-9/+6
2015-03-12configure: opengl overhaulGerd Hoffmann1-2/+2
2015-03-10milkymist.c: fix memory leakGonglei1-0/+1
2015-01-08acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin1-1/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2-5/+3
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2-9/+11
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao2-3/+6
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2-13/+13
2014-02-04hw/lm32: print error if cpu model is not foundMichael Walle2-0/+15
2013-11-05milkymist: Suppress -kernel/-bios/-drive error for qtestAndreas Färber1-1/+2
2013-10-14loader: support for unmapped ROM blobsMichael S. Tsirkin1-1/+1
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster2-3/+0
2013-07-29lm32_juart: QOM cast cleanupAndreas Färber1-3/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini2-3/+3
2013-04-20qdev: Drop taddr propertiesPeter Maydell1-1/+0
2013-04-15arm: fix location of some include filesPeter Maydell2-2/+2
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini5-4/+420
2013-04-08hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini1-7/+0
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: move SD/MMC devices to hw/sd/, configure with default-configs/Paolo Bonzini1-1/+0
2013-04-08hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini1-3/+0
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-3/+0
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-3/+0