diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index db35d83fa9..efc135e535 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -591,11 +591,6 @@ class BaseConfig(object): | |||
591 | 591 | ||
592 | if os.access(dev_kvm, os.W_OK|os.R_OK): | 592 | if os.access(dev_kvm, os.W_OK|os.R_OK): |
593 | self.qemu_opt_script += ' -enable-kvm' | 593 | self.qemu_opt_script += ' -enable-kvm' |
594 | if self.get('MACHINE') == "qemux86": | ||
595 | # Workaround for broken APIC window on pre 4.15 host kernels which causes boot hangs | ||
596 | # See YOCTO #12301 | ||
597 | # On 64 bit we use x2apic | ||
598 | self.kernel_cmdline_script += " clocksource=kvm-clock hpet=disable noapic nolapic" | ||
599 | else: | 594 | else: |
600 | logger.error("You have no read or write permission on /dev/kvm.") | 595 | logger.error("You have no read or write permission on /dev/kvm.") |
601 | logger.error("Please change the ownership of this file as described at:") | 596 | logger.error("Please change the ownership of this file as described at:") |