From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH] xen: Bump __XEN_LATEST_INTERFACE_VERSION__ to 0x00040700 Date: Wed, 30 Sep 2015 18:28:39 +0300 Message-ID: <560BFFA7.8030001@bitdefender.com> References: <1443626219-1743-1-git-send-email-rcojocaru@bitdefender.com> <560BFEFE.3050901@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <560BFEFE.3050901@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: Julien Grall , xen-devel@lists.xen.org Cc: ian.jackson@eu.citrix.com, tim@xen.org, keir@xen.org, ian.campbell@citrix.com, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 09/30/2015 06:25 PM, Julien Grall wrote: > Hi, > > On 30/09/15 16:16, Razvan Cojocaru wrote: >> VM_EVENT_FLAG_SET_REGISTERS and xc_monitor_emulate_each_rep() are >> not available in Xen 4.6, hence the bump. > > Shouldn't you bump XEN_DOMCTL_INTERFACE_VERSION and > VM_EVENT_INTERFACE_VERSION instead? > > The former for xc_monitor_emulate_each_read as it's a DOMCTL and the > latter for VM_EVENT_FLAG_SET_REGISTERS? Yes, judging also by Jan's previous comment that would appear to be the preferred way to go. Thanks, Razvan