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

Re: [Xen-devel] [PATCH] [Xend/Xm/ACM] [RESEND] [1/2] Implement legacy XM

To: xen-devel@xxxxxxxxxxxxxxxxxxx, Stefan Berger <stefanb@xxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] [Xend/Xm/ACM] [RESEND] [1/2] Implement legacy XML-RPC interface for ACM commands
From: Syunsuke HAYASHI <syunsuke@xxxxxxxxxxxxxx>
Date: Wed, 05 Dec 2007 18:35:04 +0900
Delivery-date: Wed, 05 Dec 2007 01:36:33 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1196810603.11145.20.camel@xxxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1196810603.11145.20.camel@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.5 (Windows/20070716)
Hi,

I applied these patches.
-security_commands_through_xend.diff
-xend_acm_new_storage_path.diff

These patches fix the following problem.

Before applying these patches:
# xm labels type=any
__NULL_LABEL__ <--------__NULL_LABEL__??
dom_BoincClient
dom_Fun
dom_HomeBanking
dom_NetworkDomain
dom_StorageDomain
res_EthernetCard
res_GraphicsAdapter
res_HardDrive(hda)
res_LogicalDiskPartition1(hda1)
res_LogicalDiskPartition2(hda2)
res_ManagementResource
res_SecurityToken

After applying these patches:
# xm labels type=any
SystemManagement
dom_BoincClient
dom_Fun
dom_HomeBanking
dom_NetworkDomain
dom_StorageDomain
res_EthernetCard
res_GraphicsAdapter
res_HardDrive(hda)
res_LogicalDiskPartition1(hda1)
res_LogicalDiskPartition2(hda2)
res_ManagementResource
res_SecurityToken

Thanks

Syunsuke HAYASHI

Stefan Berger wrote:
> This time with a gzipp'ed patch attached.
> 
> This patch implements a (non Xen-API) legacy XML-RPC interface for the
> ACM commands and funnels the calls into code introduced by the Xen-API
> support for ACM security management. Since some of the functionality has
> changed, also the xm applications have changed. In particular the
> following old commands have been removed along with some tools the have
> become obsolete now:
> 
> - loadpolicy    (included in: setpolicy)
> - makepolicy    (included in: setpolicy)
> - cfgbootpolicy (included in: setpolicy)
> 
> and the following commands been introduced:
> 
> - setpolicy
> - getpolicy
> - resetpolicy
> 
> All tools have been adapted to work in Xen-API and legacy XML-RPC mode.
> Both modes support the same functionality.
> 
> An update to the documentation will follow as well as new test cases.
> 
> I have run this and the 2nd patch with the xm-test suite on the tip of
> the staging tree and they caused no regressions.
> 
> Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>