aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson3-14/+11
2022-10-26accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson1-1/+1
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson3-14/+3
2022-10-26accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson3-10/+11
2022-10-26accel/tcg: Rename tb_invalidate_phys_pageRichard Henderson3-4/+5
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson5-30/+55
2022-10-26accel/tcg: Remove duplicate store to tb->page_addr[]Richard Henderson1-3/+0
2022-10-26accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMCRichard Henderson1-23/+2
2022-10-26accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson2-8/+5
2022-10-26accel/tcg: Split out tb-maint.cRichard Henderson4-755/+802
2022-10-26accel/tcg: Split out PageDesc to internal.hRichard Henderson2-30/+32
2022-10-26accel/tcg: Remove disabled debug in translate-all.cRichard Henderson1-109/+0
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson5-13/+19
2022-10-26include/qemu/thread: Use qatomic_* functionsRichard Henderson1-4/+4
2022-10-26include/qemu/atomic: Use qemu_build_assertRichard Henderson1-8/+8
2022-10-26include/qemu/osdep: Add qemu_build_assertRichard Henderson1-0/+8
2022-10-26accel/tcg: Add a quicker check for breakpointsLeandro Lupori1-6/+9
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi31-43/+44
2022-10-25Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi6-58/+96
2022-10-25tcg/aarch64: Remove unused code in tcg_out_opQi Hu1-17/+14
2022-10-25tcg/loongarch64: Add direct jump supportQi Hu2-7/+50
2022-10-25Revert "accel/tcg: Init TCG cflags in vCPU thread handler"Peter Maydell2-5/+7
2022-10-25linux-user: Add guest memory layout to exception dumpHelge Deller3-16/+33
2022-10-24dump: Add architecture section and section string table supportJanosch Frank3-26/+166
2022-10-24dump: Reintroduce memory_offset and section_offsetJanosch Frank1-0/+2
2022-10-24dump: Reorder struct DumpStateJanosch Frank1-7/+9
2022-10-24dump: Write ELF section headers right after ELF headerJanosch Frank1-17/+14
2022-10-24dump: Use a buffer for ELF section data and headersJanosch Frank2-24/+53
2022-10-24Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi7-1177/+1867
2022-10-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi11-102/+247
2022-10-24Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi5-63/+130
2022-10-24accel/tcg/tcg-accel-ops-rr: fix trivial typoMatheus Tavares Bernardino1-1/+1
2022-10-24ui: remove useless typecastsVolker RĂ¼melin2-2/+2
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng11-15/+15
2022-10-24tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck3-28/+64
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck3-27/+73
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck3-26/+73
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck3-35/+79
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck3-30/+78
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck3-7/+47
2022-10-24tests/9p: simplify callers of twrite()Christian Schoenebeck1-6/+3
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck3-15/+72
2022-10-24tests/9p: simplify callers of tlopen()Christian Schoenebeck1-33/+10
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck3-14/+69
2022-10-24tests/9p: simplify callers of treaddir()Christian Schoenebeck1-10/+11
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck3-11/+65
2022-10-24tests/9p: simplify callers of tgetattr()Christian Schoenebeck1-15/+7
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck3-10/+63
2022-10-24tests/9p: simplify callers of tattach()Christian Schoenebeck1-11/+8