Commit 2e6757a
test(run-qemu): check if /dev/kvm is readable and writable
In case `/dev/kvm` is not readable or writable, enabling KVM will fail:
```
run-qemu: timeout --foreground 600 /usr/bin/qemu-system-aarch64 -enable-kvm -cpu host [...]
qemu-system-aarch64: Could not access KVM kernel module: Permission denied
qemu-system-aarch64: failed to initialize kvm: Permission denied
```1 parent ca3f51b commit 2e6757a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments