From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH 03/10] kexec: add public interface for improved load/unload sub-ops Date: Fri, 28 Jun 2013 07:53:15 +0100 Message-ID: <51CD4EFB02000078000E16FE@nat28.tlf.novell.com> References: <1372095741-27012-1-git-send-email-david.vrabel@citrix.com> <1372095741-27012-4-git-send-email-david.vrabel@citrix.com> <51C966A302000078000E0375@nat28.tlf.novell.com> <51CC766B.7060606@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51CC766B.7060606@citrix.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel Cc: Daniel Kiper , KeirFraser , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org >>> On 27.06.13 at 19:29, David Vrabel wrote: > On 25/06/13 08:45, Jan Beulich wrote: >>>>> On 24.06.13 at 19:42, David Vrabel wrote: >>> @@ -152,6 +152,64 @@ typedef struct xen_kexec_range { >>> unsigned long start; >>> } xen_kexec_range_t; >>> >>> +#if __XEN_INTERFACE_VERSION__ >= 0x00040300 >> >> ... >= 0x00040400 > > Yes, as soon as Xen's version becomes 4.4, but for now it's still 4.3. Not exactly - if no patch before yours bumps the interface version, your one will need to. Jan