Re: [PATCH 06/11] target/ppc: updated vscr manipulation in machine.c

2021-05-12 Thread David Gibson
On Wed, May 12, 2021 at 12:08:52PM -0500, Richard Henderson wrote: > On 5/12/21 9:08 AM, Bruno Larsen (billionai) wrote: > > Updated the code in machine.c to use the generic ppc_{store,get}_vscr > > instead of helper style functions, so it can build without TCG > > > > Signed-off-by: Bruno Larsen

Re: [PATCH 06/11] target/ppc: updated vscr manipulation in machine.c

2021-05-12 Thread Richard Henderson
On 5/12/21 9:08 AM, Bruno Larsen (billionai) wrote: Updated the code in machine.c to use the generic ppc_{store,get}_vscr instead of helper style functions, so it can build without TCG Signed-off-by: Bruno Larsen (billionai) --- target/ppc/machine.c | 7 +++ 1 file changed, 3 insertions(+

[PATCH 06/11] target/ppc: updated vscr manipulation in machine.c

2021-05-12 Thread Bruno Larsen (billionai)
Updated the code in machine.c to use the generic ppc_{store,get}_vscr instead of helper style functions, so it can build without TCG Signed-off-by: Bruno Larsen (billionai) --- target/ppc/machine.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/target/ppc/machine.c b/