aboutsummaryrefslogtreecommitdiff
path: root/hw/lm32
AgeCommit message (Expand)AuthorFilesLines
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é2-11/+11
2020-08-21meson: convert hw/arch*Marc-André Lureau2-3/+6
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2-12/+12
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2-24/+26
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé2-2/+0
2020-02-19lm32/milkymist: use memdev for RAMIgor Mammedov1-7/+14
2020-02-19lm32/lm32_boards: use memdev for RAMIgor Mammedov1-13/+26
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2-3/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster3-1/+3
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster2-0/+2
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster2-0/+2
2019-07-15hw/lm32/Kconfig: Milkymist One provides a USB 1.1 ControllerPhilippe Mathieu-Daudé1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2-4/+3
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2-3/+3
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2-2/+0
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2-2/+0
2019-03-07lm32-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+6
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+2
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+5
2019-02-05hw/lm32/Makefile.objs: Conditionally build lm32 and milkmystÁkos Kovács1-2/+2
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2-3/+6
2019-02-01hw/display/milkymist-tmu2: Move inlined code from header to sourcePhilippe Mathieu-Daudé2-63/+1
2019-02-01hw/display/milkymist-tmu2: Explicit the dependency to both X11 / OpenGLPhilippe Mathieu-Daudé1-2/+2
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é2-11/+12
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
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