HOWTO: Difference between revisions

From KVM
mNo edit summary
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 6: Line 6:
* [http://www.ibm.com/support/knowledgecenter/linuxonibm/liaai/kvminstall/liaaikvminstallstart.htm IBM Linux Blueprint: Quick Start Guide for installing and running KVM]
* [http://www.ibm.com/support/knowledgecenter/linuxonibm/liaai/kvminstall/liaaikvminstallstart.htm IBM Linux Blueprint: Quick Start Guide for installing and running KVM]
* [[HOWTO1 | Getting KVM to run on your machine]]
* [[HOWTO1 | Getting KVM to run on your machine]]
* [[choose the right kvm & kernel version]]
* [[Choose the right kvm & kernel version]]
* [[How To Migrate From Vmware To KVM]]
* [[How To Migrate From Vmware To KVM]]
* [http://www.scribd.com/doc/17380947/Migrating-from-UML-to-Xen-and-Kernel-Based-Virtual-Machines Migrating User Mode Linux to Xen and KVM]
* [http://www.scribd.com/doc/17380947/Migrating-from-UML-to-Xen-and-Kernel-Based-Virtual-Machines Migrating User Mode Linux to Xen and KVM]
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 ]


Line 101: Line 103:


* [[HOWTO VMGL]] - OpenGL support for Linux guests
* [[HOWTO VMGL]] - OpenGL support for Linux guests
[[Category:Docs]][[Category:HowTo]]

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