Re: [PATCH] target/arm: Set ISSIs16Bit in make_issinfo

2020-01-03 Thread Peter Maydell
On Thu, 19 Dec 2019 at 18:56, Richard Henderson wrote: > > During the conversion to decodetree, the setting of > ISSIs16Bit got lost. This causes the guest os to > incorrectly adjust trapping memory operations. > > Fixes: 46beb58efbb8a2a32 > Cc: qemu-sta...@nongnu.org > Reported-by: Jeff Kubascik

Re: [PATCH] target/arm: Set ISSIs16Bit in make_issinfo

2019-12-20 Thread Peter Maydell
On Fri, 20 Dec 2019 at 13:35, Alex Bennée wrote: > > > Richard Henderson writes: > > > During the conversion to decodetree, the setting of > > ISSIs16Bit got lost. This causes the guest os to > > incorrectly adjust trapping memory operations. > > > > Fixes: 46beb58efbb8a2a32 > > It's not really

Re: [PATCH] target/arm: Set ISSIs16Bit in make_issinfo

2019-12-20 Thread Alex Bennée
Richard Henderson writes: > During the conversion to decodetree, the setting of > ISSIs16Bit got lost. This causes the guest os to > incorrectly adjust trapping memory operations. > > Fixes: 46beb58efbb8a2a32 It's not really obvious from this commit where we end up now calling... > Cc: qemu

[PATCH] target/arm: Set ISSIs16Bit in make_issinfo

2019-12-19 Thread Richard Henderson
During the conversion to decodetree, the setting of ISSIs16Bit got lost. This causes the guest os to incorrectly adjust trapping memory operations. Fixes: 46beb58efbb8a2a32 Cc: qemu-sta...@nongnu.org Reported-by: Jeff Kubascik Signed-off-by: Richard Henderson --- target/arm/translate.c | 3 +++