HOWTO: Difference between revisions

From KVM
No edit summary
(18 intermediate revisions by 14 users not shown)
Line 2: Line 2:


== General ==
== General ==
* [http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/index.jsp?topic=/liaai/kvminstall/liaaikvminstallstart.htm IBM Linux Blueprint: Quick Start Guide for installing and running KVM]
* [http://www.ibm.com/support/knowledgecenter/linuxonibm/liabq/liabqquick.htm IBM PowerKVM: Quick Start Guides for installing PowerKVM]
* [http://www.ibm.com/support/knowledgecenter/linuxonibm/liabo/liabokickoff.htm IBM PowerKVM]
* [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.basicsedv.de/bthesis.html 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]


== Network related ==
== Network related ==
Line 19: Line 21:


=== USB ===
=== USB ===
* [[USB Host Device Assigned to Guest]]
* [[usb related]]
* [[usb related]]


Line 29: Line 32:
=== Sound ===
=== Sound ===
* Using [[Sound]] in the guest
* Using [[Sound]] in the guest
=== Display ===
* Using qxl and [[SPICE]] in the guest


=== virtio ===
=== virtio ===
Line 40: Line 46:
=== cdrom ===
=== cdrom ===
* [[Change cdrom| Changing disks in the cdrom drive]]
* [[Change cdrom| Changing disks in the cdrom drive]]
=== sharing files with the host ===
* Using [[9p virtio]] to share files between host and guest




Line 45: Line 54:


=== Gentoo ===
=== Gentoo ===
* [http://wiki.gentoo.org/wiki/QEMU Wiki article].
* [[KvmOnGentoo|KVM on Gentoo hosts]]
* [[KvmOnGentoo|KVM on Gentoo hosts]]


Line 56: Line 66:
* [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 ]
=== RHEL/CentOS 7 ===
* [http://linux.dell.com/files/whitepapers/KVM_Virtualization_in_RHEL_7_Made_Easy.pdf KVM Virtualization in RHEL 7 Made Easy]


=== BSD ===
=== BSD ===
Line 66: Line 79:
* [[WindowsGuestDrivers|Information about guest drivers]]
* [[WindowsGuestDrivers|Information about guest drivers]]
* [[Windows7Install|Install Windows 7]]
* [[Windows7Install|Install Windows 7]]
* [http://wp.libpf.com/?p=186 Windows 7 as guest on Debian squeeze] - with libvirt's virt-install recipe and virtio disk driver step-by-step instructions
* [http://www.returnbooleantrue.com/2015/04/making-your-windows-kvm-guest-boxes-fly.html Installing virtio drivers in Windows for Ubuntu hosts]


=== Windows Vista ===
=== Windows Vista ===
Line 76: Line 91:
* [http://www.papercut.com/blog/chris/2008/11/14/using-kvm-to-securely-host-servers-in-a-dmz/ Hosting your VMs in a DMZ] - a management and configuration script to assist with setting up a VM in a semi-secured demilitarized zone.
* [http://www.papercut.com/blog/chris/2008/11/14/using-kvm-to-securely-host-servers-in-a-dmz/ Hosting your VMs in a DMZ] - a management and configuration script to assist with setting up a VM in a semi-secured demilitarized zone.
* [http://pve.proxmox.com/wiki/Bare-metal_ISO_Installer Bare-metal] installer with KVM
* [http://pve.proxmox.com/wiki/Bare-metal_ISO_Installer Bare-metal] installer with KVM
* [[kvmtools|Python scripts to manage qemu-kvm guest from cmdline]] - yet anoth er qemu-kvm script  
* [[kvmtools|Python scripts to manage qemu-kvm guest from cmdline]] - yet another qemu-kvm script  
* [https://github.com/tmartinfr/kvm-simple-init kvm-simple-init] - Simple init script to manage KVM virtual machines


=== libvirt ===
=== libvirt ===
Line 85: Line 101:


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

Revision as of 23:23, 19 January 2017

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


Operating System related

Gentoo

Ubuntu

Fedora

Arch

RHEL/CentOS 7

BSD

Windows

Windows Vista

Scripting & Software

libvirt

Other