aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2007-10-31 18:24:23 -0400
committerAvi Kivity <avi@qumranet.com>2008-01-30 10:52:59 -0500
commit417bc3041f5e66df1ce7f03d8fc481c3b12f250a (patch)
tree6c09ddc5adadd3696aa78e6e3fc219a2e8e63bae /drivers/kvm/kvm_main.c
parent1c73ef66502311d9aff7fed7d7f970288329c6cb (diff)
KVM: Portability: Make exported debugfs data architecture-specific
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm_main.c')
-rw-r--r--drivers/kvm/kvm_main.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/drivers/kvm/kvm_main.c b/drivers/kvm/kvm_main.c
index cac66d505f57..58a5f399ad85 100644
--- a/drivers/kvm/kvm_main.c
+++ b/drivers/kvm/kvm_main.c
@@ -63,31 +63,6 @@ EXPORT_SYMBOL_GPL(kvm_vcpu_cache);
63 63
64static __read_mostly struct preempt_ops kvm_preempt_ops; 64static __read_mostly struct preempt_ops kvm_preempt_ops;
65 65
66#define STAT_OFFSET(x) offsetof(struct kvm_vcpu, stat.x)
67
68static struct kvm_stats_debugfs_item {
69 const char *name;
70 int offset;
71 struct dentry *dentry;
72} debugfs_entries[] = {
73 { "pf_fixed", STAT_OFFSET(pf_fixed) },
74 { "pf_guest", STAT_OFFSET(pf_guest) },
75 { "tlb_flush", STAT_OFFSET(tlb_flush) },
76 { "invlpg", STAT_OFFSET(invlpg) },
77 { "exits", STAT_OFFSET(exits) },
78 { "io_exits", STAT_OFFSET(io_exits) },
79 { "mmio_exits", STAT_OFFSET(mmio_exits) },
80 { "signal_exits", STAT_OFFSET(signal_exits) },
81 { "irq_window", STAT_OFFSET(irq_window_exits) },
82 { "halt_exits", STAT_OFFSET(halt_exits) },
83 { "halt_wakeup", STAT_OFFSET(halt_wakeup) },
84 { "request_irq", STAT_OFFSET(request_irq_exits) },
85 { "irq_exits", STAT_OFFSET(irq_exits) },
86 { "light_exits", STAT_OFFSET(light_exits) },
87 { "efer_reload", STAT_OFFSET(efer_reload) },
88 { NULL }
89};
90
91static struct dentry *debugfs_dir; 66static struct dentry *debugfs_dir;
92 67
93static long kvm_vcpu_ioctl(struct file *file, unsigned int ioctl, 68static long kvm_vcpu_ioctl(struct file *file, unsigned int ioctl,