Re: [Qemu-devel] [PATCH v1 10/17] target-arm: implement setend

2016-02-27 Thread Peter Crosthwaite
On Tue, Jan 19, 2016 at 8:29 AM, Peter Maydell wrote: > On 18 January 2016 at 07:12, Peter Crosthwaite > wrote: >> From: Paolo Bonzini >> >> Since this is not a high-performance path, just use a helper to >> flip the E bit and force a lookup in the hash table since the >> flags have changed. >>

Re: [Qemu-devel] [PATCH v1 10/17] target-arm: implement setend

2016-01-19 Thread Peter Maydell
On 18 January 2016 at 07:12, Peter Crosthwaite wrote: > From: Paolo Bonzini > > Since this is not a high-performance path, just use a helper to > flip the E bit and force a lookup in the hash table since the > flags have changed. > > Signed-off-by: Paolo Bonzini > Signed-off-by: Peter Crosthwait