From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 for-4.5] xen: Bump Xen interface for Xen-4.5 Date: Tue, 4 Nov 2014 12:07:19 +0000 Message-ID: <1415102839.11486.38.camel@citrix.com> References: <5458BCA9.3000304@citrix.com> <1415101802-24096-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1415101802-24096-1-git-send-email-andrew.cooper3@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: Andrew Cooper Cc: Keir Fraser , Ian Jackson , Tim Deegan , Xen-devel , Jan Beulich List-Id: xen-devel@lists.xenproject.org On Tue, 2014-11-04 at 11:50 +0000, Andrew Cooper wrote: > 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). Valgrind has its own copy of the headers and needs to process old hypercalls as well as new anyway, it will also DTRT with the ENOSYS which results from a tool using an old interface on a new hypervisor. Ian.