You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/arm
Evgeny Ermakov 475e56b630 target/arm: Set TCGCPUOps.restore_state_to_opc for v7m
This setting got missed, breaking v7m.

Fixes: 56c6c98df8 ("target/arm: Convert to tcg_ops restore_state_to_opc")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1347
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20221129204146.550394-1-richard.henderson@linaro.org>
2 years ago
..
hvf Fix 'writeable' typos 2 years ago
Kconfig meson: Introduce target-specific Kconfig 3 years ago
a32-uncond.decode arm tcg cpus: Fix Lesser GPL version number 4 years ago
a32.decode target/arm: Implement ESB instruction 3 years ago
arch_dump.c dump: Replace opaque DumpState pointer with a typed one 2 years ago
arm-powerctl.c arm/arm-powerctl: rebuild hflags after setting CP15 bits in arm_set_cpu_on() 5 years ago
arm-powerctl.h target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset() 6 years ago
arm_ldst.h accel/tcg: Add DisasContextBase argument to translator_ld* 3 years ago
common-semi-target.h semihosting: Split out common-semi-target.h 2 years ago
cpregs.h target/arm: Move define_debug_regs() to debug_helper.c 2 years ago
cpu-param.h target/arm: Enable TARGET_TB_PCREL 2 years ago
cpu-qom.h target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro 3 years ago
cpu.c target/arm: Set TCGCPUOps.restore_state_to_opc for v7m 2 years ago
cpu.h target/arm: Add isar predicates for FEAT_HAFDBS 2 years ago
cpu64.c target/arm: Implement FEAT_HAFDBS, dirty bit portion 2 years ago
cpu_tcg.c target/arm: Set TCGCPUOps.restore_state_to_opc for v7m 2 years ago
crypto_helper.c crypto: move sm4_sbox from target/arm 3 years ago
debug_helper.c target/arm: Store TCR_EL* registers as uint64_t 2 years ago
gdbstub.c Fix 'writeable' typos 2 years ago
gdbstub64.c target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el 2 years ago
helper-a64.c target/arm: Change CPUArchState.aarch64 to bool 3 years ago
helper-a64.h target/arm: Merge mte_check1, mte_checkN 4 years ago
helper-mve.h target/arm: Implement MVE VRINT insns 3 years ago
helper-sme.h target/arm: Implement SME integer outer product 2 years ago
helper-sve.h target/arm: Implement REVD 2 years ago
helper.c target/arm: Honor HCR_E2H and HCR_TGE in ats_write64() 2 years ago
helper.h target/arm: Implement SCLAMP, UCLAMP 2 years ago
hvf_arm.h target: Use forward declared type instead of structure type 3 years ago
idau.h Use DECLARE_*CHECKER* macros 4 years ago
internals.h target/arm: Set TCGCPUOps.restore_state_to_opc for v7m 2 years ago
iwmmxt_helper.c arm tcg cpus: Fix Lesser GPL version number 4 years ago
kvm-consts.h target/arm: Report KVM's actual PSCI version to guest in dtb 3 years ago
kvm-stub.c target/arm: Avoid bare abort() or assert(0) 3 years ago
kvm.c * scsi-disk: support setting CD-ROM block size via device options 2 years ago
kvm64.c target/arm: Implement ID_DFR1 2 years ago
kvm_arm.h target/arm: Use uint32_t instead of bitmap for sve vq's 2 years ago
m-nocp.decode target/arm: Don't NOCP fault for FPCXT_NS accesses 3 years ago
m_helper.c target/arm: Use tlb_set_page_full 2 years ago
machine.c target/arm: Add the SME ZA storage to CPUARMState 2 years ago
meson.build target/arm: Trap non-streaming usage when Streaming SVE is active 2 years ago
monitor.c target/arm: Add cpu properties to control pauth 4 years ago
mte_helper.c accel/tcg: Simplify page_get/alloc_target_data 2 years ago
mve.decode target/arm: Implement MVE VRINT insns 3 years ago
mve_helper.c target/arm: Use expand_pred_b in mve_helper.c 2 years ago
neon-dp.decode target/arm: Implement vector float32 to bfloat16 conversion 4 years ago
neon-ls.decode target/arm: Remove duplicate 'plus1' function from Neon and SVE decode 3 years ago
neon-shared.decode target/arm: Remove duplicate 'plus1' function from Neon and SVE decode 3 years ago
neon_helper.c Replace config-time define HOST_WORDS_BIGENDIAN 3 years ago
op_addsub.h
op_helper.c accel/tcg: Remove will_exit argument from cpu_restore_state 2 years ago
pauth_helper.c compiler.h: replace QEMU_NORETURN with G_NORETURN 3 years ago
psci.c target/arm: Support PSCI 1.1 and SMCCC 1.0 3 years ago
ptw.c target/arm: Use signed quantity to represent VMSAv8-64 translation level 2 years ago
sme-fa64.decode target/arm: Mark LD1RO as non-streaming 2 years ago
sme.decode target/arm: Implement SME integer outer product 2 years ago
sme_helper.c target/arm: Implement SME integer outer product 2 years ago
sve.decode target/arm: Implement SCLAMP, UCLAMP 2 years ago
sve_helper.c target/arm: Copy the entire vector in DO_ZIP 2 years ago
sve_ldst_internal.h target/arm: Use probe_access_full for MTE 2 years ago
syndrome.h target/arm: Add syn_smetrap 2 years ago
t16.decode arm tcg cpus: Fix Lesser GPL version number 4 years ago
t32.decode target/arm: Implement ESB instruction 3 years ago
tlb_helper.c accel/tcg: Remove will_exit argument from cpu_restore_state 2 years ago
trace-events docs: fix references to docs/devel/tracing.rst 4 years ago
trace.h trace: switch position of headers to what Meson requires 4 years ago
translate-a32.h target/arm: Change gen_*set_pc_im to gen_*update_pc 2 years ago
translate-a64.c target/arm: Enable TARGET_TB_PCREL 2 years ago
translate-a64.h target/arm: Export unpredicated ld/st from translate-sve.c 2 years ago
translate-m-nocp.c target/arm: Enable TARGET_TB_PCREL 2 years ago
translate-mve.c target/arm: Change gen_exception_insn* to work on displacements 2 years ago
translate-neon.c target/arm: Fix alignment for VLD4.32 2 years ago
translate-sme.c target/arm: Implement SME integer outer product 2 years ago
translate-sve.c target/arm: Add MO_128 entry to pred_esz_masks[] 2 years ago
translate-vfp.c target/arm: Change gen_exception_insn* to work on displacements 2 years ago
translate.c target/arm: Convert to tcg_ops restore_state_to_opc 2 years ago
translate.h target/arm: Enable TARGET_TB_PCREL 2 years ago
vec_helper.c target/arm: Implement SCLAMP, UCLAMP 2 years ago
vec_internal.h target/arm: Export bfdotadd from vec_helper.c 2 years ago
vfp-uncond.decode arm tcg cpus: Fix Lesser GPL version number 4 years ago
vfp.decode target/arm: Don't NOCP fault for FPCXT_NS accesses 3 years ago
vfp_helper.c target/arm: Check NaN mode before silencing NaN 3 years ago