All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: xen-devel@lists.xensource.com
Subject: PATCH: Update XenD config format version number
Date: Wed, 11 Apr 2007 23:43:18 +0100	[thread overview]
Message-ID: <20070411224318.GD4581@redhat.com> (raw)

[-- 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

                 reply	other threads:[~2007-04-11 22:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070411224318.GD4581@redhat.com \
    --to=berrange@redhat.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.