From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: [PATCH RFC V3 0/5] Basic guest memory introspection support Date: Wed, 23 Jul 2014 15:34:41 +0300 Message-ID: <53CFABE1.5000606@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: kevin.tian@intel.com, Ian Campbell , stefano.stabellini@eu.citrix.com, Ian Jackson , eddie.dong@intel.com, Jan Beulich , andres@lagarcavilla.org, jun.nakajima@intel.com, Andrew Cooper List-Id: xen-devel@lists.xenproject.org Hello, Again, thank you for taking the time to review the series, took all we've discussed into account, and here's V3. Changes since V2: - Removed the "xen: Support for VMCALL mem_events" patch from the series for the time being. - Addressed discussed issues (please see individual patches for details). Patches: xen: Handle resumed instruction based on previous mem_event reply xen, libxc: Request page fault injection via libxc xen: Force-enable relevant MSR events; optimize the number of sent MSR events xen: Optimize introspection access to guest state xen: Emulate with no writes Thanks, Razvan Cojocaru