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
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user/microblaze: Create init_main_thread
Richard Henderson
2025-08-28
2
-41
/
+6
*
linux-user/mips: Create init_main_thread
Richard Henderson
2025-08-28
2
-17
/
+7
*
linux-user/loongarch64: Create init_main_thread
Richard Henderson
2025-08-28
2
-15
/
+5
*
linux-user/ppc: Create init_main_thread
Richard Henderson
2025-08-28
2
-24
/
+19
*
linux-user/sparc: Create init_main_thread
Richard Henderson
2025-08-28
2
-19
/
+9
*
linux-user/aarch64: Create init_main_thread
Richard Henderson
2025-08-28
2
-17
/
+7
*
linux-user/arm: Remove a.out startup remenents
Richard Henderson
2025-08-28
1
-4
/
+0
*
linux-user/arm: Create init_main_thread
Richard Henderson
2025-08-28
2
-50
/
+44
*
linux-user/i386: Create init_main_thread
Richard Henderson
2025-08-28
3
-49
/
+29
*
linux-user: Create do_init_main_thread
Richard Henderson
2025-08-28
4
-16
/
+12
*
linux-user: Move target_cpu_copy_regs decl to qemu.h
Richard Henderson
2025-08-28
2
-4
/
+3
*
linux-user: Move get_elf_base_platform to mips/elfload.c
Richard Henderson
2025-08-28
5
-36
/
+37
*
linux-user: Remove ELF_PLATFORM
Richard Henderson
2025-08-28
1
-14
/
+4
*
linux-user/hppa: Create get_elf_platform
Richard Henderson
2025-08-28
3
-1
/
+8
*
linux-user/loongarch64: Create get_elf_platform
Richard Henderson
2025-08-28
3
-1
/
+7
*
linux-user: Move get_elf_platform to arm/elfload.c
Richard Henderson
2025-08-28
6
-38
/
+38
*
linux-user/i386: Return const data from get_elf_platform
Richard Henderson
2025-08-28
1
-8
/
+4
*
linux-user: Move get_elf_platform to {i386,x86_64}/elfload.c
Richard Henderson
2025-08-28
6
-16
/
+25
*
linux-user: Remove ELF_HWCAP2
Richard Henderson
2025-08-28
1
-13
/
+10
*
linux-user: Remove ELF_HWCAP
Richard Henderson
2025-08-28
1
-23
/
+12
*
linux-user: Move get_elf_hwcap to riscv/elfload.c
Richard Henderson
2025-08-28
4
-18
/
+15
*
linux-user: Move hwcap functions to s390x/elfload.c
Richard Henderson
2025-08-28
5
-64
/
+62
*
linux-user: Move get_elf_hwcap to sh4/elfload.c
Richard Henderson
2025-08-28
4
-29
/
+32
*
linux-user: Move get_elf_hwcap to mips/elfload.c
Richard Henderson
2025-08-28
5
-52
/
+56
*
linux-user: Move get_elf_hwcap to loongarch64/elfload.c
Richard Henderson
2025-08-28
4
-49
/
+52
*
linux-user: Move hwcap functions to ppc/elfload.c
Richard Henderson
2025-08-28
4
-115
/
+122
*
linux-user: Move get_elf_hwcap to sparc/elfload.c
Richard Henderson
2025-08-28
4
-30
/
+32
*
linux-user: Move hwcap functions to {arm,aarch64}/elfload.c
Richard Henderson
2025-08-28
7
-509
/
+510
*
linux-user: Move get_elf_hwcap to {i386,x86_64}/elfload.c
Richard Henderson
2025-08-28
6
-8
/
+18
*
linux-user: Move get_elf_cpu_model to target/elfload.c
Richard Henderson
2025-08-28
39
-145
/
+272
*
linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
Richard Henderson
2025-08-28
3
-14
/
+8
*
linux-user: Create target/elfload.c files
Richard Henderson
2025-08-28
20
-1
/
+24
*
semihosting: Initialize heap once per process
Richard Henderson
2025-08-28
6
-51
/
+20
*
semihosting: Retrieve stack top from image_info
Richard Henderson
2025-08-28
6
-6
/
+5
*
Merge tag 'pull-request-2025-08-27' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
2025-08-27
201
-525
/
+1008
|
\
|
*
tests/functional: Mark main in QemuBaseTest class as a static method
Gustavo Romero
2025-08-27
1
-0
/
+1
|
*
MAINTAINERS: Adjust wildcards for the migration, multiprocess and replay tests
Thomas Huth
2025-08-27
1
-4
/
+8
|
*
tests/functional: Move the generic tests to a subfolder
Thomas Huth
2025-08-27
8
-20
/
+20
|
*
tests/functional: Move xtensa tests into target-specific folder
Thomas Huth
2025-08-27
5
-6
/
+8
|
*
tests/functional: Move x86_64 tests into target-specific folder
Thomas Huth
2025-08-27
23
-51
/
+55
|
*
tests/functional: Move sparc/sparc64 tests into target-specific folders
Thomas Huth
2025-08-27
10
-21
/
+25
|
*
tests/functional: Move sh4/sh4eb tests into target-specific folders
Thomas Huth
2025-08-27
7
-15
/
+19
|
*
tests/functional: Move s390x tests into target-specific folders
Thomas Huth
2025-08-27
8
-15
/
+17
|
*
tests/functional: Move rx test into target-specific folders
Thomas Huth
2025-08-27
4
-5
/
+7
|
*
tests/functional: Move riscv32/riscv64 tests into target-specific folders
Thomas Huth
2025-08-27
11
-24
/
+39
|
*
tests/functional: Move ppc/ppc64 tests into target-specific folders
Thomas Huth
2025-08-27
24
-61
/
+65
|
*
tests/functional: Move or1k tests into target-specific folders
Thomas Huth
2025-08-27
5
-6
/
+8
|
*
tests/functional: Move mips tests into target-specific folders
Thomas Huth
2025-08-27
19
-51
/
+59
|
*
tests/functional: Move microblaze tests into architecture specific folder
Thomas Huth
2025-08-27
7
-11
/
+15
|
*
tests/functional: Move m68k tests into architecture specific folder
Thomas Huth
2025-08-27
8
-12
/
+14
[next]