Re: [PATCH v2 0/2] spapr: Make the nested code TCG only

2022-04-20 Thread Daniel Henrique Barboza
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks, Daniel On 3/25/22 19:11, Fabiano Rosas wrote: The spapr virtual hypervisor implementation of the nested KVM API depends on the first level guest to be emulated by TCG. So move the whole code under CONFIG_TCG. v2: - Created hypercall_r

[PATCH v2 0/2] spapr: Make the nested code TCG only

2022-03-25 Thread Fabiano Rosas
The spapr virtual hypervisor implementation of the nested KVM API depends on the first level guest to be emulated by TCG. So move the whole code under CONFIG_TCG. v2: - Created hypercall_register_nested instead of reusing hypercall_register_softmmu; - Rearranged the ifdef a bit to keep the hyp