mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-06 05:31:50 +00:00
kvm tools: Drop "notsc" no longer needed kernel option
"notsc" option has been used to avoid APIC calibration problem at early days when we didn't support APIC at all. Now with KVM APIC emulation used there is no longer need for this option. Drop it. Reported-by: Richard Weinberger <richard@nod.at> Tested-by: Richard Weinberger <richard@nod.at> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
7dd5639103
commit
c271766bed
+1
-1
@@ -830,7 +830,7 @@ int kvm_cmd_run(int argc, const char **argv, const char *prefix)
|
||||
vidmode = 0;
|
||||
|
||||
memset(real_cmdline, 0, sizeof(real_cmdline));
|
||||
strcpy(real_cmdline, "notsc noapic noacpi pci=conf1 reboot=k panic=1 i8042.direct=1 "
|
||||
strcpy(real_cmdline, "noapic noacpi pci=conf1 reboot=k panic=1 i8042.direct=1 "
|
||||
"i8042.dumbkbd=1 i8042.nopnp=1");
|
||||
if (vnc || sdl) {
|
||||
strcat(real_cmdline, " video=vesafb console=tty0");
|
||||
|
||||
Reference in New Issue
Block a user