summaryrefslogtreecommitdiff
path: root/hw/sparc/leon3.c
AgeCommit message (Expand)Author
2019-05-17leon3: introduce the plug and play mechanismKONRAD Frederic
2019-05-17leon3: add a little bootloaderKONRAD Frederic
2019-05-17grlib, apbuart: get rid of the old-style create functionKONRAD Frederic
2019-05-17grlib, gptimer: get rid of the old-style create functionKONRAD Frederic
2019-05-17grlib, irqmp: get rid of the old-style create functionKONRAD Frederic
2019-05-17leon3: fix the error message when no bios are providedKONRAD Frederic
2019-05-03hw/sparc/leon3: Allow load of uImage firmwaresPhilippe Mathieu-Daudé
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-07-02hw/sparc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-02-06hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-10-27sparc: leon3: use generic cpu_model parsingIgor Mammedov
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-01sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2016-08-08hw/sparc/leon3: Don't call get_image_size() on a NULL pointerPeter Maydell
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-01-29sparc: Clean up includesPeter Maydell
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-03-25sparc: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller
2015-03-10sparc/leon3.c: fix memory leakGonglei
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-02-15sparc/leon3: Initialize stack pointerSebastian Huber
2013-11-05leon3: Don't enforce use of -bios with qtestAndreas Färber
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini