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
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