Re: [Qemu-devel] [PATCH 0/2] ppc: Fixes for LSWX and LSWI instructions

2016-04-15 Thread Mark Cave-Ayland
On 14/04/16 16:14, Thomas Huth wrote: > These two patches fix the bad range checks in the LSWI and LSWX > instructions. > > To see the change in behavior for the lswx instruction, you can use the > "emulator" test from the kvm-unit-tests suite - code can be found here: > >

Re: [Qemu-devel] [PATCH 0/2] ppc: Fixes for LSWX and LSWI instructions

2016-04-14 Thread David Gibson
On Thu, Apr 14, 2016 at 05:14:51PM +0200, Thomas Huth wrote: > These two patches fix the bad range checks in the LSWI and LSWX > instructions. > > To see the change in behavior for the lswx instruction, you can use the > "emulator" test from the kvm-unit-tests suite - code can be found here: > >

[Qemu-devel] [PATCH 0/2] ppc: Fixes for LSWX and LSWI instructions

2016-04-14 Thread Thomas Huth
These two patches fix the bad range checks in the LSWI and LSWX instructions. To see the change in behavior for the lswx instruction, you can use the "emulator" test from the kvm-unit-tests suite - code can be found here: