aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-10-27target/arm: Use the max page size in a 2-stage ptwRichard Henderson1-1/+10
2022-10-27target/arm: Implement FEAT_HAFDBS, dirty bit portionRichard Henderson2-1/+17
2022-10-27target/arm: Implement FEAT_HAFDBS, access flag portionRichard Henderson2-22/+156
2022-10-27target/arm: Tidy merging of attributes from descriptor and tableRichard Henderson1-18/+16
2022-10-27target/arm: Consider GP an attribute in get_phys_addr_lpaeRichard Henderson1-4/+2
2022-10-27target/arm: Don't shift attrs in get_phys_addr_lpaeRichard Henderson1-16/+15
2022-10-27target/arm: Fix fault reporting in get_phys_addr_lpaeRichard Henderson1-18/+13
2022-10-27target/arm: Remove loop from get_phys_addr_lpaeRichard Henderson1-92/+92
2022-10-27target/arm: Add ARMFault_UnsuppAtomicUpdateRichard Henderson1-0/+4
2022-10-27target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptwRichard Henderson1-19/+22
2022-10-27target/arm: Extract HA and HD in aa64_va_parametersRichard Henderson2-1/+9
2022-10-27target/arm: Add isar predicates for FEAT_HAFDBSRichard Henderson1-0/+10
2022-10-27target/arm: Add ptw_idx to S1TranslateRichard Henderson1-17/+54
2022-10-27target/arm: Introduce regime_is_stage2Richard Henderson3-17/+16
2022-10-27target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()Ake Koomsin1-7/+17
2022-10-27target/arm: Implement FEAT_E0PDPeter Maydell5-19/+34
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi5-27/+257
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi46-161/+262
2022-10-26s390x: pv: Add dump supportJanosch Frank1-27/+235
2022-10-26s390x: Add protected dump capJanosch Frank4-0/+22
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: Simplify page_get/alloc_target_dataRichard Henderson1-4/+0
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson3-6/+9
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi5-9/+7
2022-10-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi9-100/+224
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng2-3/+3
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster3-6/+4
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini7-2/+134
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini7-4/+66
2022-10-20target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini2-95/+25