Re: [Qemu-devel] [PATCH] Allow ARMv8 SCR.SMD updates

2015-04-24 Thread Peter Maydell
On 24 April 2015 at 16:19, Greg Bellows wrote: > Updated scr_write to always allow updates to the SCR.SMD bit on ARMv8 > regardless of whether virtualization (EL2) is enabled or not. > > Signed-off-by: Greg Bellows > --- Applied to target-arm.next, thanks. -- PMM

[Qemu-devel] [PATCH] Allow ARMv8 SCR.SMD updates

2015-04-24 Thread Greg Bellows
Updated scr_write to always allow updates to the SCR.SMD bit on ARMv8 regardless of whether virtualization (EL2) is enabled or not. Signed-off-by: Greg Bellows --- target-arm/helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target-arm/helper.c b/target-arm/helper.c