On 09/06/21 16:02, Siddharth Chandrasekaran wrote:
KVM module parameter force_emulation_prefix is misspelled with a
"forced"; fix it.
Signed-off-by: Siddharth Chandrasekaran <sidcha@xxxxxxxxx>
---
x86/emulator.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x86/emulator.c b/x86/emulator.c
index 6100b6d..97f28ba 100644
--- a/x86/emulator.c
+++ b/x86/emulator.c
@@ -1124,7 +1124,7 @@ int main(void)
test_mov_dr(mem);
} else {
report_skip("skipping register-only tests, "
- "use kvm.forced_emulation_prefix=1 to enable");
+ "use kvm.force_emulation_prefix=1 to enable");
}
test_push16(mem);
Queued this one, thanks!
Paolo