mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
docs: Add initial Xvisor doc
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
3d27b83998
commit
f34ada4e1a
|
@ -10,3 +10,6 @@ alphabetical order as well.
|
||||||
|
|
||||||
openvswitch.txt
|
openvswitch.txt
|
||||||
- example on how to setup openvswitch with qemu/kvm.
|
- example on how to setup openvswitch with qemu/kvm.
|
||||||
|
|
||||||
|
xvisor.txt
|
||||||
|
- example on how to setup Xvisor for RISC-V QEMU.
|
||||||
|
|
16
docs/xvisor.txt
Normal file
16
docs/xvisor.txt
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Simple setup for starting Xvisor on RISC-V QEMU
|
||||||
|
===============================================
|
||||||
|
|
||||||
|
This is a simple starting point for running Xvisor on RISC-V QEMU.
|
||||||
|
|
||||||
|
Currently meta-virtualisation supports running Xvisor on QEMU using the v0.5.0 RISC-V Hypervisor extensions.
|
||||||
|
|
||||||
|
Support is still experimental.
|
||||||
|
|
||||||
|
Build the images
|
||||||
|
================
|
||||||
|
$ MACHINE=qemuriscv64 bitbake xvisor-image-minimal
|
||||||
|
|
||||||
|
Run the images
|
||||||
|
==============
|
||||||
|
$ MACHINE=qemuriscv64 runqemu xvisor-image-minimal slirp nographic
|
Loading…
Reference in New Issue
Block a user