aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson2-17/+2
2022-10-26target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-26target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson3-2/+9
2022-10-26target/sh4: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+16
2022-10-26target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson3-3/+9
2022-10-26target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-26target/riscv: Convert to tcg_ops restore_state_to_opcRichard Henderson1-2/+7
2022-10-26target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-26target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+13
2022-10-26target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson3-2/+10
2022-10-26target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson2-7/+11
2022-10-26target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+14
2022-10-26target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson2-15/+19
2022-10-26target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2-13/+19
2022-10-26target/hexagon: Convert to tcg_ops restore_state_to_opcRichard Henderson1-2/+7
2022-10-26target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/avr: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson2-22/+26
2022-10-26target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+9
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson3-3/+34
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson3-31/+10
2022-10-26accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson2-50/+50
2022-10-26accel/tcg: Use tb_invalidate_phys_range in page_set_flagsRichard Henderson1-2/+6
2022-10-26accel/tcg: Use page_reset_target_data in page_set_flagsRichard Henderson1-8/+5
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-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-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