WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] vmxloader -> hvmloader in comment

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] vmxloader -> hvmloader in comment
From: "Andrew D. Ball" <aball@xxxxxxxxxx>
Date: Mon, 13 Mar 2006 15:13:54 -0500
Delivery-date: Mon, 13 Mar 2006 20:15:00 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
# HG changeset patch
# User user@xxxxxxxxxxxxxxxxxxxxx
# Node ID a6df20c36fa6a46b46b8f35f17aa0a808e47651c
# Parent  36cf47cfea4e3c0197db6b8822398da4a3f624b3
Fix a typo in a comment -- vmxloader is now hvmloader.

Signed-off-by: Andrew D. Ball <aball@xxxxxxxxxx>

diff -r 36cf47cfea4e -r a6df20c36fa6 tools/libxc/xc_hvm_build.c
--- a/tools/libxc/xc_hvm_build.c        Mon Mar 13 14:06:58 2006
+++ b/tools/libxc/xc_hvm_build.c        Mon Mar 13 20:08:52 2006
@@ -132,7 +132,7 @@
 }

 /*
- * Use E820 reserved memory 0x9F800 to pass HVM info to vmxloader
+ * Use E820 reserved memory 0x9F800 to pass HVM info to hvmloader
  * hvmloader will use this info to set BIOS accordingly
  */
 static int set_hvm_info(int xc_handle, uint32_t dom,
# HG changeset patch
# User user@xxxxxxxxxxxxxxxxxxxxx
# Node ID a6df20c36fa6a46b46b8f35f17aa0a808e47651c
# Parent  36cf47cfea4e3c0197db6b8822398da4a3f624b3
Fix a typo in a comment -- vmxloader is now hvmloader.

Signed-off-by: Andrew D. Ball <aball@xxxxxxxxxx>

diff -r 36cf47cfea4e -r a6df20c36fa6 tools/libxc/xc_hvm_build.c
--- a/tools/libxc/xc_hvm_build.c        Mon Mar 13 14:06:58 2006
+++ b/tools/libxc/xc_hvm_build.c        Mon Mar 13 20:08:52 2006
@@ -132,7 +132,7 @@
 }
 
 /*
- * Use E820 reserved memory 0x9F800 to pass HVM info to vmxloader
+ * Use E820 reserved memory 0x9F800 to pass HVM info to hvmloader
  * hvmloader will use this info to set BIOS accordingly
  */
 static int set_hvm_info(int xc_handle, uint32_t dom,
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] vmxloader -> hvmloader in comment, Andrew D. Ball <=