All of lore.kernel.org
 help / color / mirror / Atom feed
* Is Xend versioned?
@ 2007-12-18 19:08 Jim Fehlig
  2008-01-04 18:08 ` Mark Williamson
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Fehlig @ 2007-12-18 19:08 UTC (permalink / raw)
  To: xen-devel

When querying Xend for version this code is invoked in
tools/python/xen/xend/XendNode.py

    def xen_version(self):
        info = self.xc.xeninfo()

        try:
            from xen import VERSION
            info = {'Xen': '%(xen_major)d.%(xen_minor)d' % info,
                    'Xend': VERSION}
        except (ImportError, AttributeError):
            info = {'Xen': '%(xen_major)d.%(xen_minor)d' % info,
                    'Xend': '3.0.3'}

I cannot find a xen module from which to import VERSION, resulting in
the hardcoded one.  I would cook up a patch if I understood how, or even
if, it should be versioned.

Jim

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-09  2:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-18 19:08 Is Xend versioned? Jim Fehlig
2008-01-04 18:08 ` Mark Williamson
2008-01-09  2:06   ` Jim Fehlig

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.