public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@qumranet.com>
To: kvm-devel@lists.sourceforge.net
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [ANNOUNCE] KVM userspace release 5
Date: Tue, 28 Nov 2006 17:58:48 +0200	[thread overview]
Message-ID: <456C5CB8.6090909@qumranet.com> (raw)

http://kvm.sourceforge.net

Changes:

 - AMD SVM support (x86-64 hosts only)
 - Preliminary live migration support
 - 'make install' also installs kernel modules, if selected
 - random fixes

The kernel package in this release produces three modules: kvm.ko, 
kvm-intel.ko, and kvm-amd.ko.  To use kvm, you must either 'modprobe 
kvm-$arch', or 'insmod /path/to/kvm.ko; insmod /path/to/kvm-$arch.ko'.

The new live migration feature (at present more accurately described as 
"zombie migration", since the guest does not make progress while it is 
migrated) can be used as follows (assume two hosts A, B):

1. A: Start a VM. Play with it for a while.
2. B: Start a VM with *exactly* the same options, plus a '-S'.  The disk 
images must be shared.
3. A: switch to monitor (alt-ctrl-2), type 'stop'.
4. B: switch to monitor, type 'migration listen'.
5. A: 'migration connect'
6. A: 'migration start offline'
7. A: 'quit'
8: B: 'cont', and switch to display (alt-ctrl-1)


-- 
error compiling committee.c: too many arguments to function

                 reply	other threads:[~2006-11-28 15:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=456C5CB8.6090909@qumranet.com \
    --to=avi@qumranet.com \
    --cc=kvm-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox