Re: [Qemu-devel] [PATCH v2 1/8] target/ppc: implement complete set of Vsr* macros

2019-01-01 Thread David Gibson
On Fri, Dec 28, 2018 at 01:52:28PM +, Mark Cave-Ayland wrote: > This prepares us for eliminating the use of direct array access within the VMX > instruction implementations. > > Signed-off-by: Mark Cave-Ayland > Reviewed-by: Richard Henderson Applied to ppc-for-4.0, thanks. > --- > target

[Qemu-devel] [PATCH v2 1/8] target/ppc: implement complete set of Vsr* macros

2018-12-28 Thread Mark Cave-Ayland
This prepares us for eliminating the use of direct array access within the VMX instruction implementations. Signed-off-by: Mark Cave-Ayland Reviewed-by: Richard Henderson --- target/ppc/internal.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/target/ppc/internal.h