|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Change argument spec for introduce_domain argument parsi
# 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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Change argument spec for introduce_domain argument parsing, as the MFN is a long.,
Xen patchbot -unstable <=
|
|
|
|
|