2007-02-25 11:09:12

by Avi Kivity

[permalink] [raw]
Subject: [ANNOUNCE] kvm-15 release

The big news today is that live migration works with kvm (kvm-14 could
do live migration, but only with -no-kvm). See
http://kvm.qumranet.com/kvmwiki/Migration for instructions.

Changes from kvm-14:
- live migration with kvm (Uri Lublin)
- based on Anthony Liguori's qemu patches
- new userspace interface (work in progress)
- the usual random fixes

Note that if you use the modules from Linux 2.6.20, you need to use
kvm-12. You can use kvm-15 with Linux 2.6.20, provided you use the
external module included in kvm-15. API/ABI stability is planned for
Linux 2.6.21.

http://kvm.qumranet.com

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


2007-02-26 09:50:07

by Gerd Hoffmann

[permalink] [raw]
Subject: Re: [kvm-devel] [ANNOUNCE] kvm-15 release

Avi Kivity wrote:
> - new userspace interface (work in progress)

kvmfs in kvm-15 kernel code does not to build with older kernels (2.6.16
fails, 2.6.18 works ok), looks like the reason are some changes in
superblock handling.

Do you intend to fix that?

cheers,
Gerd

--
Gerd Hoffmann <[email protected]>

2007-02-26 10:01:22

by Dor Laor

[permalink] [raw]
Subject: RE: [kvm-devel] [ANNOUNCE] kvm-15 release


>Avi Kivity wrote:
>> - new userspace interface (work in progress)
>
>kvmfs in kvm-15 kernel code does not to build with older kernels
(2.6.16
>fails, 2.6.18 works ok), looks like the reason are some changes in
>superblock handling.
>
>Do you intend to fix that?

Did you run the make sync under the svn kernel directory?
It uses sed to replace the f_path.dentry with backward compatible
f_dentry.

>
>cheers,
> Gerd
>
>--
>Gerd Hoffmann <[email protected]>
>
>-----------------------------------------------------------------------
--
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share
>your
>opinions on IT & business topics through brief surveys-and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVD
EV
>_______________________________________________
>kvm-devel mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/kvm-devel

2007-02-26 10:04:36

by Avi Kivity

[permalink] [raw]
Subject: Re: [kvm-devel] [ANNOUNCE] kvm-15 release

Gerd Hoffmann wrote:
> Avi Kivity wrote:
>
>> - new userspace interface (work in progress)
>>
>
> kvmfs in kvm-15 kernel code does not to build with older kernels (2.6.16
> fails, 2.6.18 works ok), looks like the reason are some changes in
> superblock handling.
>
> Do you intend to fix that?
>

Yes, though it's rather low priority right now. Patches will be applied.

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