From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 03/10] kexec: add public interface for improved load/unload sub-ops Date: Thu, 27 Jun 2013 18:29:15 +0100 Message-ID: <51CC766B.7060606@citrix.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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51C966A302000078000E0375@nat28.tlf.novell.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: Jan Beulich Cc: Daniel Kiper , Keir Fraser , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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. David