Re: [Qemu-devel] [PATCH v3 09/16] target-arm: A64: Refactor aarch64_cpu_do_interrupt

2014-08-01 Thread Peter Maydell
On 17 June 2014 09:45, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Introduce new_el and new_mode in preparation for future patches > that add support for taking exceptions to and from EL2 and 3. > No functional change. > > Signed-off-by: Edgar E. Iglesias > --- > target-arm/cpu.h

[Qemu-devel] [PATCH v3 09/16] target-arm: A64: Refactor aarch64_cpu_do_interrupt

2014-06-17 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Introduce new_el and new_mode in preparation for future patches that add support for taking exceptions to and from EL2 and 3. No functional change. Signed-off-by: Edgar E. Iglesias --- target-arm/cpu.h| 7 +++ target-arm/helper-a64.c | 24 +---