[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Change argument spec for introduce_domain argument parsing, as the MFN is a long.



# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 52f17d78dcd50fb4f7b8596f291dcd2e075ccacb
# Parent  c653a376cf52f0b2753d5a4dd65e6a6b01da4e96
Change argument spec for introduce_domain argument parsing, as the MFN is a 
long.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r c653a376cf52 -r 52f17d78dcd5 tools/python/xen/lowlevel/xs/xs.c
--- a/tools/python/xen/lowlevel/xs/xs.c Mon Oct 24 17:21:38 2005
+++ b/tools/python/xen/lowlevel/xs/xs.c Mon Oct 24 17:24:07 2005
@@ -695,7 +695,7 @@
                                        PyObject *kwds)
 {
     static char *kwd_spec[] = { "dom", "page", "port", NULL };
-    static char *arg_spec = "iii";
+    static char *arg_spec = "ili";
     domid_t dom = 0;
     unsigned long page = 0;
     unsigned int port = 0;

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.