[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/2] target/arm: Fix aarch64 illegal opcode exce
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 0/2] target/arm: Fix aarch64 illegal opcode exceptions |
Date: |
Tue, 27 Aug 2019 13:51:32 +0100 |
On Mon, 26 Aug 2019 at 16:15, Richard Henderson
<address@hidden> wrote:
>
> As Laurent pointed out, gen_exception_insn is very different
> between aarch64 and aarch32, so we shouldn't accidentally
> redirect one to the other.
>
>
> r~
>
>
> Richard Henderson (2):
> Revert "target/arm: Use unallocated_encoding for aarch32"
> target/arm: Factor out unallocated_encoding for aarch32
Applied to target-arm.next, thanks.
-- PMM