commit | f3ac1a4b667eeffcedf779f45529c95d66ddc71a | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | Tue Oct 16 20:07:03 2012 +0800 |
committer | Avi Kivity <avi@redhat.com> | Mon Oct 22 18:03:25 2012 +0200 |
tree | 9e4a688d44ccaa783865adfc88ac1ea6cf03e190 | |
parent | ecefbd94b834fa32559d854646d777c56749ef1c [diff] |
KVM: MMU: fix release noslot pfn We can not directly call kvm_release_pfn_clean to release the pfn since we can meet noslot pfn which is used to cache mmio info into spte Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Cc: stable@vger.kernel.org Signed-off-by: Avi Kivity <avi@redhat.com>