kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] qemu-kvm-0.10.4
@ 2009-05-12 16:31 Avi Kivity
  2009-05-12 20:30 ` Farkas Levente
  0 siblings, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2009-05-12 16:31 UTC (permalink / raw)
  To: KVM list

qemu-kvm-0.10.4 is now available.  This is the first release of the 0.10 
stable branch of qemu-kvm.  The qemu-kvm 0.10.4 includes all of the 
features and fixes of qemu-0.10.4, plus adaptations for improved kvm 
support.

Note that qemu-kvm releases do not include the kvm external modules 
(kvm*.ko); you can use the modules provided by your distribution, 
modules from the development releases (kvm-xx), or from the kvm-kmod 
stable branch releases once they become available.

As this is the first release of this branch there is no changelog; 
qemu-kvm-0.10.4 is roughly equivalent (but is not identical) to qemu 
from kvm-84.

http://www.linux-kvm.org

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


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

* Re: [ANNOUNCE] qemu-kvm-0.10.4
  2009-05-12 16:31 [ANNOUNCE] qemu-kvm-0.10.4 Avi Kivity
@ 2009-05-12 20:30 ` Farkas Levente
  2009-05-13  9:48   ` Mark McLoughlin
  0 siblings, 1 reply; 5+ messages in thread
From: Farkas Levente @ 2009-05-12 20:30 UTC (permalink / raw)
  To: Avi Kivity; +Cc: KVM list

Avi Kivity wrote:
> qemu-kvm-0.10.4 is now available.  This is the first release of the 0.10
> stable branch of qemu-kvm.  The qemu-kvm 0.10.4 includes all of the
> features and fixes of qemu-0.10.4, plus adaptations for improved kvm
> support.
> 
> Note that qemu-kvm releases do not include the kvm external modules
> (kvm*.ko); you can use the modules provided by your distribution,
> modules from the development releases (kvm-xx), or from the kvm-kmod
> stable branch releases once they become available.
>
> As this is the first release of this branch there is no changelog;
> qemu-kvm-0.10.4 is roughly equivalent (but is not identical) to qemu
> from kvm-84.

this's the plan? ie. the stable userspace will be about kvm-84?
what's the plan for kvm-kmod release date and it's also be somewhere ~ 84?

-- 
  Levente                               "Si vis pacem para bellum!"

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

* Re: [ANNOUNCE] qemu-kvm-0.10.4
  2009-05-12 20:30 ` Farkas Levente
@ 2009-05-13  9:48   ` Mark McLoughlin
  2009-05-13 10:16     ` Farkas Levente
  2009-05-14  9:32     ` Avi Kivity
  0 siblings, 2 replies; 5+ messages in thread
From: Mark McLoughlin @ 2009-05-13  9:48 UTC (permalink / raw)
  To: Farkas Levente; +Cc: Avi Kivity, KVM list

On Tue, 2009-05-12 at 22:30 +0200, Farkas Levente wrote:
> Avi Kivity wrote:
> > qemu-kvm-0.10.4 is now available.  This is the first release of the 0.10
> > stable branch of qemu-kvm.  The qemu-kvm 0.10.4 includes all of the
> > features and fixes of qemu-0.10.4, plus adaptations for improved kvm
> > support.
> > 
> > Note that qemu-kvm releases do not include the kvm external modules
> > (kvm*.ko); you can use the modules provided by your distribution,
> > modules from the development releases (kvm-xx), or from the kvm-kmod
> > stable branch releases once they become available.
> >
> > As this is the first release of this branch there is no changelog;
> > qemu-kvm-0.10.4 is roughly equivalent (but is not identical) to qemu
> > from kvm-84.
> 
> this's the plan? ie. the stable userspace will be about kvm-84?
> what's the plan for kvm-kmod release date and it's also be somewhere ~ 84?

AIUI it, the plan is:

  - There will be stable releases of qemu-kvm in sync with qemu 
    upstream releases - e.g. you can expect a qemu-kvm-0.11.0 release
    shortly after qemu-0.11.0 is released

  - There will be no stable releases, as such, of the kernel module. 
    You should use upstream linux releases instead - e.g. the latest
    stable release is 2.6.29.2

  - The kvm-XX releases are development snapshots of the kvm.git and 
    qemu-kvm.git code

For example, in Fedora, our plan is that we will ship the kvm.ko
included in upstream linux releases and the qemu-kvm stable releases[1].
We may include qemu-kvm from kvm-XX releases during the development of
the next Fedora release, but only as a preview of the next qemu-kvm
stable release.

Cheers,
Mark.

[1] - https://admin.fedoraproject.org/updates/qemu-0.10.4-1.fc11


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

* Re: [ANNOUNCE] qemu-kvm-0.10.4
  2009-05-13  9:48   ` Mark McLoughlin
