From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v3 09/13] x86/altp2m: alternate p2m memory events. Date: Fri, 3 Jul 2015 17:46:30 +0100 Message-ID: <5596BC66.6010305@citrix.com> References: <1435774177-6345-1-git-send-email-edmund.h.white@intel.com> <1435774177-6345-10-git-send-email-edmund.h.white@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1435774177-6345-10-git-send-email-edmund.h.white@intel.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: Ed White , xen-devel@lists.xen.org Cc: Ravi Sahita , Wei Liu , George Dunlap , Ian Jackson , Tim Deegan , Jan Beulich , tlengyel@novetta.com, Daniel De Graaf List-Id: xen-devel@lists.xenproject.org On 01/07/15 19:09, Ed White wrote: > Add a flag to indicate that a memory event occurred in an alternate p2m > and a field containing the p2m index. Allow any event response to switch > to a different alternate p2m using the same flag and field. > > Modify p2m_memory_access_check() to handle alternate p2m's. > > Signed-off-by: Ed White Acked-by: Andrew Cooper for the x86 bits. The rest looks fine (subject to Tamas' comment), but I shall leave final review to the new mem-event maintainers.