|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix start_time parsing on restart -- it's a float, not a
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID fa1a93f3a322ee47d208e8050ca6dc3a6847917c
# Parent 669b6252deeef90a0026a18d950feb0852df0df1
Fix start_time parsing on restart -- it's a float, not an int.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
diff -r 669b6252deee -r fa1a93f3a322 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Thu Dec 8 12:14:33 2005
+++ b/tools/python/xen/xend/XendDomainInfo.py Thu Dec 8 14:28:53 2005
@@ -142,7 +142,7 @@
('vcpu_avail', int),
('memory', int),
('maxmem', int),
- ('start_time', int),
+ ('start_time', float),
]
VM_STORE_ENTRIES += VM_CONFIG_PARAMS
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix start_time parsing on restart -- it's a float, not an int.,
Xen patchbot -unstable <=
|
|
|
|
|