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