HOWTO: Difference between revisions
From KVM
No edit summary |
(try to restructure the site in a useful manner) |
||
Line 1: | Line 1: | ||
= Howto's = | = Howto's = | ||
== General == | |||
* [[HOWTO1 | Getting KVM to run on your machine]] | * [[HOWTO1 | Getting KVM to run on your machine]] | ||
* [[choose the right kvm & kernel version]] | |||
* [[How To Migrate From Vmware To KVM]] | |||
== Network related == | |||
* [[Networking| Setting guest network]] | * [[Networking| Setting guest network]] | ||
* [[NetConsole| set up a network console]] | * [[NetConsole| set up a network console]] | ||
* [[ | |||
* [[ | == Hardware related == | ||
* [[How to assign devices with VT-d in KVM]] | |||
* [[Enable VT-X on Mac Pro (Early 2008)]] | |||
=== USB === | |||
* [[usb related]] | |||
=== Ethernet === | |||
* [[ethernet_related]] | |||
=== PCI === | |||
* [[hotadd pci devices]] | |||
=== virtio === | |||
* [[boot from virtio block device]] | * [[boot from virtio block device]] | ||
* [[Using VirtIO NIC|use virtio_net interface]] in the guest (Debian) | * [[Using VirtIO NIC|use virtio_net interface]] in the guest (Debian) | ||
== Ubuntu | == Operating System related == | ||
=== Ubuntu === | |||
* [http://www.howtoforge.com/using-kvm-on-ubuntu-gutsy-gibbon using-kvm-on-ubuntu-gutsy-gibbon] | * [http://www.howtoforge.com/using-kvm-on-ubuntu-gutsy-gibbon using-kvm-on-ubuntu-gutsy-gibbon] | ||
* [[AnthonyLiguori/Networking| Setting up NAT with KVM in Ubuntu]] | * [[AnthonyLiguori/Networking| Setting up NAT with KVM in Ubuntu]] | ||
* [https://help.ubuntu.com/community/KVM Running Guest Systems on Ubuntu 7.04 Feisty Fawn] | * [https://help.ubuntu.com/community/KVM Running Guest Systems on Ubuntu 7.04 Feisty Fawn] | ||
== BSD | === BSD === | ||
* [http://www.linux-kvm.org/page/BSD KVM on BSD, FreeBSD] | * [http://www.linux-kvm.org/page/BSD KVM on BSD, FreeBSD] | ||
== Windows Vista | === Windows Vista === | ||
* [[Vista Networking Workaround]] | * [[Vista Networking Workaround]] | ||
== | == Scripting & Software == | ||
* [[ | * [[HowToConfigScript|Configuration Script for KVM]] - a complete management utility, configuration file format, and init script. | ||
* [[simple shell script to manage your virtual machine with bridged networking]] | |||
* [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 | |||
=== libvirt === | |||
* [[Running libvirt with KVM]] | |||
== Other == | |||
* [[HOWTO VMGL]] - OpenGL support for Linux guests | |||
* [[ |
Revision as of 16:14, 9 May 2009
Howto's
General
- Getting KVM to run on your machine
- choose the right kvm & kernel version
- How To Migrate From Vmware To KVM
USB
Ethernet
PCI
virtio
- boot from virtio block device
- use virtio_net interface in the guest (Debian)
Ubuntu
- using-kvm-on-ubuntu-gutsy-gibbon
- Setting up NAT with KVM in Ubuntu
- Running Guest Systems on Ubuntu 7.04 Feisty Fawn
BSD
Windows Vista
Scripting & Software
- Configuration Script for KVM - a complete management utility, configuration file format, and init script.
- simple shell script to manage your virtual machine with bridged networking
- Hosting your VMs in a DMZ - a management and configuration script to assist with setting up a VM in a semi-secured demilitarized zone.
- Bare-metal installer with KVM
libvirt
Other
- HOWTO VMGL - OpenGL support for Linux guests