We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64dcfb commit 08fafacCopy full SHA for 08fafac
tools/testing/kunit/qemu_configs/x86_64.py
@@ -7,4 +7,6 @@
7
qemu_arch='x86_64',
8
kernel_path='arch/x86/boot/bzImage',
9
kernel_command_line='console=ttyS0',
10
- extra_qemu_params=[])
+ # qboot is faster than SeaBIOS and doesn't mess up
11
+ # the terminal.
12
+ extra_qemu_params=['-bios', 'qboot.rom'])
0 commit comments