Re: [Qemu-devel] [[PATCH] 6/7] target-arm: Add WFx syndrome function

2015-04-16 Thread Peter Maydell
On 27 March 2015 at 19:10, Greg Bellows wrote: > Adds a utility function for creating a WFx exception syndrome > > Signed-off-by: Greg Bellows > --- Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [[PATCH] 6/7] target-arm: Add WFx syndrome function

2015-03-27 Thread Greg Bellows
Adds a utility function for creating a WFx exception syndrome Signed-off-by: Greg Bellows --- target-arm/internals.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target-arm/internals.h b/target-arm/internals.h index bb171a7..8dc2e2b 100644 --- a/target-arm/internals.h +++ b/target-a