From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for-4.6 v3 2/6] docs/libxl: Re-specify XENSTORE_DATA as EMULATOR_XENSTORE_DATA Date: Wed, 5 Aug 2015 10:37:59 +0100 Message-ID: <1438767479.9747.31.camel@citrix.com> References: <1438708596-21033-1-git-send-email-andrew.cooper3@citrix.com> <1438708596-21033-3-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1438708596-21033-3-git-send-email-andrew.cooper3@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , Xen-devel Cc: Wei Liu , Ian Jackson List-Id: xen-devel@lists.xenproject.org On Tue, 2015-08-04 at 18:16 +0100, Andrew Cooper wrote: > The legacy "toolstack" record as implemented in libxl turns out not to > be 32/64bit safe. As migration v2 has not shipped yet, take this > opportunity to adjust the specification and fix the incompatibility. > > Libxl shall loose all knowledge of the old "toolstack" blob and use this > EMULATOR_XENSTORE_DATA record instead. Compatibility shall be handled > by the legacy conversion script. > > Signed-off-by: Andrew Cooper > --- Acked-by: Ian Campbell