aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-26target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/hexagon: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/avr: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson
2022-10-26accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson
2022-10-26accel/tcg: Use tb_invalidate_phys_range in page_set_flagsRichard Henderson
2022-10-26accel/tcg: Use page_reset_target_data in page_set_flagsRichard Henderson
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson
2022-10-26accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson
2022-10-26accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson
2022-10-26accel/tcg: Rename tb_invalidate_phys_pageRichard Henderson
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson
2022-10-26accel/tcg: Remove duplicate store to tb->page_addr[]Richard Henderson
2022-10-26accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMCRichard Henderson
2022-10-26accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson
2022-10-26accel/tcg: Split out tb-maint.cRichard Henderson
2022-10-26accel/tcg: Split out PageDesc to internal.hRichard Henderson
2022-10-26accel/tcg: Remove disabled debug in translate-all.cRichard Henderson
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson
2022-10-26include/qemu/thread: Use qatomic_* functionsRichard Henderson
2022-10-26include/qemu/atomic: Use qemu_build_assertRichard Henderson
2022-10-26include/qemu/osdep: Add qemu_build_assertRichard Henderson
2022-10-26accel/tcg: Add a quicker check for breakpointsLeandro Lupori
2022-10-25tcg/aarch64: Remove unused code in tcg_out_opQi Hu
2022-10-25tcg/loongarch64: Add direct jump supportQi Hu
2022-10-25Revert "accel/tcg: Init TCG cflags in vCPU thread handler"Peter Maydell
2022-10-24Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi
2022-10-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-24Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi
2022-10-24tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of twrite()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck