mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
17 lines
490 B
Plaintext
17 lines
490 B
Plaintext
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
|