qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2]: KVM: i386: Add support for save and restore nested state
@ 2018-09-14  0:38 Liran Alon
  2018-09-14  0:38 ` [Qemu-devel] [PATCH 1/2] i386: Compile CPUX86State xsave_buf only when support KVM or HVF Liran Alon
  2018-09-14  0:38 ` [Qemu-devel] [PATCH 2/2] KVM: i386: Add support for save and restore nested state Liran Alon
  0 siblings, 2 replies; 4+ messages in thread
From: Liran Alon @ 2018-09-14  0:38 UTC (permalink / raw)
  To: qemu-devel, rth, ehabkost; +Cc: pbonzini, mtosatti, kvm, jmattson, idan.brown

Hi,

This series aims to add support for QEMU to be able to migrate VMs that
are running nested hypervisors. In order to do so, it utilizes the new
IOCTLs introduced in KVM commit 8fcc4b5923af ("kvm: nVMX: Introduce
KVM_CAP_NESTED_STATE") which were created for this purpose.

1st patch is not really related to the goal of the patch series. It just
makes CPUX86State->xsave_buf to be compiled only when needed (When
compiling with KVM or HVF CPU accelerator).

2nd patch adds the support to migrate VMs that are running nested
hypervisors.

Regards,
-Liran

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-14  7:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-14  0:38 [Qemu-devel] [PATCH 0/2]: KVM: i386: Add support for save and restore nested state Liran Alon
2018-09-14  0:38 ` [Qemu-devel] [PATCH 1/2] i386: Compile CPUX86State xsave_buf only when support KVM or HVF Liran Alon
2018-09-14  0:38 ` [Qemu-devel] [PATCH 2/2] KVM: i386: Add support for save and restore nested state Liran Alon
2018-09-14  7:16   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).