qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Daniel Henrique Barboza
Subject: Re: [PATCH v2 0/2] spapr: Make the nested code TCG only
Date: Wed, 20 Apr 2022 16:12:04 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

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_register_nested instead of reusing
   hypercall_register_softmmu;

- Rearranged the ifdef a bit to keep the hypercall_register_*
   functions closer;

- Dropped the more paranoid patch that checked for KVM at every
   call. I couldn't convince myself anymore that it was necessary.

v1:
https://lists.nongnu.org/archive/html/qemu-ppc/2022-03/msg00412.html

Fabiano Rosas (2):
   spapr: Move hypercall_register_softmmu
   spapr: Move nested KVM hypercalls under a TCG only config.

  hw/ppc/spapr_hcall.c | 74 ++++++++++++++++++++++++++------------------
  1 file changed, 44 insertions(+), 30 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]