summaryrefslogtreecommitdiffstats
path: root/hw/lm32
Commit message (Expand)AuthorAgeFilesLines
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-163-1/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-162-0/+2
* hw/lm32/Kconfig: Milkymist One provides a USB 1.1 ControllerPhilippe Mathieu-Daudé2019-07-151-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-112-4/+3Star
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-112-3/+3
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-082-2/+0Star
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-072-2/+0Star
* | lm32-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+6
* | ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+2
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+5
|/
* hw/lm32/Makefile.objs: Conditionally build lm32 and milkmystÁkos Kovács2019-02-051-2/+2
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-052-3/+6
* hw/display/milkymist-tmu2: Move inlined code from header to sourcePhilippe Mathieu-Daudé2019-02-012-63/+1Star
* hw/display/milkymist-tmu2: Explicit the dependency to both X11 / OpenGLPhilippe Mathieu-Daudé2019-02-011-2/+2
* milkymist: Check for failure trying to load BIOS imagePeter Maydell2018-11-061-1/+4
* hw/lm32: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-022-11/+12
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-262-6/+6
* hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-062-8/+6Star
* lm32: lm32_boards: use generic cpu_model parsingIgor Mammedov2017-10-271-10/+4Star
* lm32: milkymist: use generic cpu_model parsingIgor Mammedov2017-10-271-5/+2Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-192-12/+0Star
* lm32: replace cpu_lm32_init() with cpu_generic_init()Igor Mammedov2017-09-012-3/+3
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-272-3/+3
* fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-181-1/+1
* loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek2016-11-301-1/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-3/+3
* hw/char: QOM'ify milkymist-uart.cxiaoqiang zhao2016-05-292-2/+4
* hw/char: QOM'ify lm32_uart.cxiaoqiang zhao2016-05-292-2/+18
* hw/char: QOM'ify lm32_juart.cxiaoqiang zhao2016-05-293-4/+6
* vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost2016-05-201-1/+1
* milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()Eduardo Habkost2016-05-202-5/+3Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-222-0/+2
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-222-0/+4
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-1/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-042-3/+3
* lm32: Clean up includesPeter Maydell2016-01-292-0/+2
* ui/opengl: Reduce build required libraries for openglOGAWA Hirofumi2015-11-031-1/+2
* lm32: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-252-3/+3
* 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-192-28/+19Star
* hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+2Star
* 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-102-9/+6Star
* configure: opengl overhaulGerd Hoffmann2015-03-121-2/+2
* milkymist.c: fix memory leakGonglei2015-03-101-0/+1