HOWTO: Difference between revisions

From KVM
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 50: Line 50:
* Using [[9p virtio]] to share files between host and guest
* Using [[9p virtio]] to share files between host and guest


=== vnvdimm ===
* [https://github.com/qemu/qemu/blob/master/docs/nvdimm.txt Using nvdimm in guest]


== Operating System related ==
== Operating System related ==


=== Gentoo ===
=== Gentoo ===
* Gentoo has [http://wiki.gentoo.org/wiki/QEMU good page about qemu/kvm in their wiki].
* [http://wiki.gentoo.org/wiki/QEMU Wiki article].
* [[KvmOnGentoo|KVM on Gentoo hosts]]
* [[KvmOnGentoo|KVM on Gentoo hosts]]


Line 66: Line 68:
* [http://fedoraproject.org/wiki/Virtualization_Quick_Start Fedora Virt Quick Start]
* [http://fedoraproject.org/wiki/Virtualization_Quick_Start Fedora Virt Quick Start]


=== ArchLinux ===
=== Arch ===
* [http://wiki.archlinux.org/index.php/Kvm Setting up KVM on ArchLinux]
* [http://wiki.archlinux.org/index.php/Kvm Setting up KVM on Arch]
* [http://wiki.archlinux.org/index.php/Qemu Detailed QEMU Tutorial ]
* [http://wiki.archlinux.org/index.php/Qemu Detailed QEMU Tutorial ]



Latest revision as of 10:37, 8 August 2019

Howto's

General

Network related

Hardware related

USB

Ethernet

PCI

Sound

Display

  • Using qxl and SPICE in the guest

virtio

vhost

cdrom

sharing files with the host

  • Using 9p virtio to share files between host and guest

vnvdimm

Operating System related

Gentoo

Ubuntu

Fedora

Arch

RHEL/CentOS 7

BSD

Windows

Windows Vista

Scripting & Software

libvirt

Other