WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Configuration options from the hypervisor?

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Configuration options from the hypervisor?
From: Cutter 409 <cutter409@xxxxxxxxx>
Date: Mon, 15 Nov 2010 16:04:01 -0500
Delivery-date: Mon, 15 Nov 2010 13:04:49 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=PuukM6rmhYs/93O4k4zoCkuWvlxDrKsDZQ/NmSIb2OI=; b=wGVQ+QxX2A9UPuB/V4O5Fv6K0DGelk2JKPUBSpfAep8qe0byybizU17GdSDu66hNf/ d0YknHMqThdAfoki1hNXlN0dL8Bzt212rBWBNDcxfl0dgQMEcfMEji+i6UiVYmIRPL+1 JgNOItQhs8jwBMf94CqiZOgIN0O7tDcXmHqiw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bwc368VMWJQBRZHOFvfttbxbLyTWGzao6aRadjBNG97Hd3Fm3f31M8zfaAvfJgcskM QppU6EPGSVXAgh4ETSdZ+jj8de9lNO+vITEvglf+eOVavRCCOBZWOEnOoFcFDeFVHj8A aqMbuyJu3lp9NUXm17cjJzns+yHuIwH4it/d0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I'm trying to pass configuration options to the hypervisor.

It seems like each VM has an "other_config" section that I should be able to add options to, but I can't seem to figure out how to read them from the hypervisor.
In userland I can set the options using " session.xenapi.VM.add_to_other_config(  ) " (In Python) but is there any way to retreive it from the hypervisor?

If not, is there another mechanism where I can store additional configuration data?

Thanks.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Configuration options from the hypervisor?, Cutter 409 <=