Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit b26d74c

Browse files
RuoqingHerbradford
authored andcommitted
riscv64: Update README.md
Update `README.md` since riscv64 is introduced as experimental. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 1f1b34e commit b26d74c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ as the code documentation.
1818

1919
## Supported Platforms
2020

21-
The kvm-ioctls can be used on x86_64 and aarch64.
21+
The kvm-ioctls can be used on x86_64, aarch64 and riscv64 (experimental).
2222

2323
## Running the tests
2424

@@ -28,14 +28,16 @@ For the complete list of tests, check our
2828
[CI pipeline](https://buildkite.com/rust-vmm/kvm-ioctls-ci).
2929

3030
Each individual test runs in a container. To reproduce a test locally, you can
31-
use the dev-container on both x86 and arm64.
31+
use the dev-container on x86_64, arm64 and riscv64.
3232

3333
```bash
34+
# For running riscv64 tests, replace v47 with v47-riscv. This provides an
35+
# emulated riscv64 environment on a x86_64 host.
3436
docker run --device=/dev/kvm \
3537
-it \
3638
--security-opt seccomp=unconfined \
3739
--volume $(pwd)/kvm-ioctls:/kvm-ioctls \
38-
rustvmm/dev:v16
40+
rustvmm/dev:v47
3941
cd kvm-ioctls/
4042
cargo test
4143
```

0 commit comments

Comments
 (0)