From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [XEN][ACM] Allow versioning information in ACM XML policy Date: Wed, 28 Mar 2007 14:02:47 +0100 Message-ID: References: <1175048230.4061.1.camel@941e-2.watson.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1175048230.4061.1.camel@941e-2.watson.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefan Berger , xen-devel List-Id: xen-devel@lists.xenproject.org On 28/3/07 03:17, "Stefan Berger" wrote: > This patch allows version information to be embedded in the XML representation > of the ACM policy. The > translation tool has been adapted to parse the version found in the XML > representation and put it into the binary policy. Xen has been adapted > to remember the version information and report it when asked for the current > policy. Applied. Are the changes to make the structs all packed really required? We usually avoid gcc extensions in public header files (except in some very small number of cases). -- Keir