commit | 2aaf65e8c40468b198b709a765abe311f91c1a1d | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Wed Jun 10 12:27:07 2009 -0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:32:54 2009 +0300 |
tree | bdd3804ee2c76136c914798850ed760be40e8dc8 | |
parent | 48fc03174b125238c541cf00acd5e9b9dff6b9ba [diff] |
KVM: MMU audit: audit_mappings tweaks - Fail early in case gfn_to_pfn returns is_error_pfn. - For the pre pte write case, avoid spurious "gva is valid but spte is notrap" messages (the emulation code does the guest write first, so this particular case is OK). Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>