mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Add module 2- 2. Enabling hardware virtualization support
This commit is contained in:
parent
048353c1d9
commit
c371adeaf8
1 changed files with 32 additions and 0 deletions
32
en-US/modules/proc_enabling_hardware_virtualization_support
Normal file
32
en-US/modules/proc_enabling_hardware_virtualization_support
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[[installing-and-configuring-fedora-for-virtualized-guests]]
|
||||||
|
== Installing and configuring Fedora for virtualized guests
|
||||||
|
|
||||||
|
This section covers setting up `libvirt` on your system. After setting up `libvirt`, you can create
|
||||||
|
virtualized guest operating systems, also known as virtual machines.
|
||||||
|
|
||||||
|
|
||||||
|
[[system-requirements]]
|
||||||
|
=== System requirements
|
||||||
|
|
||||||
|
To run virtualization on Fedora, you need:
|
||||||
|
|
||||||
|
* At least 600MB of hard disk storage per guest. A minimal command-line
|
||||||
|
Fedora system requires 600MB of storage. Standard Fedora desktop guests
|
||||||
|
require at least 3GB of space.
|
||||||
|
* At least 256MB of RAM per guest, plus 256MB for the base operating system. At least
|
||||||
|
756MB is recommended for each guest of a modern operating system. A good way to estimate this is to think about how much memory is required for the
|
||||||
|
operating system normally, and allocate that amount to the virtualized
|
||||||
|
guest.
|
||||||
|
|
||||||
|
KVM requires a CPU with virtualization extensions, found on most
|
||||||
|
consumer CPUs. These extensions are called Intel VT or AMD-V.
|
||||||
|
To check whether you have CPU support, run the following
|
||||||
|
command:
|
||||||
|
|
||||||
|
----
|
||||||
|
$ egrep '^flags.*(vmx|svm)' /proc/cpuinfo
|
||||||
|
----
|
||||||
|
|
||||||
|
If this command results in nothing printed, your system does not support the relevant virtualization
|
||||||
|
extensions. You can still use QEMU/KVM, but the emulator will fall
|
||||||
|
back to software virtualization, which is much slower.
|
Loading…
Reference in a new issue