KVM: MMU: move audit to a separate file
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Mon, 30 Aug 2010 10:24:10 +0000 (18:24 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:57 +0000 (10:51 +0200)
commit2f4f337248cd5660040b7e09b7287a7a0a861f3f
tree262aac82066af397975f7680707965cf4a2ce969
parent8b1fe17cc7a8b2c62b400dcbfaebd96da6b4f58e
KVM: MMU: move audit to a separate file

Move the audit code from arch/x86/kvm/mmu.c to arch/x86/kvm/mmu_audit.c

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu.c
arch/x86/kvm/mmu_audit.c [new file with mode: 0644]