All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] kvm-15 release
@ 2007-02-25 11:09 ` Avi Kivity
  0 siblings, 0 replies; 7+ messages in thread
From: Avi Kivity @ 2007-02-25 11:09 UTC (permalink / raw)
  To: kvm-devel; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ANNOUNCE] kvm-15 release
@ 2007-02-25 11:09 ` Avi Kivity
  0 siblings, 0 replies; 7+ messages in thread
From: Avi Kivity @ 2007-02-25 11:09 UTC (permalink / raw)
  To: kvm-devel; +Cc: linux-kernel

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


-------------------------------------------------------------------------
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=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [kvm-devel] [ANNOUNCE] kvm-15 release
@ 2007-02-26  9:50   ` Gerd Hoffmann
  0 siblings, 0 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2007-02-26  9:50 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel, linux-kernel

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 <kraxel@suse.de>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] kvm-15 release
@ 2007-02-26  9:50   ` Gerd Hoffmann
  0 siblings, 0 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2007-02-26  9:50 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel, linux-kernel

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 <kraxel-l3A5Bk7waGM@public.gmane.org>

-------------------------------------------------------------------------
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=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [kvm-devel] [ANNOUNCE] kvm-15 release
@ 2007-02-26 10:01     ` Dor Laor
  0 siblings, 0 replies; 7+ messages in thread
From: Dor Laor @ 2007-02-26 10:01 UTC (permalink / raw)
  To: Gerd Hoffmann, Avi Kivity; +Cc: kvm-devel, linux-kernel


>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 <kraxel@suse.de>
>
>-----------------------------------------------------------------------
--
>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
>kvm-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] kvm-15 release
@ 2007-02-26 10:01     ` Dor Laor
  0 siblings, 0 replies; 7+ messages in thread
From: Dor Laor @ 2007-02-26 10:01 UTC (permalink / raw)
  To: Gerd Hoffmann, Avi Kivity; +Cc: kvm-devel, linux-kernel


>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 <kraxel-l3A5Bk7waGM@public.gmane.org>
>
>-----------------------------------------------------------------------
--
>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
>kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/kvm-devel

-------------------------------------------------------------------------
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=DEVDEV

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [kvm-devel] [ANNOUNCE] kvm-15 release
  2007-02-26  9:50   ` Gerd Hoffmann
  (?)
  (?)
@ 2007-02-26 10:04   ` Avi Kivity
  -1 siblings, 0 replies; 7+ messages in thread
From: Avi Kivity @ 2007-02-26 10:04 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: kvm-devel, linux-kernel

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-02-26 10:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-25 11:09 [ANNOUNCE] kvm-15 release Avi Kivity
2007-02-25 11:09 ` Avi Kivity
2007-02-26  9:50 ` [kvm-devel] " Gerd Hoffmann
2007-02-26  9:50   ` Gerd Hoffmann
2007-02-26 10:01   ` [kvm-devel] " Dor Laor
2007-02-26 10:01     ` Dor Laor
2007-02-26 10:04   ` [kvm-devel] " Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.