index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
linux-user/aarch64: Create init_main_thread
Richard Henderson
2
-17
/
+7
2025-08-28
linux-user/arm: Remove a.out startup remenents
Richard Henderson
1
-4
/
+0
2025-08-28
linux-user/arm: Create init_main_thread
Richard Henderson
2
-50
/
+44
2025-08-28
linux-user/i386: Create init_main_thread
Richard Henderson
3
-49
/
+29
2025-08-28
linux-user: Create do_init_main_thread
Richard Henderson
4
-16
/
+12
2025-08-28
linux-user: Move target_cpu_copy_regs decl to qemu.h
Richard Henderson
2
-4
/
+3
2025-08-28
linux-user: Move get_elf_base_platform to mips/elfload.c
Richard Henderson
5
-36
/
+37
2025-08-28
linux-user: Remove ELF_PLATFORM
Richard Henderson
1
-14
/
+4
2025-08-28
linux-user/hppa: Create get_elf_platform
Richard Henderson
3
-1
/
+8
2025-08-28
linux-user/loongarch64: Create get_elf_platform
Richard Henderson
3
-1
/
+7
2025-08-28
linux-user: Move get_elf_platform to arm/elfload.c
Richard Henderson
6
-38
/
+38
2025-08-28
linux-user/i386: Return const data from get_elf_platform
Richard Henderson
1
-8
/
+4
2025-08-28
linux-user: Move get_elf_platform to {i386,x86_64}/elfload.c
Richard Henderson
6
-16
/
+25
2025-08-28
linux-user: Remove ELF_HWCAP2
Richard Henderson
1
-13
/
+10
2025-08-28
linux-user: Remove ELF_HWCAP
Richard Henderson
1
-23
/
+12
2025-08-28
linux-user: Move get_elf_hwcap to riscv/elfload.c
Richard Henderson
4
-18
/
+15
2025-08-28
linux-user: Move hwcap functions to s390x/elfload.c
Richard Henderson
5
-64
/
+62
2025-08-28
linux-user: Move get_elf_hwcap to sh4/elfload.c
Richard Henderson
4
-29
/
+32
2025-08-28
linux-user: Move get_elf_hwcap to mips/elfload.c
Richard Henderson
5
-52
/
+56
2025-08-28
linux-user: Move get_elf_hwcap to loongarch64/elfload.c
Richard Henderson
4
-49
/
+52
2025-08-28
linux-user: Move hwcap functions to ppc/elfload.c
Richard Henderson
4
-115
/
+122
2025-08-28
linux-user: Move get_elf_hwcap to sparc/elfload.c
Richard Henderson
4
-30
/
+32
2025-08-28
linux-user: Move hwcap functions to {arm,aarch64}/elfload.c
Richard Henderson
7
-509
/
+510
2025-08-28
linux-user: Move get_elf_hwcap to {i386,x86_64}/elfload.c
Richard Henderson
6
-8
/
+18
2025-08-28
linux-user: Move get_elf_cpu_model to target/elfload.c
Richard Henderson
39
-145
/
+272
2025-08-28
linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
Richard Henderson
3
-14
/
+8
2025-08-28
linux-user: Create target/elfload.c files
Richard Henderson
20
-1
/
+24
2025-08-28
semihosting: Initialize heap once per process
Richard Henderson
6
-51
/
+20
2025-08-28
semihosting: Retrieve stack top from image_info
Richard Henderson
6
-6
/
+5
2025-08-27
tests/functional: Mark main in QemuBaseTest class as a static method
Gustavo Romero
1
-0
/
+1
2025-08-27
MAINTAINERS: Adjust wildcards for the migration, multiprocess and replay tests
Thomas Huth
1
-4
/
+8
2025-08-27
tests/functional: Move the generic tests to a subfolder
Thomas Huth
8
-20
/
+20
2025-08-27
tests/functional: Move xtensa tests into target-specific folder
Thomas Huth
5
-6
/
+8
2025-08-27
tests/functional: Move x86_64 tests into target-specific folder
Thomas Huth
23
-51
/
+55
2025-08-27
tests/functional: Move sparc/sparc64 tests into target-specific folders
Thomas Huth
10
-21
/
+25
2025-08-27
tests/functional: Move sh4/sh4eb tests into target-specific folders
Thomas Huth
7
-15
/
+19
2025-08-27
tests/functional: Move s390x tests into target-specific folders
Thomas Huth
8
-15
/
+17
2025-08-27
tests/functional: Move rx test into target-specific folders
Thomas Huth
4
-5
/
+7
2025-08-27
tests/functional: Move riscv32/riscv64 tests into target-specific folders
Thomas Huth
11
-24
/
+39
2025-08-27
tests/functional: Move ppc/ppc64 tests into target-specific folders
Thomas Huth
24
-61
/
+65
2025-08-27
tests/functional: Move or1k tests into target-specific folders
Thomas Huth
5
-6
/
+8
2025-08-27
tests/functional: Move mips tests into target-specific folders
Thomas Huth
19
-51
/
+59
2025-08-27
tests/functional: Move microblaze tests into architecture specific folder
Thomas Huth
7
-11
/
+15
2025-08-27
tests/functional: Move m68k tests into architecture specific folder
Thomas Huth
8
-12
/
+14
2025-08-27
tests/functional: Move loongarch64 tests into architecture specific folder
Thomas Huth
4
-5
/
+7
2025-08-27
tests/functional: Move i386 tests into architecture specific folder
Thomas Huth
6
-10
/
+13
2025-08-27
tests/functional: Move hppa tests into architecture specific folder
Thomas Huth
4
-5
/
+7
2025-08-27
tests/functional: Move avr tests into architecture specific folder
Thomas Huth
5
-7
/
+9
2025-08-27
tests/functional: Move arm tests into architecture specific folder
Thomas Huth
34
-79
/
+83
2025-08-27
tests/functional: Move alpha tests into architecture specific folder
Thomas Huth
6
-10
/
+13
[next]