diff options
-rw-r--r-- | docs/00-INDEX | 3 | ||||
-rw-r--r-- | docs/xvisor.txt | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/00-INDEX b/docs/00-INDEX index a2ffd99f..5aa1b3c5 100644 --- a/docs/00-INDEX +++ b/docs/00-INDEX | |||
@@ -10,3 +10,6 @@ alphabetical order as well. | |||
10 | 10 | ||
11 | openvswitch.txt | 11 | openvswitch.txt |
12 | - example on how to setup openvswitch with qemu/kvm. | 12 | - example on how to setup openvswitch with qemu/kvm. |
13 | |||
14 | xvisor.txt | ||
15 | - example on how to setup Xvisor for RISC-V QEMU. | ||
diff --git a/docs/xvisor.txt b/docs/xvisor.txt new file mode 100644 index 00000000..6f31f228 --- /dev/null +++ b/docs/xvisor.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | Simple setup for starting Xvisor on RISC-V QEMU | ||
2 | =============================================== | ||
3 | |||
4 | This is a simple starting point for running Xvisor on RISC-V QEMU. | ||
5 | |||
6 | Currently meta-virtualisation supports running Xvisor on QEMU using the v0.5.0 RISC-V Hypervisor extensions. | ||
7 | |||
8 | Support is still experimental. | ||
9 | |||
10 | Build the images | ||
11 | ================ | ||
12 | $ MACHINE=qemuriscv64 bitbake xvisor-image-minimal | ||
13 | |||
14 | Run the images | ||
15 | ============== | ||
16 | $ MACHINE=qemuriscv64 runqemu xvisor-image-minimal slirp nographic | ||