| 1 | [[PageOutline]] |
| 2 | [[TitleIndex(TipAndDoc/VM/KVM,format=group)]] |
| 3 | |
| 4 | = KVM = |
| 5 | * [https://help.ubuntu.com/community/KVM The Kernel Virtual Machine - Community Ubuntu Documentation] |
| 6 | * [http://blog.sibrof.net/ken/2008/05/17/778/ KVM – Ubuntu Hardy | Ken's blog] |
| 7 | * [http://blog.sibrof.net/ken/2008/05/18/779/ 動き出したUbuntu Hardy on KVM | Ken's blog] |
| 8 | * [http://research.sakura.ad.jp/2010/11/17/kvm-desktop/ KVMを使う(Ubuntu Desktop編) « さくらインターネット研究所] |
| 9 | |
| 10 | * Intel-VT or AMD-V が必須 |
| 11 | {{{ |
| 12 | egrep '(vmx|svm)' --color=always /proc/cpuinfo |
| 13 | }}} |
| 14 | * AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ with ASUS M2A-VM HDMI => attachment:amdv.png |
| 15 | |
| 16 | == Client == |
| 17 | * http://www.davereyn.co.uk/ Qemu Manager (for Windows) |
| 18 | |