From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew D. Ball" Subject: [PATCH] vmxloader -> hvmloader in comment Date: Mon, 13 Mar 2006 15:13:54 -0500 Message-ID: <4415D282.7000800@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010908020806080406040507" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------010908020806080406040507 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit # HG changeset patch # User user@localhost.localdomain # Node ID a6df20c36fa6a46b46b8f35f17aa0a808e47651c # Parent 36cf47cfea4e3c0197db6b8822398da4a3f624b3 Fix a typo in a comment -- vmxloader is now hvmloader. Signed-off-by: Andrew D. Ball 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, --------------010908020806080406040507 Content-Type: text/plain; name="vmx_typo.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="vmx_typo.patch" # HG changeset patch # User user@localhost.localdomain # Node ID a6df20c36fa6a46b46b8f35f17aa0a808e47651c # Parent 36cf47cfea4e3c0197db6b8822398da4a3f624b3 Fix a typo in a comment -- vmxloader is now hvmloader. Signed-off-by: Andrew D. Ball 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, --------------010908020806080406040507 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------010908020806080406040507--