aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc/leon3.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2021-05-10Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...Peter Maydell1-1/+36
2021-05-04hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé1-1/+36
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-01-06hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell1-12/+9
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10sparc: remove bios_namePaolo Bonzini1-3/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-5/+5
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-4/+4
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-6/+6
2020-06-15sparc/leon3: Fix to put grlib,* devices on sysbusMarkus Armbruster1-2/+2
2020-06-09hw/sparc/leon3: Map the UART device unconditionallyPhilippe Mathieu-Daudé1-10/+8
2020-03-17hw/sparc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-2/+1
2020-02-19sparc/leon3: use memdev for RAMIgor Mammedov1-3/+3
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2020-01-07leon3: use qdev gpio facilities for the PILMarc-André Lureau1-2/+4
2020-01-07leon3: use qemu_irq framework instead of callback as propertyMarc-André Lureau1-4/+9
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/+2
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson1-2/+2
2019-05-17leon3: introduce the plug and play mechanismKONRAD Frederic1-0/+30
2019-05-17leon3: add a little bootloaderKONRAD Frederic1-8/+71
2019-05-17grlib, apbuart: get rid of the old-style create functionKONRAD Frederic1-1/+8
2019-05-17grlib, gptimer: get rid of the old-style create functionKONRAD Frederic1-1/+16
2019-05-17grlib, irqmp: get rid of the old-style create functionKONRAD Frederic1-2/+10
2019-05-17leon3: fix the error message when no bios are providedKONRAD Frederic1-4/+6
2019-05-03hw/sparc/leon3: Allow load of uImage firmwaresPhilippe Mathieu-Daudé1-0/+4
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+2
2018-07-02hw/sparc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+6
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-2/+2
2018-02-06hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-9/+7
2017-10-27sparc: leon3: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2016-08-08hw/sparc/leon3: Don't call get_image_size() on a NULL pointerPeter Maydell1-1/+5
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+1
2016-01-29sparc: Clean up includesPeter Maydell1-0/+1
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-9/+4
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-03-25sparc: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller1-2/+1
2015-03-10sparc/leon3.c: fix memory leakGonglei1-0/+1