summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson2022-10-263-14/+11Star
* accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson2022-10-261-1/+1
* accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson2022-10-263-14/+3Star
* accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson2022-10-263-10/+11
* accel/tcg: Rename tb_invalidate_phys_pageRichard Henderson2022-10-263-4/+5
* accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson2022-10-265-30/+55
* accel/tcg: Remove duplicate store to tb->page_addr[]Richard Henderson2022-10-261-3/+0Star
* accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMCRichard Henderson2022-10-261-23/+2Star
* accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson2022-10-262-8/+5Star
* accel/tcg: Split out tb-maint.cRichard Henderson2022-10-264-755/+802
* accel/tcg: Split out PageDesc to internal.hRichard Henderson2022-10-262-30/+32
* accel/tcg: Remove disabled debug in translate-all.cRichard Henderson2022-10-261-109/+0Star
* accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson2022-10-265-13/+19
* include/qemu/thread: Use qatomic_* functionsRichard Henderson2022-10-261-4/+4
* include/qemu/atomic: Use qemu_build_assertRichard Henderson2022-10-261-8/+8
* include/qemu/osdep: Add qemu_build_assertRichard Henderson2022-10-261-0/+8
* 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
|\ \ \ | |_|/ |/| |