aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-07qemu-thread-posix: cleanup, fix, document QemuEventPaolo Bonzini1-20/+49
2023-03-07qatomic: add smp_mb__before/after_rmw()Paolo Bonzini2-6/+37
2023-03-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell82-223/+13477
2023-03-02Merge tag 'pull-testing-next-010323-1' of https://gitlab.com/stsquad/qemu int...Peter Maydell71-158/+992
2023-03-02Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...Peter Maydell12-147/+161
2023-03-02Merge tag 'bsd-user-2023q1-pull-request' of gitlab.com:bsdimp/qemu into stagingPeter Maydell4-2/+593
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé4-49/+53
2023-03-02target/loongarch: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé3-27/+38
2023-03-02target/i386: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé1-35/+39
2023-03-02target/arm: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé3-30/+29
2023-03-01readline: fix hmp completion issueDongli Zhang1-6/+2
2023-03-01Merge tag 'pull-tcg-20230301' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell84-889/+869
2023-03-01bsd-user: implement sysctlbyname(2)Kyle Evans3-0/+74
2023-03-01bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans3-1/+61
2023-03-01bsd-user: Start translation of arch-specific sysctlsJuergen Lock1-2/+143
2023-03-01bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variantsJuergen Lock1-4/+86
2023-03-01bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmtJuergen Lock1-0/+18
2023-03-01bsd-user: Helper routines oidfmtStacey Son1-4/+127
2023-03-01bsd-user: various helper routines for sysctlWarner Losh1-0/+86
2023-03-01bsd-user: Add sysarch syscallStacey Son1-0/+7
2023-03-01build: Don't specify -no-pie for --static user-mode programsWarner Losh1-1/+1
2023-03-01bsd-user: Don't truncate the return value from freebsd_syscallDoug Rabson1-1/+1
2023-03-01tcg: Update docs/devel/tcg-ops.rst for temporary changesRichard Henderson1-101/+129
2023-03-01tcg: Remove tcg_temp_local_new_*, tcg_const_local_*Richard Henderson3-46/+0
2023-03-01exec/gen-icount: Don't use tcg_temp_local_new_i32Richard Henderson1-7/+1
2023-03-01target/xtensa: Don't use tcg_temp_local_new_*Richard Henderson1-8/+8
2023-03-01target/ppc: Don't use tcg_temp_local_newRichard Henderson3-9/+9
2023-03-01target/mips: Don't use tcg_temp_local_newRichard Henderson2-45/+16
2023-03-01target/i386: Don't use tcg_temp_local_newRichard Henderson1-18/+9
2023-03-01target/hppa: Don't use tcg_temp_local_newRichard Henderson1-3/+0
2023-03-01target/hexagon/idef-parser: Drop gen_tmp_localRichard Henderson1-22/+2
2023-03-01target/hexagon: Don't use tcg_temp_local_new_*Richard Henderson7-30/+26
2023-03-01target/cris: Don't use tcg_temp_local_newRichard Henderson2-8/+8
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson2-6/+6
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson3-39/+0
2023-03-01tcg: Change default temp lifetime to TEMP_TBRichard Henderson1-4/+4
2023-03-01tcg: Don't re-use TEMP_TB temporariesRichard Henderson2-52/+55
2023-03-01accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpersRichard Henderson1-6/+2
2023-03-01accel/tcg/plugin: Use tcg_temp_ebb_*Richard Henderson1-10/+14
2023-03-01tcg: Use tcg_constant_ptr in do_dupRichard Henderson1-2/+1
2023-03-01tcg: Use tcg_temp_ebb_new_* in tcg/Richard Henderson3-223/+223
2023-03-01tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}Richard Henderson1-0/+28
2023-03-01tcg: Add tcg_gen_movi_ptrRichard Henderson1-0/+5
2023-03-01tcg: Use tcg_constant_i32 in tcg_gen_io_startRichard Henderson1-3/+1
2023-03-01tcg: Pass TCGTempKind to tcg_temp_new_internalRichard Henderson2-13/+13
2023-03-01tcg: Remove TEMP_NORMALRichard Henderson2-18/+3
2023-03-01tcg: Add liveness_pass_0Richard Henderson1-0/+70
2023-03-01tcg: Use noinline for major tcg_gen_code subroutinesRichard Henderson1-3/+6
2023-03-01tcg: Rename TEMP_LOCAL to TEMP_TBRichard Henderson3-14/+18
2023-03-01tcg: Remove branch-to-next regardless of reference countRichard Henderson1-16/+17