Re: [RFC PATCH 2/4] hw/ppc: Add kvm-only file spapr_hcall_tcg_stub.c

2021-04-26 Thread David Gibson
On Fri, Apr 23, 2021 at 07:06:15PM -0300, Fabiano Rosas wrote: > "Lucas Mateus Castro (alqotel)" writes: > > > This file should be used instead of spapr_hcall.c when compiling > > without tcg (--disable-tcg) as it does not call tcg-only functions and > > trips fatal error when invalid functions a

Re: [RFC PATCH 2/4] hw/ppc: Add kvm-only file spapr_hcall_tcg_stub.c

2021-04-23 Thread Fabiano Rosas
"Lucas Mateus Castro (alqotel)" writes: > This file should be used instead of spapr_hcall.c when compiling > without tcg (--disable-tcg) as it does not call tcg-only functions and > trips fatal error when invalid functions are called Not calling any TCG-specific function is not an indication of

[RFC PATCH 2/4] hw/ppc: Add kvm-only file spapr_hcall_tcg_stub.c

2021-04-22 Thread Lucas Mateus Castro (alqotel)
This file should be used instead of spapr_hcall.c when compiling without tcg (--disable-tcg) as it does not call tcg-only functions and trips fatal error when invalid functions are called As of right now some functions are repeated here and in spapr_hcall.c, as they are static, is some other metho