aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-03linux-user: Show 4th argument of rt_sigprocmask() in straceHelge Deller1-1/+2
2023-02-03linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()Helge Deller1-13/+43
2023-02-03linux-user: Improve strace output of personality() and sysinfo()Helge Deller1-2/+3
2023-02-03linux-user: Fix /proc/cpuinfo output for hppaHelge Deller1-5/+11
2023-02-03linux-user: Fix SO_ERROR return code of getsockopt()Helge Deller1-1/+6
2023-02-03linux-user: move target_flat.h to target subdirsMike Frysinger6-0/+5
2023-02-03linux-user: Improve strace output of getgroups() and setgroups()Helge Deller1-4/+4
2023-02-03linux-user: Add strace output for clock_getres_time64() and futex_time64()Helge Deller1-0/+6
2023-02-03Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé2-20/+0
2023-02-03Revert "linux-user: add more compat ioctl definitions"Daniel P. Berrangé1-25/+0
2023-02-03linux-user: add more netlink protocol constantsLetu Ren1-0/+48
2023-02-03linux-user: fix strace build w/out munlockallMike Frysinger1-1/+3
2023-02-03linux-user: un-parent OBJECT(cpu) when closing threadRichard Henderson1-6/+7
2023-02-03linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in straceHelge Deller1-0/+2
2023-01-25linux-user/syscall: Implement execveat()Drew DeVault1-6/+9
2023-01-25linux-user/syscall: Extract do_execve() from do_syscall1()Drew DeVault1-97/+114
2023-01-25linux-user/strace: Add output for execveat() syscallDrew DeVault2-1/+24
2023-01-25linux-user/strace: Extract print_execve_argv() from print_execve()Drew DeVault1-32/+39
2023-01-25linux-user/strace: Constify struct flagsPhilippe Mathieu-Daudé1-20/+20
2023-01-24Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell5-44/+42
2023-01-23block/blkio: Fix inclusion of required headersPeter Krempa1-0/+2
2023-01-23virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi3-38/+25
2023-01-23util/aio: Defer disabling poll mode as long as possibleChao Gao1-6/+15
2023-01-23Merge tag 'pull-target-arm-20230123' of https://git.linaro.org/people/pmaydel...Peter Maydell28-363/+486
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson5-49/+95
2023-01-23target/arm: Reorg do_coproc_insnRichard Henderson1-186/+186
2023-01-23target/arm: provide stubs for more external debug registersEvgeny Iakovlev1-0/+21
2023-01-23target/arm: implement DBGCLAIM registersEvgeny Iakovlev2-0/+34
2023-01-23target/arm: Don't set EXC_RETURN.ES if Security Extension not presentPeter Maydell1-1/+1
2023-01-23target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson1-2/+2
2023-01-23target/arm: Fix physical address resolution for MTERichard Henderson1-1/+1
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson4-19/+5
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson4-19/+6
2023-01-23target/arm/sme: Reset ZA state in aarch64_set_svcr()Richard Henderson2-12/+12
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson5-19/+14
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson5-4/+13
2023-01-23target/arm/sme: Rebuild hflags in set_pstate() helpersRichard Henderson2-1/+2
2023-01-23target/arm/sme: Reorg SME access handling in handle_msr_i()Richard Henderson1-11/+13
2023-01-23hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2cPhilippe Mathieu-Daudé5-16/+17
2023-01-23hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macroPhilippe Mathieu-Daudé1-6/+1
2023-01-23hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2CPhilippe Mathieu-Daudé5-7/+6
2023-01-23hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CStatePhilippe Mathieu-Daudé2-7/+6
2023-01-23hw/i2c/versatile_i2c: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé1-2/+2
2023-01-23hw/i2c/bitbang_i2c: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé2-12/+10
2023-01-23hw/i2c/bitbang_i2c: Trace state changesPhilippe Mathieu-Daudé2-5/+31
2023-01-23hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helperPhilippe Mathieu-Daudé1-8/+15
2023-01-23hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegionPhilippe Mathieu-Daudé1-5/+2
2023-01-23hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public headerPhilippe Mathieu-Daudé3-2/+4
2023-01-23target/arm: Unify checking for M Main Extension in MRS/MSRDavid Reiss1-2/+20
2023-01-23target/arm: Widen cnthctl_el2 to uint64_tRichard Henderson1-1/+1