Re: [Qemu-devel] [PATCH 05/12] target-arm: A64: add stubs for a64 specific helpers

2013-12-03 Thread Richard Henderson
On 12/04/2013 10:51 AM, Peter Maydell wrote: > From: Alexander Graf > > We will need helpers that only make sense with AArch64. Add > helper-a64.{c,h} files as stubs that we can fill with these > helpers in the following patches. > > Signed-off-by: Alexander Graf > Signed-off-by: Peter Maydell

[Qemu-devel] [PATCH 05/12] target-arm: A64: add stubs for a64 specific helpers

2013-12-03 Thread Peter Maydell
From: Alexander Graf We will need helpers that only make sense with AArch64. Add helper-a64.{c,h} files as stubs that we can fill with these helpers in the following patches. Signed-off-by: Alexander Graf Signed-off-by: Peter Maydell --- target-arm/Makefile.objs |2 +- target-arm/helper-a