Re: [Qemu-devel] [PATCH 0/4] target-arm: get IT bits right at exceptions

2011-01-14 Thread Aurelien Jarno
On Mon, Jan 10, 2011 at 11:11:48PM +, Peter Maydell wrote: > This patchset (when combined with my previous patchset "Translate > based on TB flags, not CPUState") is a fix for > https://bugs.launchpad.net/qemu/+bug/581335 > where we were not getting the IT (conditional execution) bits in > the

[Qemu-devel] [PATCH 0/4] target-arm: get IT bits right at exceptions

2011-01-10 Thread Peter Maydell
This patchset (when combined with my previous patchset "Translate based on TB flags, not CPUState") is a fix for https://bugs.launchpad.net/qemu/+bug/581335 where we were not getting the IT (conditional execution) bits in the CPSR right when we took an unexpected exception in Thumb mode. The linux