Skip to content

Commit 318352c

Browse files
committed
Speed up QEMU using tcg accelleration, which should be available for all platforms
1 parent 88192a3 commit 318352c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/runner/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const QEMU_ARGS: &[&str] = &[
88
"-display",
99
"none",
1010
"--no-reboot",
11+
"-accel",
12+
"tcg",
1113
];
1214

1315
pub fn run_test_kernel(kernel_binary_path: &str) {

0 commit comments

Comments
 (0)