summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/runqemu5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 61a7f1820a..09b0ad5ed5 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -584,11 +584,6 @@ to your build configuration.
584 584
585 if os.access(dev_kvm, os.W_OK|os.R_OK): 585 if os.access(dev_kvm, os.W_OK|os.R_OK):
586 self.qemu_opt_script += ' -enable-kvm' 586 self.qemu_opt_script += ' -enable-kvm'
587 if self.get('MACHINE') == "qemux86":
588 # Workaround for broken APIC window on pre 4.15 host kernels which causes boot hangs
589 # See YOCTO #12301
590 # On 64 bit we use x2apic
591 self.kernel_cmdline_script += " clocksource=kvm-clock hpet=disable noapic nolapic"
592 else: 587 else:
593 logger.error("You have no read or write permission on /dev/kvm.") 588 logger.error("You have no read or write permission on /dev/kvm.")
594 logger.error("Please change the ownership of this file as described at:") 589 logger.error("Please change the ownership of this file as described at:")