index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sparc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
sparc: switch boards to "default y"
Paolo Bonzini
1
-0
/
+4
2024-02-22
hw/sparc/leon3: Fix wrong usage of DO_UPCAST macro
Thomas Huth
1
-1
/
+1
2024-02-15
hw/sparc/leon3: Initialize GPIO before realizing CPU devices
Philippe Mathieu-Daudé
1
-3
/
+4
2024-02-15
hw/sparc/leon3: Pass DeviceState opaque argument to leon3_start_cpu()
Philippe Mathieu-Daudé
1
-3
/
+3
2024-02-15
hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()
Philippe Mathieu-Daudé
1
-6
/
+4
2024-02-15
hw/sparc/leon3: check cpu_id in the tiny bootloader
Clément Chigot
1
-2
/
+20
2024-02-15
hw/sparc/leon3: implement multiprocessor
Clément Chigot
1
-25
/
+68
2024-02-15
hw/sparc/leon3: remove SP initialization
Clément Chigot
1
-3
/
+0
2024-02-15
hw/intc/grlib_irqmp: implements multicore irq
Clément Chigot
1
-1
/
+2
2024-02-15
hw/intc/grlib_irqmp: add ncpus property
Clément Chigot
1
-1
/
+1
2024-02-15
hw/sparc/grlib: split out the headers for each peripherals
Clément Chigot
1
-2
/
+6
2024-02-15
hw/sparc/leon3: Have write_bootloader() take a void pointer argument
Philippe Mathieu-Daudé
1
-6
/
+3
2024-02-15
hw/sparc/leon3: Remove unused 'env' argument of write_bootloader()
Philippe Mathieu-Daudé
1
-3
/
+2
2024-02-15
hw/sparc/leon3: Remove duplicate code
Philippe Mathieu-Daudé
1
-2
/
+0
2024-02-15
hw/sparc/sun4m: Realize DMA controller before accessing it
Philippe Mathieu-Daudé
1
-2
/
+5
2024-02-02
hw/sparc/sun4m: use qemu_find_nic_info()
David Woodhouse
1
-6
/
+14
2024-01-05
target/sparc: Simplify qemu_irq_ack
Clément Chigot
1
-4
/
+4
2024-01-05
hw/sparc: Simplify memory_region_init_ram_nomigrate() calls
Philippe Mathieu-Daudé
1
-15
/
+6
2024-01-05
hw: Simplify accesses to the CPUState::'start-powered-off' property
Philippe Mathieu-Daudé
1
-1
/
+1
2023-12-30
hw/sparc: Constify VMState
Richard Henderson
1
-1
/
+1
2023-07-25
other architectures: spelling fixes
Michael Tokarev
1
-4
/
+4
2023-06-05
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
1
-2
/
+2
2022-05-12
machine: make memory-backend a link property
Paolo Bonzini
1
-3
/
+2
2022-05-12
machine: use QAPI struct for boot configuration
Paolo Bonzini
1
-2
/
+2
2022-05-09
Warn user if the vga flag is passed but no vga device is created
Gautam Agrawal
1
-0
/
+2
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2
-2
/
+0
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2021-09-08
sun4m: fix setting CPU id when more than one CPU is present
Mark Cave-Ayland
1
-1
/
+1
2021-06-25
hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c
Philippe Mathieu-Daudé
1
-1
/
+1
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-10
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...
Peter Maydell
3
-308
/
+224
2021-05-04
hw/sparc*: Move cpu_check_irqs() to target/sparc/
Philippe Mathieu-Daudé
2
-34
/
+0
2021-05-04
hw/sparc: Allow building without the leon3 machine
Philippe Mathieu-Daudé
2
-1
/
+38
2021-05-04
hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_init
Philippe Mathieu-Daudé
1
-130
/
+118
2021-05-04
hw/sparc/sun4m: Fix code style for checkpatch.pl
Philippe Mathieu-Daudé
1
-9
/
+9
2021-05-04
hw/sparc/sun4m: Register machine types in sun4m_machine_types[]
Philippe Mathieu-Daudé
1
-64
/
+36
2021-05-04
hw/sparc/sun4m: Factor out sun4m_machine_class_init()
Philippe Mathieu-Daudé
1
-95
/
+8
2021-05-04
hw/sparc/sun4m: Introduce Sun4mMachineClass
Philippe Mathieu-Daudé
1
-11
/
+39
2021-05-04
hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINE
Philippe Mathieu-Daudé
1
-9
/
+21
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-19
hw: Replace anti-social QOM type names
Markus Armbruster
1
-6
/
+6
2021-03-07
esp: rename existing ESP QOM type to SYSBUS_ESP
Mark Cave-Ayland
1
-1
/
+1
2021-01-06
sun4m: don't connect two qemu_irqs directly to the same input
Mark Cave-Ayland
2
-5
/
+20
2021-01-06
hw/sparc: Make grlib-irqmp device handle its own inbound IRQ lines
Peter Maydell
1
-12
/
+9
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2
-0
/
+2
2020-12-10
sparc: remove bios_name
Paolo Bonzini
2
-4
/
+2
2020-10-28
sparc32-ledma: don't reference nd_table directly within the device
Mark Cave-Ayland
1
-8
/
+13
2020-10-18
sun4m: use qdev properties instead of legacy m48t59_init() function
Mark Cave-Ayland
1
-2
/
+8
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-6
/
+2
2020-09-09
esp: Rename ESP_STATE to ESP
Eduardo Habkost
1
-1
/
+1
[next]