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-changelog

[Xen-changelog] [xen-unstable] tools/ocaml: fix a typo in xc_lib.c:xc_do

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] tools/ocaml: fix a typo in xc_lib.c:xc_domain_set_vpt_align
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Dec 2010 05:33:42 -0800
Delivery-date: Thu, 23 Dec 2010 05:36:48 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Wei Gang <gang.wei@xxxxxxxxx>
# Date 1292004967 0
# Node ID 58f085f3df4aa32c5eb6ba2e1d6252727f49953f
# Parent  8b3eb0e457337db9a9b1d89daf90265205f59644
tools/ocaml: fix a typo in xc_lib.c:xc_domain_set_vpt_align

Fix a typo in xc_lib.c.

Signed-off-by: Wei Gang <gang.wei@xxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 tools/ocaml/libs/xc/xc_lib.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 8b3eb0e45733 -r 58f085f3df4a tools/ocaml/libs/xc/xc_lib.c
--- a/tools/ocaml/libs/xc/xc_lib.c      Fri Dec 10 18:13:15 2010 +0000
+++ b/tools/ocaml/libs/xc/xc_lib.c      Fri Dec 10 18:16:07 2010 +0000
@@ -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)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] tools/ocaml: fix a typo in xc_lib.c:xc_domain_set_vpt_align, Xen patchbot-unstable <=