From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 27/27] tools/libxl: Drop all knowledge of toolstack callbacks Date: Wed, 17 Jun 2015 11:53:51 +0100 Message-ID: <1434538431.13744.317.camel@citrix.com> References: <1434375880-30914-1-git-send-email-andrew.cooper3@citrix.com> <1434375880-30914-28-git-send-email-andrew.cooper3@citrix.com> <1434467058.13744.214.camel@citrix.com> <55803B79.2080707@citrix.com> <1434536056.13744.298.camel@citrix.com> <55814F6A.6080309@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55814F6A.6080309@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 Cc: Wei Liu , Yang Hongyang , Ian Jackson , Xen-devel List-Id: xen-devel@lists.xenproject.org On Wed, 2015-06-17 at 11:43 +0100, Andrew Cooper wrote: > On 17/06/15 11:14, Ian Campbell wrote: > > On Tue, 2015-06-16 at 16:06 +0100, Andrew Cooper wrote: > >> On 16/06/15 16:04, Ian Campbell wrote: > >>> On Mon, 2015-06-15 at 14:44 +0100, Andrew Cooper wrote: > >>>> Libxl has now been fully adjusted not to need them. > >>>> > >>>> Signed-off-by: Andrew Cooper > >>> Acked-by: Ian Campbell > >>> > >>> /me looks mournfully at the #28 shaped hole in this series which would > >>> nuke all the migration v1 code from libxc :-) > >> I was going to slip that into v2. I didn't want to delay posting v1 for > >> review, given the proximity of the 4.6 freeze. > >> > >> I think I will transcribe the description of the legacy protocol from > >> xg_save_restore.h > > That would be good, thanks. > > > >> and code up the legacy protocol in python. > > That would be above and beyond, but don't let me stop you ;-) > > Well - it is currently coded up with magic numbers in the conversion > script. All I was planning to do was make some numbers less magic. That does sound nice, thanks. Ian.