aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* sparc: switch boards to "default y"Paolo Bonzini2024-05-031-0/+4
* hw/sparc/leon3: Fix wrong usage of DO_UPCAST macroThomas Huth2024-02-221-1/+1
* hw/sparc/leon3: Initialize GPIO before realizing CPU devicesPhilippe Mathieu-Daudé2024-02-151-3/+4
* hw/sparc/leon3: Pass DeviceState opaque argument to leon3_start_cpu()Philippe Mathieu-Daudé2024-02-151-3/+3
* hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()Philippe Mathieu-Daudé2024-02-151-6/+4
* hw/sparc/leon3: check cpu_id in the tiny bootloaderClément Chigot2024-02-151-2/+20
* hw/sparc/leon3: implement multiprocessorClément Chigot2024-02-151-25/+68
* hw/sparc/leon3: remove SP initializationClément Chigot2024-02-151-3/+0
* hw/intc/grlib_irqmp: implements multicore irqClément Chigot2024-02-151-1/+2
* hw/intc/grlib_irqmp: add ncpus propertyClément Chigot2024-02-151-1/+1
* hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-151-2/+6
* hw/sparc/leon3: Have write_bootloader() take a void pointer argumentPhilippe Mathieu-Daudé2024-02-151-6/+3
* hw/sparc/leon3: Remove unused 'env' argument of write_bootloader()Philippe Mathieu-Daudé2024-02-151-3/+2
* hw/sparc/leon3: Remove duplicate codePhilippe Mathieu-Daudé2024-02-151-2/+0
* hw/sparc/sun4m: Realize DMA controller before accessing itPhilippe Mathieu-Daudé2024-02-151-2/+5
* hw/sparc/sun4m: use qemu_find_nic_info()David Woodhouse2024-02-021-6/+14
* target/sparc: Simplify qemu_irq_ackClément Chigot2024-01-051-4/+4
* hw/sparc: Simplify memory_region_init_ram_nomigrate() callsPhilippe Mathieu-Daudé2024-01-051-15/+6
* hw: Simplify accesses to the CPUState::'start-powered-off' propertyPhilippe Mathieu-Daudé2024-01-051-1/+1
* hw/sparc: Constify VMStateRichard Henderson2023-12-301-1/+1
* other architectures: spelling fixesMichael Tokarev2023-07-251-4/+4
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-051-2/+2
* machine: make memory-backend a link propertyPaolo Bonzini2022-05-121-3/+2
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-2/+2
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-062-2/+0
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* sun4m: fix setting CPU id when more than one CPU is presentMark Cave-Ayland2021-09-081-1/+1
* hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé2021-06-251-1/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into stagingPeter Maydell2021-05-103-308/+224
|\
| * hw/sparc*: Move cpu_check_irqs() to target/sparc/Philippe Mathieu-Daudé2021-05-042-34/+0
| * hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé2021-05-042-1/+38
| * hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_initPhilippe Mathieu-Daudé2021-05-041-130/+118
| * hw/sparc/sun4m: Fix code style for checkpatch.plPhilippe Mathieu-Daudé2021-05-041-9/+9
| * hw/sparc/sun4m: Register machine types in sun4m_machine_types[]Philippe Mathieu-Daudé2021-05-041-64/+36
| * hw/sparc/sun4m: Factor out sun4m_machine_class_init()Philippe Mathieu-Daudé2021-05-041-95/+8
| * hw/sparc/sun4m: Introduce Sun4mMachineClassPhilippe Mathieu-Daudé2021-05-041-11/+39
| * hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINEPhilippe Mathieu-Daudé2021-05-041-9/+21
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
|/
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-6/+6
* esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-1/+1
* sun4m: don't connect two qemu_irqs directly to the same inputMark Cave-Ayland2021-01-062-5/+20
* hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2021-01-061-12/+9
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-102-0/+2
* sparc: remove bios_namePaolo Bonzini2020-12-102-4/+2
* sparc32-ledma: don't reference nd_table directly within the deviceMark Cave-Ayland2020-10-281-8/+13
* sun4m: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland2020-10-181-2/+8
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+2
* esp: Rename ESP_STATE to ESPEduardo Habkost2020-09-091-1/+1