Pulled partials into the text body.

This commit is contained in:
Peter Boy 2023-03-21 10:41:40 +01:00
parent a54afa41d0
commit bf822ef62f
4 changed files with 100 additions and 8 deletions

View file

@ -0,0 +1,21 @@
[[proc_testing-nested-virtualization]]
= Testing nested virtualization
. Start the virtual machine.
. On the virtual machine, run:
+
----
sudo dnf group install virtualization
----
+
. Verify that the virtual machine has virtualization correctly set up:
+
----
sudo virt-host-validate
QEMU: Checking for hardware virtualization : PASS
QEMU: Checking if device /dev/kvm exists : PASS
QEMU: Checking if device /dev/kvm is accessible : PASS
QEMU: Checking if device /dev/vhost-net exists : PASS
QEMU: Checking if device /dev/net/tun exists : PASS
...
----