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] fix a typo in xc_lib.c

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] fix a typo in xc_lib.c
From: "Wei, Gang" <gang.wei@xxxxxxxxx>
Date: Tue, 30 Nov 2010 16:09:10 +0800
Accept-language: zh-CN, en-US
Acceptlanguage: zh-CN, en-US
Cc: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>, "Wei, Gang" <gang.wei@xxxxxxxxx>
Delivery-date: Tue, 30 Nov 2010 00:10:30 -0800
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcuQZd4oaPW1eMaBSZe1fa+XkKOWaw==
Thread-topic: [PATCH] fix a typo in xc_lib.c
Fix a typo in xc_lib.c.

Signed-off-by: Wei Gang <gang.wei@xxxxxxxxx>

diff -r 410ba927e6a6 tools/ocaml/libs/xc/xc_lib.c
--- a/tools/ocaml/libs/xc/xc_lib.c      Wed Dec 01 21:39:39 2010 +0800
+++ b/tools/ocaml/libs/xc/xc_lib.c      Wed Dec 01 21:58:07 2010 +0800
@@ -1522,7 +1522,7 @@ int xc_domain_set_hpet(int handle, unsig
 
 int xc_domain_set_vpt_align(int handle, unsigned int domid, int vpt_align)
 {
-       return xc_set_hvm_param(handle, domid, HVM_PARAM_HPET_ENABLED, 
(unsigned long) vpt_align);
+       return xc_set_hvm_param(handle, domid, HVM_PARAM_VPT_ALIGN, (unsigned 
long) vpt_align);
 }
 
 int xc_domain_get_acpi_s_state(int handle, unsigned int domid)

Attachment: vpt_align_typo_fix.patch
Description: vpt_align_typo_fix.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] fix a typo in xc_lib.c, Wei, Gang <=