From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH] xenpaging: remove obsolete XENMEM_paging_op_resume Date: Mon, 27 Feb 2012 20:53:53 +0000 Message-ID: <20120227205353.GH98737@ocelot.phlegethon.org> References: <3ace34b89ebe3bdd6afb.1330265105@probook.site> <20120227195432.GF98737@ocelot.phlegethon.org> <20120227201100.GA6158@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20120227201100.GA6158@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org At 21:11 +0100 on 27 Feb (1330377060), Olaf Hering wrote: > On Mon, Feb 27, Tim Deegan wrote: > > > At 15:05 +0100 on 26 Feb (1330268705), Olaf Hering wrote: > > > diff -r 6fb2fee7c183 -r 3ace34b89ebe xen/include/public/memory.h > > > --- a/xen/include/public/memory.h > > > +++ b/xen/include/public/memory.h > > > @@ -322,7 +322,6 @@ typedef struct xen_pod_target xen_pod_ta > > > #define XENMEM_paging_op_nominate 0 > > > #define XENMEM_paging_op_evict 1 > > > #define XENMEM_paging_op_prep 2 > > > -#define XENMEM_paging_op_resume 3 > > > > Acked, except for this part - we should leave a gravestone here so > > we don't reuse the number. Anyone using the old interface should get an > > explicit ENOSYS error. > > There can be no old user. xen-4.1 did not have this interface and > XENMEM_paging_* is just a 17 days old. Fair enough. :) Ack. Tim.