commit | b034cf0105235e65ee1b0161dbe8fef0338d06e7 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Thu Dec 23 16:08:35 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:31:17 2011 +0200 |
tree | b6cbc4df50939c459d5557c3a502f4f1cd1f28c5 | |
parent | aff48baa34c033318ad322ecbf2e4bcd891b29ca [diff] |
KVM: MMU: audit: allow audit more guests at the same time It only allows to audit one guest in the system since: - 'audit_point' is a glob variable - mmu_audit_disable() is called in kvm_mmu_destroy(), so audit is disabled after a guest exited this patch fix those issues then allow to audit more guests at the same time Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>