* PATCH: Update XenD config format version number
@ 2007-04-11 22:43 Daniel P. Berrange
0 siblings, 0 replies; only message in thread
From: Daniel P. Berrange @ 2007-04-11 22:43 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 834 bytes --]
During the course of Xen 3.0.5 development the config file format for the
HVM virtual console changed. This is an equivalent change to that seen for
the PVFB in Xen 3.0.4, adding the new style 'vfb' node under the devices
block in the SEXPR. To enable tools which create config files to know
about the new style config for HVM we need to increment the config format
version number before Xen 3.0.5 is released. The attached patch does this
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Regards,
Dan.
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Projects: http://freshmeat.net/~danielpb/ -=|
|=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
[-- Attachment #2: xend-config-format.patch --]
[-- Type: text/plain, Size: 436 bytes --]
diff -r 4dc14c591e6c tools/python/xen/xend/XendNode.py
--- a/tools/python/xen/xend/XendNode.py Tue Apr 10 18:49:20 2007 +0100
+++ b/tools/python/xen/xend/XendNode.py Wed Apr 11 18:40:00 2007 -0400
@@ -603,7 +603,7 @@ class XendNode:
return [[k, info[k]] for k in ITEM_ORDER]
def xendinfo(self):
- return [['xend_config_format', 3]]
+ return [['xend_config_format', 4]]
#
# utilisation tracking
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-11 22:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-11 22:43 PATCH: Update XenD config format version number Daniel P. Berrange
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.