From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/4] mmu audit update Date: Tue, 02 Jun 2009 18:36:55 -0300 Message-ID: <20090602213655.640083007@localhost.localdomain> Cc: kvm@vger.kernel.org To: avi@redhat.com, sheng@linux.intel.com Return-path: Received: from mx2.redhat.com ([66.187.237.31]:45320 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753020AbZFBVof (ORCPT ); Tue, 2 Jun 2009 17:44:35 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Some updates to the MMU audit code. The third patch is "guessy" because I could not find the notrap spte documentation, all I can see is the page-fault error code mask and match fields in the VMCS, but can't see the link of that to sptes. Can someone point it out please? --