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 88192a3 commit 318352cCopy full SHA for 318352c
tests/runner/src/lib.rs
@@ -8,6 +8,8 @@ const QEMU_ARGS: &[&str] = &[
8
"-display",
9
"none",
10
"--no-reboot",
11
+ "-accel",
12
+ "tcg",
13
];
14
15
pub fn run_test_kernel(kernel_binary_path: &str) {
0 commit comments