Re: [Qemu-devel] [PATCH v2 07/10] target-arm: remove last users of cpsr_write

2014-08-04 Thread Peter Maydell
On 10 July 2014 16:50, Alex Bennée wrote: > And use the new machinery to to save and restore program state. The old > cpsr_write function did some special handling for mode switches which > has been moved into the helper function. Are you really sure all the old places we did cpsr_write() don't w

Re: [Qemu-devel] [PATCH v2 07/10] target-arm: remove last users of cpsr_write

2014-07-15 Thread Riku Voipio
On Thu, Jul 10, 2014 at 04:50:04PM +0100, Alex Bennée wrote: > And use the new machinery to to save and restore program state. The old > cpsr_write function did some special handling for mode switches which > has been moved into the helper function. Again for the linux-user part, Acked-by: Riku V