VirtFeatureVerification

Differences between revisions 2 and 3
Revision 2 as of 2010-06-15 18:48:38
Size: 736
Editor: cpe-66-69-252-85
Comment: added serial console section
Revision 3 as of 2010-06-15 18:59:26
Size: 978
Editor: cpe-66-69-252-85
Comment: added vnc section
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 {{{ kvm -serial stdio }}}  {{{
kvm -serial stdio
}}}
Line 16: Line 18:

=== QEMU Feature: VNC ===
 * '''Command line''':
 {{{
kvm -vnc :1
}}}
 * '''Additional setup''': Run {{{vncviewer :1}}} from another command prompt
 * '''Result''': VM's graphical display should be in a VNC window, rather than SDL

The Ubuntu Hypervisor stack consists of qemu-kvm and libvirt at its core. QEMU provides the userspace emulation, KVM provides the kernel acceleration, and libvirt provides an abstraction layer for applications to interface with various hypervisors at an API level.

This page is dedicated to enumerating and tracking the testing of some of the basic and advanced features of this hypervisor stack.

For basic documentation, see:

Results

QEMU Feature: Serial Console

  • Command line:

    kvm -serial stdio
  • Additional setup: Add console=ttyS0 to the kernel boot parameter

  • Result: Serial console input/output is on stdio of the shell that launched the VM

QEMU Feature: VNC

  • Command line:

    kvm -vnc :1
  • Additional setup: Run vncviewer :1 from another command prompt

  • Result: VM's graphical display should be in a VNC window, rather than SDL

VirtFeatureVerification (last edited 2011-01-22 15:36:50 by cpe-66-69-252-85)