Age | Commit message (Expand) | Author |
2024-05-03 | sparc: switch boards to "default y" | Paolo Bonzini |
2024-02-22 | hw/sparc/leon3: Fix wrong usage of DO_UPCAST macro | Thomas Huth |
2024-02-15 | hw/sparc/leon3: Initialize GPIO before realizing CPU devices | Philippe Mathieu-Daudé |
2024-02-15 | hw/sparc/leon3: Pass DeviceState opaque argument to leon3_start_cpu() | Philippe Mathieu-Daudé |
2024-02-15 | hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in() | Philippe Mathieu-Daudé |
2024-02-15 | hw/sparc/leon3: check cpu_id in the tiny bootloader | Clément Chigot |
2024-02-15 | hw/sparc/leon3: implement multiprocessor | Clément Chigot |
2024-02-15 | hw/sparc/leon3: remove SP initialization | Clément Chigot |
2024-02-15 | hw/intc/grlib_irqmp: implements multicore irq | Clément Chigot |
2024-02-15 | hw/intc/grlib_irqmp: add ncpus property | Clément Chigot |
2024-02-15 | hw/sparc/grlib: split out the headers for each peripherals | Clément Chigot |
2024-02-15 | hw/sparc/leon3: Have write_bootloader() take a void pointer argument | Philippe Mathieu-Daudé |
2024-02-15 | hw/sparc/leon3: Remove unused 'env' argument of write_bootloader() | Philippe Mathieu-Daudé |
2024-02-15 | hw/sparc/leon3: Remove duplicate code | Philippe Mathieu-Daudé |
2024-02-15 | hw/sparc/sun4m: Realize DMA controller before accessing it | Philippe Mathieu-Daudé |
2024-02-02 | hw/sparc/sun4m: use qemu_find_nic_info() | David Woodhouse |
2024-01-05 | target/sparc: Simplify qemu_irq_ack | Clément Chigot |
2024-01-05 | hw/sparc: Simplify memory_region_init_ram_nomigrate() calls | Philippe Mathieu-Daudé |
2024-01-05 | hw: Simplify accesses to the CPUState::'start-powered-off' property | Philippe Mathieu-Daudé |
2023-12-30 | hw/sparc: Constify VMState | Richard Henderson |
2023-07-25 | other architectures: spelling fixes | Michael Tokarev |
2023-06-05 | bulk: Remove pointless QOM casts | Philippe Mathieu-Daudé |
2022-05-12 | machine: make memory-backend a link property | Paolo Bonzini |
2022-05-12 | machine: use QAPI struct for boot configuration | Paolo Bonzini |
2022-05-09 | Warn user if the vga flag is passed but no vga device is created | Gautam Agrawal |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2021-09-08 | sun4m: fix setting CPU id when more than one CPU is present | Mark Cave-Ayland |
2021-06-25 | hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c | Philippe Mathieu-Daudé |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-10 | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into... | Peter Maydell |
2021-05-04 | hw/sparc*: Move cpu_check_irqs() to target/sparc/ | Philippe Mathieu-Daudé |
2021-05-04 | hw/sparc: Allow building without the leon3 machine | Philippe Mathieu-Daudé |
2021-05-04 | hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_init | Philippe Mathieu-Daudé |
2021-05-04 | hw/sparc/sun4m: Fix code style for checkpatch.pl | Philippe Mathieu-Daudé |
2021-05-04 | hw/sparc/sun4m: Register machine types in sun4m_machine_types[] | Philippe Mathieu-Daudé |
2021-05-04 | hw/sparc/sun4m: Factor out sun4m_machine_class_init() | Philippe Mathieu-Daudé |
2021-05-04 | hw/sparc/sun4m: Introduce Sun4mMachineClass | Philippe Mathieu-Daudé |
2021-05-04 | hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINE | Philippe Mathieu-Daudé |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-03-19 | hw: Replace anti-social QOM type names | Markus Armbruster |
2021-03-07 | esp: rename existing ESP QOM type to SYSBUS_ESP | Mark Cave-Ayland |
2021-01-06 | sun4m: don't connect two qemu_irqs directly to the same input | Mark Cave-Ayland |
2021-01-06 | hw/sparc: Make grlib-irqmp device handle its own inbound IRQ lines | Peter Maydell |
2020-12-10 | vl: extract softmmu/datadir.c | Paolo Bonzini |
2020-12-10 | sparc: remove bios_name | Paolo Bonzini |
2020-10-28 | sparc32-ledma: don't reference nd_table directly within the device | Mark Cave-Ayland |
2020-10-18 | sun4m: use qdev properties instead of legacy m48t59_init() function | Mark Cave-Ayland |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | esp: Rename ESP_STATE to ESP | Eduardo Habkost |