aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-04qom: Move HMP commands from monitor/ to qom/Markus Armbruster3-68/+67
2023-02-04machine: Move HMP commands from monitor/ to hw/core/Markus Armbruster2-209/+208
2023-02-04machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster2-140/+144
2023-02-04trace: Move HMP commands from monitor/ to trace/Markus Armbruster4-119/+152
2023-02-04hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.hMarkus Armbruster4-6/+6
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster4-66/+41
2023-02-04hmp: Drop redundant argument check from add_completion_option()Markus Armbruster1-3/+0
2023-02-04char: Factor out qmp_add_client() parts and move to chardev/Markus Armbruster3-11/+25
2023-02-04char: Move HMP commands from monitor/ to chardev/Markus Armbruster4-202/+225
2023-02-04audio: Move HMP commands from monitor/ to audio/Markus Armbruster4-56/+87
2023-02-04monitor: Drop unnecessary includesMarkus Armbruster5-27/+2
2023-02-03linux-user: Allow sendmsg() without IOVHelge Deller1-2/+7
2023-02-03linux-user: Implement SOL_ALG encryption supportHelge Deller1-0/+8
2023-02-03linux-user: Enhance strace output for various syscallsHelge Deller1-20/+23
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-02-03Merge tag 'pull-target-arm-20230203' of https://git.linaro.org/people/pmaydel...Peter Maydell21-189/+1340
2023-02-03target/arm: Enable FEAT_FGT on '-cpu max'Peter Maydell2-0/+2
2023-02-03target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC trapsPeter Maydell1-4/+31
2023-02-03target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 trapsPeter Maydell5-4/+40
2023-02-03target/arm: Implement the HFGITR_EL2.ERET trapPeter Maydell5-0/+26
2023-02-03target/arm: Mark up sysregs for HFGITR bits 48..63Peter Maydell2-0/+13
2023-02-03target/arm: Mark up sysregs for HFGITR bits 18..47Peter Maydell2-0/+60
2023-02-03target/arm: Mark up sysregs for HFGITR bits 12..17Peter Maydell2-0/+12
2023-02-03target/arm: Mark up sysregs for HFGITR bits 0..11Peter Maydell2-0/+42
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 12..63Peter Maydell2-0/+49
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 0..11Peter Maydell2-0/+23
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 36..63Peter Maydell3-0/+19
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 24..35Peter Maydell2-0/+26
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 12..23Peter Maydell2-0/+24
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 0..11Peter Maydell2-0/+31
2023-02-03target/arm: Implement FGT trapping infrastructurePeter Maydell8-1/+138
2023-02-03target/arm: Define the FEAT_FGT registersPeter Maydell3-0/+340
2023-02-03target/arm: Disable HSTR_EL2 traps if EL2 is not enabledPeter Maydell2-1/+2
2023-02-03target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1Peter Maydell2-2/+32
2023-02-03target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 trapsPeter Maydell1-5/+16
2023-02-03target/arm: Move do_coproc_insn() syndrome calculation earlierPeter Maydell1-42/+41
2023-02-03target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}Peter Maydell2-2/+4