Re: [Qemu-devel] [PATCH] target-arm: implement WFE/YIELD as a yield for AArch64

2014-04-15 Thread Peter Maydell
On 15 April 2014 20:00, Rob Herring wrote: > From: Rob Herring > > Like was done for AArch32 for WFE, implement both WFE and YIELD as a > yield operation. This speeds up multi-core system emulation. > > Signed-off-by: Rob Herring Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH] target-arm: implement WFE/YIELD as a yield for AArch64

2014-04-15 Thread Rob Herring
From: Rob Herring Like was done for AArch32 for WFE, implement both WFE and YIELD as a yield operation. This speeds up multi-core system emulation. Signed-off-by: Rob Herring --- target-arm/translate-a64.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target-arm/translate-a64.c b/t