diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-11 11:47:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 18:09:10 +0100 |
commit | 4898e857db85ed20417b1308221d41a2057900bc (patch) | |
tree | f200743da0d2b731d704707928ee06b96c118366 /meta/conf/machine/include | |
parent | e8997d869bdee77f3eb4dbafb72e5adc480a6c3e (diff) | |
download | poky-4898e857db85ed20417b1308221d41a2057900bc.tar.gz |
qemu-x86: Add commandline options to improve boot
To try and help with the inermittent rcu stalls and boot issues with qemu
add some kernel commandline options commonly used with qemu instances which
were suggested may help.
(From OE-Core rev: d75cb16ecb3a55fd7631bf7720663e4b196421ee)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include')
-rw-r--r-- | meta/conf/machine/include/qemuboot-x86.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemuboot-x86.inc b/meta/conf/machine/include/qemuboot-x86.inc index 0038540027..a2dcdc6d5a 100644 --- a/meta/conf/machine/include/qemuboot-x86.inc +++ b/meta/conf/machine/include/qemuboot-x86.inc | |||
@@ -9,6 +9,6 @@ QB_CPU_KVM_x86-64 = "-cpu IvyBridge -machine q35" | |||
9 | 9 | ||
10 | QB_AUDIO_DRV = "alsa" | 10 | QB_AUDIO_DRV = "alsa" |
11 | QB_AUDIO_OPT = "-soundhw ac97,es1370" | 11 | QB_AUDIO_OPT = "-soundhw ac97,es1370" |
12 | QB_KERNEL_CMDLINE_APPEND = "oprofile.timer=1" | 12 | QB_KERNEL_CMDLINE_APPEND = "oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1" |
13 | QB_OPT_APPEND = "-usb -device usb-tablet" | 13 | QB_OPT_APPEND = "-usb -device usb-tablet" |
14 | 14 | ||