index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
sparc
/
leon3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...
Peter Maydell
2021-05-10
1
-1
/
+36
|
\
|
*
hw/sparc: Allow building without the leon3 machine
Philippe Mathieu-Daudé
2021-05-04
1
-1
/
+36
*
|
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
|
/
*
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
1
-0
/
+1
*
sparc: remove bios_name
Paolo Bonzini
2020-12-10
1
-3
/
+1
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-5
/
+5
*
qdev: Convert uses of qdev_create() manually
Markus Armbruster
2020-06-15
1
-4
/
+4
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-6
/
+6
*
sparc/leon3: Fix to put grlib,* devices on sysbus
Markus Armbruster
2020-06-15
1
-2
/
+2
*
hw/sparc/leon3: Map the UART device unconditionally
Philippe Mathieu-Daudé
2020-06-09
1
-10
/
+8
*
hw/sparc: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-2
/
+1
*
sparc/leon3: use memdev for RAM
Igor Mammedov
2020-02-19
1
-3
/
+3
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-1
/
+1
*
leon3: use qdev gpio facilities for the PIL
Marc-André Lureau
2020-01-07
1
-2
/
+4
*
leon3: use qemu_irq framework instead of callback as property
Marc-André Lureau
2020-01-07
1
-4
/
+9
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+2
*
target/sparc: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-2
/
+2
*
leon3: introduce the plug and play mechanism
KONRAD Frederic
2019-05-17
1
-0
/
+30
*
leon3: add a little bootloader
KONRAD Frederic
2019-05-17
1
-8
/
+71
*
grlib, apbuart: get rid of the old-style create function
KONRAD Frederic
2019-05-17
1
-1
/
+8
*
grlib, gptimer: get rid of the old-style create function
KONRAD Frederic
2019-05-17
1
-1
/
+16
*
grlib, irqmp: get rid of the old-style create function
KONRAD Frederic
2019-05-17
1
-2
/
+10
*
leon3: fix the error message when no bios are provided
KONRAD Frederic
2019-05-17
1
-4
/
+6
*
hw/sparc/leon3: Allow load of uImage firmwares
Philippe Mathieu-Daudé
2019-05-03
1
-0
/
+4
*
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-05
1
-1
/
+2
*
hw/sparc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-4
/
+6
*
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
1
-2
/
+2
*
hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2018-02-06
1
-9
/
+7
*
sparc: leon3: use generic cpu_model parsing
Igor Mammedov
2017-10-27
1
-6
/
+2
*
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-19
1
-4
/
+0
*
sparc: replace cpu_sparc_init() with cpu_generic_init()
Igor Mammedov
2017-09-01
1
-1
/
+1
*
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
1
-2
/
+1
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-1
/
+1
*
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
2017-06-02
1
-1
/
+0
*
hw/sparc/leon3: Don't call get_image_size() on a NULL pointer
Peter Maydell
2016-08-08
1
-1
/
+5
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
1
-0
/
+2
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-03-04
1
-1
/
+1
*
sparc: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
sparc: Remove ELF_MACHINE from cpu.h
Peter Crosthwaite
2015-09-25
1
-1
/
+1
*
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-19
1
-9
/
+4
*
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-09-18
1
-1
/
+1
*
sparc: memory: Replace memory_region_init_ram with memory_region_allocate_sys...
Dirk Müller
2015-03-25
1
-2
/
+1
*
sparc/leon3.c: fix memory leak
Gonglei
2015-03-10
1
-0
/
+1
[next]