From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH for-4.6 4/8] docs/libxl: Re-specify XENSTORE_DATA as EMULATOR_XENSTORE_DATA Date: Thu, 30 Jul 2015 17:35:12 +0100 Message-ID: <55BA5240.4070004@citrix.com> References: <1438119883-8083-1-git-send-email-andrew.cooper3@citrix.com> <1438119883-8083-5-git-send-email-andrew.cooper3@citrix.com> <21944.47314.516771.221992@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21944.47314.516771.221992@mariner.uk.xensource.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: Ian Jackson Cc: Wei Liu , Ian Campbell , Xen-devel List-Id: xen-devel@lists.xenproject.org On 29/07/15 12:28, Ian Jackson wrote: > Andrew Cooper writes ("[PATCH for-4.6 4/8] docs/libxl: Re-specify XENSTORE_DATA as EMULATOR_XENSTORE_DATA"): >> 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. > ... >> -A record containing xenstore key/value pairs of data. >> +A set of xenstore key/value pairs for a specific emulator associated with \ > the >> +domain. > Wrap damage (and elsewhere in this doc). The entirely of this document is wrapped at 78 character, like all other work I do in the Xen tree. Furthermore this is compatible with both the Xen CODING_STYLE (< 80) and the libxl CODING_STYLE (75-80). ~Andrew