aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles1-6/+7
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson1-2/+3
2023-05-06Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...Richard Henderson1-2/+2
2023-05-06target/loongarch: Add LSX data type VRegSong Gao1-2/+2
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora2-10/+3
2023-05-02linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell1-3/+6
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell1-1/+0
2023-05-02make one-insn-per-tb an accel optionPeter Maydell1-2/+6
2023-04-04Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson1-27/+10
2023-03-30linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binariesPhilippe Mathieu-Daudé1-0/+3
2023-03-30linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé1-1/+1
2023-03-28linux-user/arm: Take more care allocating commpageRichard Henderson1-10/+27
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson4-24/+23
2023-03-28linux-user: Pass last not end to probe_guest_baseRichard Henderson3-19/+19
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson3-15/+16
2023-03-28linux-user: Diagnose misaligned -R sizeRichard Henderson1-0/+6
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson2-0/+2
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell16-138/+518
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn2-0/+17
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson3-1/+9
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson1-0/+22
2023-03-10linux-user/sparc: Handle unimplemented flush trapRichard Henderson1-0/+3
2023-03-10linux-user/sparc: Handle coprocessor disabled trapRichard Henderson1-0/+4
2023-03-10linux-user/sparc: Handle privilidged action trapRichard Henderson1-0/+6
2023-03-10linux-user/sparc: Handle priviledged opcode trapRichard Henderson1-0/+3
2023-03-10linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson1-3/+59
2023-03-10linux-user/sparc: Handle division by zero trapsRichard Henderson1-0/+5
2023-03-10linux-user/sparc: Handle software breakpoint trapRichard Henderson1-3/+5
2023-03-10linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson2-28/+29
2023-03-10linux-user/sparc: Tidy window spill/fill trapsRichard Henderson1-10/+13
2023-03-10linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson1-4/+3
2023-03-10linux-user/sparc: Tidy syscall error returnRichard Henderson1-10/+5
2023-03-10linux-user/sparc: Tidy syscall trapRichard Henderson1-7/+7
2023-03-10linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller2-1/+35
2023-03-10linux-user: Add translation for argument of msync()Helge Deller5-2/+33
2023-03-10linux-user: handle netlink flag NLA_F_NESTEDMathis Marion1-2/+2
2023-03-10linux-user: fix sockaddr_in6 endiannessMathis Marion1-0/+5
2023-03-10linux-user: Add strace for prlimit64() syscallHelge Deller2-1/+90
2023-03-10linux-user: Provide print_raw_param64() for 64-bit valuesHelge Deller1-4/+16
2023-03-10linux-user: Fix brk() to release pagesHelge Deller1-34/+35
2023-03-10linux-user: fill out task state in /proc/self/statAndreas Schwab1-0/+3
2023-03-10linux-user: add support for xtensa FDPICMax Filippov1-1/+15
2023-03-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich2-6/+6
2023-03-10linux-user: add target to host netlink conversionsMathis Marion1-0/+62
2023-03-10linux-user: fix timerfd read endianness conversionMathis Marion3-5/+14
2023-03-10linux-user: Fix access to /proc/self/exeHelge Deller2-24/+20
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-1/+1
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée2-1/+2