aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc
AgeCommit message (Expand)AuthorFilesLines
2024-02-22hw/sparc/leon3: Fix wrong usage of DO_UPCAST macroThomas Huth1-1/+1
2024-02-15hw/sparc/leon3: Initialize GPIO before realizing CPU devicesPhilippe Mathieu-Daudé1-3/+4
2024-02-15hw/sparc/leon3: Pass DeviceState opaque argument to leon3_start_cpu()Philippe Mathieu-Daudé1-3/+3
2024-02-15hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()Philippe Mathieu-Daudé1-6/+4
2024-02-15hw/sparc/leon3: check cpu_id in the tiny bootloaderClément Chigot1-2/+20
2024-02-15hw/sparc/leon3: implement multiprocessorClément Chigot1-25/+68
2024-02-15hw/sparc/leon3: remove SP initializationClément Chigot1-3/+0
2024-02-15hw/intc/grlib_irqmp: implements multicore irqClément Chigot1-1/+2
2024-02-15hw/intc/grlib_irqmp: add ncpus propertyClément Chigot1-1/+1
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot1-2/+6
2024-02-15hw/sparc/leon3: Have write_bootloader() take a void pointer argumentPhilippe Mathieu-Daudé1-6/+3
2024-02-15hw/sparc/leon3: Remove unused 'env' argument of write_bootloader()Philippe Mathieu-Daudé1-3/+2
2024-02-15hw/sparc/leon3: Remove duplicate codePhilippe Mathieu-Daudé1-2/+0
2024-02-15hw/sparc/sun4m: Realize DMA controller before accessing itPhilippe Mathieu-Daudé1-2/+5
2024-02-02hw/sparc/sun4m: use qemu_find_nic_info()David Woodhouse1-6/+14
2024-01-05target/sparc: Simplify qemu_irq_ackClément Chigot1-4/+4
2024-01-05hw/sparc: Simplify memory_region_init_ram_nomigrate() callsPhilippe Mathieu-Daudé1-15/+6
2024-01-05hw: Simplify accesses to the CPUState::'start-powered-off' propertyPhilippe Mathieu-Daudé1-1/+1
2023-12-30hw/sparc: Constify VMStateRichard Henderson1-1/+1
2023-07-25other architectures: spelling fixesMichael Tokarev1-4/+4
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-2/+2
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini1-3/+2
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-2/+2
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal1-0/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau2-2/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2021-09-08sun4m: fix setting CPU id when more than one CPU is presentMark Cave-Ayland1-1/+1
2021-06-25hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé1-1/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-10Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...Peter Maydell3-308/+224
2021-05-04hw/sparc*: Move cpu_check_irqs() to target/sparc/Philippe Mathieu-Daudé2-34/+0
2021-05-04hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé2-1/+38
2021-05-04hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_initPhilippe Mathieu-Daudé1-130/+118
2021-05-04hw/sparc/sun4m: Fix code style for checkpatch.plPhilippe Mathieu-Daudé1-9/+9
2021-05-04hw/sparc/sun4m: Register machine types in sun4m_machine_types[]Philippe Mathieu-Daudé1-64/+36
2021-05-04hw/sparc/sun4m: Factor out sun4m_machine_class_init()Philippe Mathieu-Daudé1-95/+8
2021-05-04hw/sparc/sun4m: Introduce Sun4mMachineClassPhilippe Mathieu-Daudé1-11/+39
2021-05-04hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINEPhilippe Mathieu-Daudé1-9/+21
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-6/+6
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland1-1/+1
2021-01-06sun4m: don't connect two qemu_irqs directly to the same inputMark Cave-Ayland2-5/+20
2021-01-06hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell1-12/+9
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini2-0/+2
2020-12-10sparc: remove bios_namePaolo Bonzini2-4/+2
2020-10-28sparc32-ledma: don't reference nd_table directly within the deviceMark Cave-Ayland1-8/+13
2020-10-18sun4m: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland1-2/+8
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-6/+2
2020-09-09esp: Rename ESP_STATE to ESPEduardo Habkost1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-5/+8