commit | b297e672e24687546ac74af5ae5e8c4a022b9806 | [log] [tgz] |
---|---|---|
author | Eric B Munson <emunson@mgebm.net> | Mon Oct 10 11:46:15 2011 -0400 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 27 11:17:04 2011 +0200 |
tree | f3cc38a792aea3354c00b02ccd7b98037c90464c | |
parent | a30f47cb150dd8d109923eeb65fe73e8b3e09046 [diff] |
KVM: Fix include dependency for mmu_notifier The kvm_host struct can include an mmu_notifier struct but mmu_notifier.h is not included directly. Signed-off-by: Eric B Munson <emunson@mgebm.net> Signed-off-by: Avi Kivity <avi@redhat.com>