From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH for 4.5 1/2] docs: fix one typo in pvh.markdown Date: Thu, 25 Sep 2014 15:23:10 +0100 Message-ID: <1411654991-22972-2-git-send-email-wei.liu2@citrix.com> References: <1411654991-22972-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1411654991-22972-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Wei Liu , Ian Campbell , Roger Pau Monne List-Id: xen-devel@lists.xenproject.org were -> where Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Roger Pau Monne --- docs/misc/pvh.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/pvh.markdown b/docs/misc/pvh.markdown index 2735b17..52d8e74 100644 --- a/docs/misc/pvh.markdown +++ b/docs/misc/pvh.markdown @@ -64,7 +64,7 @@ distinction for a 64bit PVH is that it is launched at privilege level 0 as opposed to a 64bit PV guest which is launched at privilege level 3. Also, the `rsi` (`esi` on 32bits) register is going to contain the virtual -memory address were Xen has placed the `start_info` structure. The `rsp` (`esp` +memory address where Xen has placed the `start_info` structure. The `rsp` (`esp` on 32bits) will point to the top of an initial single page stack, that can be used by the guest kernel. The `start_info` structure contains all the info the guest needs in order to initialize. More information about the contents can be -- 1.7.10.4