Re: [RFC v11 25/55] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code

2021-03-24 Thread Richard Henderson
On 3/23/21 9:46 AM, Claudio Fontana wrote: + + + Watch the excessive whitespace. Otherwise, Reviewed-by: Richard Henderson r~

[RFC v11 25/55] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code

2021-03-23 Thread Claudio Fontana
and arm_phys_excp_target_el since it is tied up inside the same #ifdef block. aarch64_sync_32_to_64 and aarch64_sync_64_to_32 are mixed in with the TCG helpers, but they shouldn't, as they are needed for KVM too. kvm_arch_get_registers() { if (!is_a64(env)) {