Re: [PATCH v2] target/ppc: Fix SPE unavailable exception triggering

2020-08-02 Thread David Gibson
On Mon, Jul 27, 2020 at 10:55:53AM -0700, Matthieu Bucchianeri wrote: > When emulating certain floating point instructions or vector instructions on > PowerPC machines, QEMU did not properly generate the SPE/Embedded Floating- > Point Unavailable interrupt. See the buglink further below for referen

[PATCH v2] target/ppc: Fix SPE unavailable exception triggering

2020-07-27 Thread Matthieu Bucchianeri
When emulating certain floating point instructions or vector instructions on PowerPC machines, QEMU did not properly generate the SPE/Embedded Floating- Point Unavailable interrupt. See the buglink further below for references to the relevant NXP documentation. This patch fixes the behavior of som