@ 2009-05-13 10:16     ` Farkas Levente
  2009-05-14  9:32     ` Avi Kivity
  1 sibling, 0 replies; 5+ messages in thread
From: Farkas Levente @ 2009-05-13 10:16 UTC (permalink / raw)
  To: Mark McLoughlin; +Cc: Avi Kivity, KVM list

Mark McLoughlin wrote:
> On Tue, 2009-05-12 at 22:30 +0200, Farkas Levente wrote:
>> Avi Kivity wrote:
>>> qemu-kvm-0.10.4 is now available.  This is the first release of the 0.10
>>> stable branch of qemu-kvm.  The qemu-kvm 0.10.4 includes all of the
>>> features and fixes of qemu-0.10.4, plus adaptations for improved kvm
>>> support.
>>>
>>> Note that qemu-kvm releases do not include the kvm external modules
>>> (kvm*.ko); you can use the modules provided by your distribution,
>>> modules from the development releases (kvm-xx), or from the kvm-kmod
>>> stable branch releases once they become available.
>>>
>>> As this is the first release of this branch there is no changelog;
>>> qemu-kvm-0.10.4 is roughly equivalent (but is not identical) to qemu
>>> from kvm-84.
>> this's the plan? ie. the stable userspace will be about kvm-84?
>> what's the plan for kvm-kmod release date and it's also be somewhere ~ 84?
> 
> AIUI it, the plan is:
> 
>   - There will be stable releases of qemu-kvm in sync with qemu 
>     upstream releases - e.g. you can expect a qemu-kvm-0.11.0 release
>     shortly after qemu-0.11.0 is released
> 
>   - There will be no stable releases, as such, of the kernel module. 
>     You should use upstream linux releases instead - e.g. the latest
>     stable release is 2.6.29.2
> 
>   - The kvm-XX releases are development snapshots of the kvm.git and 
>     qemu-kvm.git code
> 
> For example, in Fedora, our plan is that we will ship the kvm.ko
> included in upstream linux releases and the qemu-kvm stable releases[1].
> We may include qemu-kvm from kvm-XX releases during the development of
> the next Fedora release, but only as a preview of the next qemu-kvm
> stable release.

and what's the plan for rhel-5.4? in this case latest stable kernel
can't be used since 5.x series are always 2.6.18 based and if there is
not a stable kvm-kmod branch then...?

-- 
  Levente                               "Si vis pacem para bellum!"

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

* Re: [ANNOUNCE] qemu-kvm-0.10.4
  2009-05-13  9:48   ` Mark McLoughlin
  2009-05-13 10:16     ` Farkas Levente
@ 2009-05-14  9:32     ` Avi Kivity
  1 sibling, 0 replies; 5+ messages in thread
From: Avi Kivity @ 2009-05-14  9:32 UTC (permalink / raw)
  To: Mark McLoughlin; +Cc: Farkas Levente, KVM list

Mark McLoughlin wrote:
>   - There will be no stable releases, as such, of the kernel module. 
>     You should use upstream linux releases instead - e.g. the latest
>     stable release is 2.6.29.2
>   

Actually, I do plan to release kvm-kmod-2.6.30 (and kvm-kmod-2.6.30.x).


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


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

end of thread, other threads:[~2009-05-14  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 16:31 [ANNOUNCE] qemu-kvm-0.10.4 Avi Kivity
2009-05-12 20:30 ` Farkas Levente
2009-05-13  9:48   ` Mark McLoughlin
2009-05-13 10:16     ` Farkas Levente
2009-05-14  9:32     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).