Re: [Qemu-devel] [PATCH 6/7] [RFC] target-i386: Define MMREG_UNION macro

2015-12-01 Thread Paolo Bonzini
On 30/11/2015 19:21, Eduardo Habkost wrote: > This will simplify the definitions of ZMMReg and MMXReg. > > Signed-off-by: Eduardo Habkost > --- > target-i386/cpu.h | 27 +++ > 1 file changed, 11 insertions(+), 16 deletions(-) > > diff --git a/target-i386/cpu.h b/target

[Qemu-devel] [PATCH 6/7] [RFC] target-i386: Define MMREG_UNION macro

2015-11-30 Thread Eduardo Habkost
This will simplify the definitions of ZMMReg and MMXReg. Signed-off-by: Eduardo Habkost --- target-i386/cpu.h | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 7519023..b189748 100644 --- a/target-i386/cp