diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-04-21 20:04:41 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-04-21 20:04:41 +0200 |
commit | 123857a705603a1d10d2adc02e9dcd065b0e1cb1 (patch) | |
tree | 0b557c8b24c2fe2f771a2858d0fb84636f85d277 /virt | |
parent | 085e68eeafbf76e21848ad5bafaecec88a11dd64 (diff) | |
parent | 66feed61cdf6ee65fd551d3460b1efba6bee55b8 (diff) | |
download | linux-123857a705603a1d10d2adc02e9dcd065b0e1cb1.tar.bz2 |
Merge tag 'signed-kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into kvm-master
Patch queue for ppc - 2015-04-21
This is the latest queue for KVM on PowerPC changes. Highlights this
time around:
- Book3S HV: Debugging aids
- Book3S HV: Minor performance improvements
- Book3S HV: Cleanups
Diffstat (limited to 'virt')
-rw-r--r-- | virt/kvm/kvm_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index d3fc9399062a..90977418aeb6 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c @@ -89,6 +89,7 @@ EXPORT_SYMBOL_GPL(kvm_vcpu_cache); static __read_mostly struct preempt_ops kvm_preempt_ops; struct dentry *kvm_debugfs_dir; +EXPORT_SYMBOL_GPL(kvm_debugfs_dir); static long kvm_vcpu_ioctl(struct file *file, unsigned int ioctl, unsigned long arg); |