Add virtio network model

This commit is contained in:
Anthony Rose 2022-09-29 20:32:24 +01:00
parent f964a65254
commit f5f87c3693

View file

@ -31,6 +31,10 @@ Creating the VM
found for this example by running "virsh vncdisplay rhel9" from
another SSH/console session.
For a virtio network card on Windows machines, add ",model=virtio" to
the --network option. Other useful options are "--ram 4096" for 4 GB
RAM, and "--vcpus 2" for a dual-CPU guest.
Tips