From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: [PATCH V5 0/3] Vm_event memory introspection helpers Date: Mon, 13 Jul 2015 20:14:44 +0300 Message-ID: <1436807687-9826-1-git-send-email-rcojocaru@bitdefender.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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@lists.xen.org Cc: jun.nakajima@intel.com, wei.liu2@citrix.com, kevin.tian@intel.com, keir@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, george.dunlap@eu.citrix.com, andrew.cooper3@citrix.com, eddie.dong@intel.com, Aravind.Gopalakrishnan@amd.com, jbeulich@suse.com, tlengyel@novetta.com, suravee.suthikulpanit@amd.com, boris.ostrovsky@oracle.com, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org This series addresses V4 reviews (patch 1/3), and has been rebased to compile on top of Xen staging (which now includes a few patches from Tamas that prevent V4 from compiling). I've also moved x86 logic in patch 3/3 to x86 source files, this seems to have gone unnoticed but would likely have not compiled on ARM. I've removed George's ack from patch 1/3, but it most likely only pertained to the mm bits which have remained unchanged. George, if you stand by your ack with V5 then please re-add it, thanks! Patches 2/3 and 3/3 do have acks. [PATCH V5 1/3] xen/mem_access: Support for memory-content hiding [PATCH V5 2/3] xen/vm_event: Support for guest-requested events [PATCH V5 3/3] xen/vm_event: Deny register writes if refused by vm_event reply Thanks in advance for your reviews, Razvan