From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH v2 for-4.5] xen: Bump Xen interface for Xen-4.5 Date: Tue, 4 Nov 2014 11:50:02 +0000 Message-ID: <1415101802-24096-1-git-send-email-andrew.cooper3@citrix.com> References: <5458BCA9.3000304@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5458BCA9.3000304@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: Xen-devel Cc: Keir Fraser , Ian Campbell , Andrew Cooper , Ian Jackson , Tim Deegan , Jan Beulich List-Id: xen-devel@lists.xenproject.org c/s fce5281c "x86/mem_access: Deprecate the HVM mem_access ops" removes the structures associated with xen_hvm_{get,set}_mem_access from the Xen public API. While these were toolstack hypercalls and documented as liable to change in the future, it causes build issues for certain tools (valgrind, strace). As HVM ops have no specific interface version, the main Xen interface version needs to be bumped to compensate. Signed-off-by: Andrew Cooper CC: Keir Fraser CC: Jan Beulich CC: Tim Deegan CC: Ian Campbell CC: Ian Jackson CC: Konrad Rzeszutek Wilk --- This is a bugfix with regards to API versioning. There is no risk whatsoever from taking it, but there is an outstanding API breakage which it fixes. v2: * Correct patch subject --- xen/include/public/xen-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/xen-compat.h b/xen/include/public/xen-compat.h index 3eb80a0..c1d660d 100644 --- a/xen/include/public/xen-compat.h +++ b/xen/include/public/xen-compat.h @@ -27,7 +27,7 @@ #ifndef __XEN_PUBLIC_XEN_COMPAT_H__ #define __XEN_PUBLIC_XEN_COMPAT_H__ -#define __XEN_LATEST_INTERFACE_VERSION__ 0x00040400 +#define __XEN_LATEST_INTERFACE_VERSION__ 0x00040500 #if defined(__XEN__) || defined(__XEN_TOOLS__) /* Xen is built with matching headers and implements the latest interface. */ -- 1.7.10.4