From b1dff67686f6c38ac712b787c14e646ef85fb7ca Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 23 Mar 2009 17:39:48 +0200 Subject: [PATCH] --- yaml --- r: 146507 b: refs/heads/master c: 736caefe1511d9d1116ed4ffb0ea95b7368beb1f h: refs/heads/master i: 146505: 01fcbcd2b145f1a7bd568e08f185e7bff6867154 146503: 094541c742437d9f1160dd5c5086a952a6dd7115 v: v3 --- [refs] | 2 +- trunk/arch/x86/kvm/vmx.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 7393473689fe..841f611d83da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6062d012ed23c29672bb0f93ebcfb8e556def726 +refs/heads/master: 736caefe1511d9d1116ed4ffb0ea95b7368beb1f diff --git a/trunk/arch/x86/kvm/vmx.c b/trunk/arch/x86/kvm/vmx.c index 85f4fd541756..a69ba6ba4211 100644 --- a/trunk/arch/x86/kvm/vmx.c +++ b/trunk/arch/x86/kvm/vmx.c @@ -42,13 +42,13 @@ static int bypass_guest_pf = 1; module_param(bypass_guest_pf, bool, S_IRUGO); static int enable_vpid = 1; -module_param(enable_vpid, bool, 0444); +module_param_named(vpid, enable_vpid, bool, 0444); static int flexpriority_enabled = 1; -module_param(flexpriority_enabled, bool, S_IRUGO); +module_param_named(flexpriority, flexpriority_enabled, bool, S_IRUGO); static int enable_ept = 1; -module_param(enable_ept, bool, S_IRUGO); +module_param_named(ept, enable_ept, bool, S_IRUGO); static int emulate_invalid_guest_state = 0; module_param(emulate_invalid_guest_state, bool, S_IRUGO);