Re: [Qemu-devel] [PATCH 1/7] Declare and Enable VSX

2013-12-03 Thread Tom Musta
On 10/22/2013 6:05 AM, Anton Blanchard wrote: > From: Tom Musta > > This patch adds the flag POWERPC_FLAG_VSX to the list of defined > flags and also adds this flag to the list of supported features of > the Power7 and Power8 CPUs. Additionally, the VSX instructions > are added to the list of TC

[Qemu-devel] [PATCH 1/7] Declare and Enable VSX

2013-10-22 Thread Anton Blanchard
From: Tom Musta This patch adds the flag POWERPC_FLAG_VSX to the list of defined flags and also adds this flag to the list of supported features of the Power7 and Power8 CPUs. Additionally, the VSX instructions are added to the list of TCG-enabled instruction. Signed-off-by: Tom Musta Signed-o