From: Christoph Egger <Christoph.Egger@amd.com>
To: Bruce Edge <bruce.edge@gmail.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: [PATCH 00/13] Nested Virtualization: Overview
Date: Wed, 1 Dec 2010 10:08:51 +0100 [thread overview]
Message-ID: <201012011008.51498.Christoph.Egger@amd.com> (raw)
In-Reply-To: <AANLkTimq=n61Ah60iuSspe2ME1c4Y5YVKU-m_vhuiKHt@mail.gmail.com>
On Tuesday 30 November 2010 18:20:40 Bruce Edge wrote:
> On Fri, Nov 12, 2010 at 10:39 AM, Christoph Egger
> <Christoph.Egger@amd.com<mailto:Christoph.Egger@amd.com>> wrote:
>
> Hi!
>
> This patch series brings Nested Virtualization to Xen.
> This is the sixth patch series. Improvements to the
> previous patch submission:
>
> - Move GIF definition into SVM
> - Move VMEXIT emulation into SVM
> - Introduce hooks for getting host/guest cr3 for use with hap-on-hap
> per proposal from Eddie Dong
> - Moved fields from struct nestedhvm into SVM
> - Renamed struct nestedhvm to struct nestedvcpu
> - Reworked VMRUN and VMEXIT emulation. It uses a defered emulation
> mechanism that makes interrupt handling more efficient and is closer
> to what VMX is doing
> - VMCB is peristent mapped. Only remap the VMCB when l1 guest
> changes the address.
>
>
> The patch series:
>
> patch 01: add nestedhvm guest config option to the tools.
> This is the only one patch touching the tools
> patch 02: Add data structures for nested virtualization.
> patch 03: add nestedhvm function hooks.
> patch 04: The heart of nested virtualization.
> patch 05: Allow switch to paged real mode during vmrun emulation.
> Emulate cr0 and cr4 when guest does not intercept them
> (i.e. Hyper-V/Windows7, KVM)
> patch 06: When injecting an exception into nested guest, inject
> #VMEXIT into the guest if intercepted.
> patch 07: Allow guest to enable SVM in EFER only on AMD.
> patch 08: Handle interrupts (generic part).
> patch 09: SVM specific implementation for nested virtualization.
> patch 10: Handle interrupts (SVM specific).
> patch 11: The piece of code that effectively turns on nested
> virtualization. patch 12: Move dirty_vram from struct hvm_domain to struct
> p2m_domain. This change is the first part from a larger not-yet-ready
> change where the vram and log_dirty tracking is teached to work on per p2m.
> patch 13: Handle nested pagefault to enable hap-on-hap and handle
> nested guest page-table-walks to emulate instructions
> the guest does not intercept (i.e. WBINVD with Windows 7).
>
>
> --
> ---to satisfy European Law for business letters:
> Advanced Micro Devices GmbH
> Einsteinring 24, 85609 Dornach b. Muenchen
> Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
> Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
> Registergericht Muenchen, HRB Nr. 43632
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com<mailto:Xen-devel@lists.xensource.com>
> http://lists.xensource.com/xen-devel
>
>
> I'd like to ask a general question on nested virtualization. Can an L1 or
> L>1 VM span multiple physical machines?
I guess you mean virtual machines here. The answer is yes.
> I'm guessing not from the pdf,
> http://lists.xensource.com/archives/html/xen-devel/2010-04/pdfsVHwQIeZLB.pd
>f, but I wanted to ask and confirm because if so, this would be a fantastic
> way to segregate individual customer infrastructures in a cloud
> environment.
I do not consider the patch series production stable but I would be glad when
you can help with testing.
Christoph
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
next prev parent reply other threads:[~2010-12-01 9:08 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-12 18:39 [PATCH 00/13] Nested Virtualization: Overview Christoph Egger
2010-11-16 17:03 ` Tim Deegan
2010-11-22 6:55 ` Dong, Eddie
2010-12-02 17:53 ` Christoph Egger
2010-11-30 17:20 ` Bruce Edge
2010-12-01 9:08 ` Christoph Egger [this message]
2010-12-01 16:57 ` Shriram Rajagopalan
-- strict thread matches above, loose matches on Subject: below --
2010-10-15 12:55 Christoph Egger
2010-10-18 1:30 ` Dong, Eddie
2010-10-22 14:30 ` Christoph Egger
2010-09-01 14:53 Christoph Egger
2010-09-03 8:12 ` Dong, Eddie
2010-09-03 11:23 ` Christoph Egger
2010-09-04 1:30 ` Dong, Eddie
2010-09-06 12:37 ` Christoph Egger
2010-09-07 1:44 ` Dong, Eddie
2010-09-07 15:49 ` Christoph Egger
2010-09-08 8:58 ` Dong, Eddie
2010-09-08 15:35 ` Christoph Egger
2010-09-09 1:45 ` Dong, Eddie
2010-09-10 12:29 ` Christoph Egger
2010-09-08 15:22 ` Tim Deegan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201012011008.51498.Christoph.Egger@amd.com \
--to=christoph.egger@amd.com \
--cc=bruce.edge@gmail.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.