From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 1/4] expand x86 arch_shared_info to support linear p2m list Date: Tue, 18 Nov 2014 10:56:02 +0000 Message-ID: <546B25C2.6090106@citrix.com> References: <1415957846-22703-1-git-send-email-jgross@suse.com> <1415957846-22703-2-git-send-email-jgross@suse.com> <5465EA63.3010007@citrix.com> <5465FB34.9010606@suse.com> <54660A16.2090006@citrix.com> <54660E5C.8030107@suse.com> <546618D9.5070200@citrix.com> <54662096.6060603@suse.com> <546628F7.4000008@citrix.com> <546ADA25.4000709@suse.com> <546B24B4.6070904@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <546B24B4.6070904@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 , Juergen Gross , xen-devel@lists.xensource.com, jbeulich@suse.com, konrad.wilk@oracle.com List-Id: xen-devel@lists.xenproject.org On 18/11/14 10:51, Andrew Cooper wrote: >> > It is not just ballooning. It is any change to the p2m whatsoever. > This includes mapping/unmapping grants, XENMEM_exchange, and the guest > simply changing the p2m layout. Grants don't matter because they're never saved. David