[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] There are only six fields in vcpuinfo.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 76a413a8eef04505632ccd18cdf78001dfacc73b # Parent cd2a4d6da0a1128bafcd209807e9d8a3da13ff87 There are only six fields in vcpuinfo. Signed-off-by: Ryan Harper <ryanh@xxxxxxxxxx> diff -r cd2a4d6da0a1 -r 76a413a8eef0 tools/python/xen/lowlevel/xc/xc.c --- a/tools/python/xen/lowlevel/xc/xc.c Tue Oct 18 09:45:29 2005 +++ b/tools/python/xen/lowlevel/xc/xc.c Tue Oct 18 09:53:30 2005 @@ -363,7 +363,7 @@ if ( rc < 0 ) return PyErr_SetFromErrno(xc_error); - info_dict = Py_BuildValue("{s:i,s:i,s:i,s:L,s:i,s:i,s:i}", + info_dict = Py_BuildValue("{s:i,s:i,s:i,s:L,s:i,s:i}", "online", info.online, "blocked", info.blocked, "running", info.running, _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |