summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Add a quicker check for breakpointsLeandro Lupori2022-10-261-6/+9
* tcg/aarch64: Remove unused code in tcg_out_opQi Hu2022-10-251-17/+14Star
* tcg/loongarch64: Add direct jump supportQi Hu2022-10-252-7/+50
* Revert "accel/tcg: Init TCG cflags in vCPU thread handler"Peter Maydell2022-10-252-5/+7
* Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi2022-10-247-1177/+1867
|\
| * tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck2022-10-241-11/+8Star
| * tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck2022-10-243-28/+64
| * tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck2022-10-243-27/+73
| * tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck2022-10-243-26/+73
| * tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck2022-10-243-35/+79
| * tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck2022-10-243-30/+78
| * tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck2022-10-243-7/+47
| * tests/9p: simplify callers of twrite()Christian Schoenebeck2022-10-241-6/+3Star
| * tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck2022-10-243-15/+72
| * tests/9p: simplify callers of tlopen()Christian Schoenebeck2022-10-241-33/+10Star
| * tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck2022-10-243-14/+69
| * tests/9p: simplify callers of treaddir()Christian Schoenebeck2022-10-241-10/+11
| * tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck2022-10-243-11/+65
| * tests/9p: simplify callers of tgetattr()Christian Schoenebeck2022-10-241-15/+7Star
| * tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck2022-10-243-10/+63
| * tests/9p: simplify callers of tattach()Christian Schoenebeck2022-10-241-11/+8Star
| * tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck2022-10-243-44/+88
| * tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck2022-10-243-27/+68
| * tests/9p: simplify callers of twalk()Christian Schoenebeck2022-10-241-60/+32Star
| * tests/9p: merge *walk*() functionsChristian Schoenebeck2022-10-243-140/+198
| * 9pfs: use GHashTable for fid tableLinus Heckemann2022-10-242-84/+112
| * tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck2022-10-244-744/+849
| * fsdev/virtfs-proxy-helper: Use g_mkdir()Bin Meng2022-10-241-1/+2
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-2411-102/+247
|\ \
| * | target/i386: implement FMA instructionsPaolo Bonzini2022-10-228-3/+135
| * | target/i386: implement F16C instructionsPaolo Bonzini2022-10-209-6/+89
| * | target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini2022-10-202-95/+25Star
| * | target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]Paolo Bonzini2022-10-201-1/+1
* | | Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi2022-10-245-63/+130
|\ \ \ | |_|/ |/| |
| * | m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld2022-10-243-59/+111
| * | m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld2022-10-214-6/+21
|/ /
* | Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2022-10-2020-603/+914
|\ \ | |/ |/|
| * hw/ide/microdrive: Use device_cold_reset() for self-resetsPeter Maydell2022-10-201-4/+4
| * target/arm: Enable TARGET_TB_PCRELRichard Henderson2022-10-206-71/+178
| * target/arm: Introduce gen_pc_plus_diff for aarch32Richard Henderson2022-10-201-17/+21
| * target/arm: Introduce gen_pc_plus_diff for aarch64Richard Henderson2022-10-201-12/+29
| * target/arm: Change gen_jmp* to work on displacementsRichard Henderson2022-10-201-16/+21
| * target/arm: Remove gen_exception_internal_insn pc argumentRichard Henderson2022-10-202-8/+8
| * target/arm: Change gen_exception_insn* to work on displacementsRichard Henderson2022-10-206-46/+43Star
| * target/arm: Change gen_*set_pc_im to gen_*update_pcRichard Henderson2022-10-205-54/+56
| * target/arm: Change gen_goto_tb to work on displacementsRichard Henderson2022-10-202-23/+27
| * target/arm: Introduce curr_insn_lenRichard Henderson2022-10-203-4/+8
| * target/arm: Use bool consistently for get_phys_addr subroutinesRichard Henderson2022-10-201-4/+3Star
| * target/arm: Split out get_phys_addr_twostageRichard Henderson2022-10-201-91/+100
| * target/arm: Use softmmu tlbs for page table walkingRichard Henderson2022-10-203-75/+145