summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* linux-user/microblaze: Create init_main_threadRichard Henderson2025-08-282-41/+6
* linux-user/mips: Create init_main_threadRichard Henderson2025-08-282-17/+7
* linux-user/loongarch64: Create init_main_threadRichard Henderson2025-08-282-15/+5
* linux-user/ppc: Create init_main_threadRichard Henderson2025-08-282-24/+19
* linux-user/sparc: Create init_main_threadRichard Henderson2025-08-282-19/+9
* linux-user/aarch64: Create init_main_threadRichard Henderson2025-08-282-17/+7
* linux-user/arm: Remove a.out startup remenentsRichard Henderson2025-08-281-4/+0
* linux-user/arm: Create init_main_threadRichard Henderson2025-08-282-50/+44
* linux-user/i386: Create init_main_threadRichard Henderson2025-08-283-49/+29
* linux-user: Create do_init_main_threadRichard Henderson2025-08-284-16/+12
* linux-user: Move target_cpu_copy_regs decl to qemu.hRichard Henderson2025-08-282-4/+3
* linux-user: Move get_elf_base_platform to mips/elfload.cRichard Henderson2025-08-285-36/+37
* linux-user: Remove ELF_PLATFORMRichard Henderson2025-08-281-14/+4
* linux-user/hppa: Create get_elf_platformRichard Henderson2025-08-283-1/+8
* linux-user/loongarch64: Create get_elf_platformRichard Henderson2025-08-283-1/+7
* linux-user: Move get_elf_platform to arm/elfload.cRichard Henderson2025-08-286-38/+38
* linux-user/i386: Return const data from get_elf_platformRichard Henderson2025-08-281-8/+4
* linux-user: Move get_elf_platform to {i386,x86_64}/elfload.cRichard Henderson2025-08-286-16/+25
* linux-user: Remove ELF_HWCAP2Richard Henderson2025-08-281-13/+10
* linux-user: Remove ELF_HWCAPRichard Henderson2025-08-281-23/+12
* linux-user: Move get_elf_hwcap to riscv/elfload.cRichard Henderson2025-08-284-18/+15
* linux-user: Move hwcap functions to s390x/elfload.cRichard Henderson2025-08-285-64/+62
* linux-user: Move get_elf_hwcap to sh4/elfload.cRichard Henderson2025-08-284-29/+32
* linux-user: Move get_elf_hwcap to mips/elfload.cRichard Henderson2025-08-285-52/+56
* linux-user: Move get_elf_hwcap to loongarch64/elfload.cRichard Henderson2025-08-284-49/+52
* linux-user: Move hwcap functions to ppc/elfload.cRichard Henderson2025-08-284-115/+122
* linux-user: Move get_elf_hwcap to sparc/elfload.cRichard Henderson2025-08-284-30/+32
* linux-user: Move hwcap functions to {arm,aarch64}/elfload.cRichard Henderson2025-08-287-509/+510
* linux-user: Move get_elf_hwcap to {i386,x86_64}/elfload.cRichard Henderson2025-08-286-8/+18
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-2839-145/+272
* linux-user: Move ppc uabi/asm/elf.h workaround to osdep.hRichard Henderson2025-08-283-14/+8
* linux-user: Create target/elfload.c filesRichard Henderson2025-08-2820-1/+24
* semihosting: Initialize heap once per processRichard Henderson2025-08-286-51/+20
* semihosting: Retrieve stack top from image_infoRichard Henderson2025-08-286-6/+5
* Merge tag 'pull-request-2025-08-27' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2025-08-27201-525/+1008
|\
| * tests/functional: Mark main in QemuBaseTest class as a static methodGustavo Romero2025-08-271-0/+1
| * MAINTAINERS: Adjust wildcards for the migration, multiprocess and replay testsThomas Huth2025-08-271-4/+8
| * tests/functional: Move the generic tests to a subfolderThomas Huth2025-08-278-20/+20
| * tests/functional: Move xtensa tests into target-specific folderThomas Huth2025-08-275-6/+8
| * tests/functional: Move x86_64 tests into target-specific folderThomas Huth2025-08-2723-51/+55
| * tests/functional: Move sparc/sparc64 tests into target-specific foldersThomas Huth2025-08-2710-21/+25
| * tests/functional: Move sh4/sh4eb tests into target-specific foldersThomas Huth2025-08-277-15/+19
| * tests/functional: Move s390x tests into target-specific foldersThomas Huth2025-08-278-15/+17
| * tests/functional: Move rx test into target-specific foldersThomas Huth2025-08-274-5/+7
| * tests/functional: Move riscv32/riscv64 tests into target-specific foldersThomas Huth2025-08-2711-24/+39
| * tests/functional: Move ppc/ppc64 tests into target-specific foldersThomas Huth2025-08-2724-61/+65
| * tests/functional: Move or1k tests into target-specific foldersThomas Huth2025-08-275-6/+8
| * tests/functional: Move mips tests into target-specific foldersThomas Huth2025-08-2719-51/+59
| * tests/functional: Move microblaze tests into architecture specific folderThomas Huth2025-08-277-11/+15
| * tests/functional: Move m68k tests into architecture specific folderThomas Huth2025-08-278-12/+14