All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
@ 2011-07-30  0:39 Anthony Liguori
  2011-07-31  8:06 ` Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Anthony Liguori @ 2011-07-30  0:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Justin M. Forbes, Avi Kivity

Hi,

On behalf of the entire QEMU team, I'm please to announce the release of 
QEMU 0.15.0-rc1.  This is the second release candidate for the 0.15.0 
release.

There are numerous ways you can help participate in the 0.15.0 release. 
  There is a testing coordination wiki page located at:

http://wiki.qemu.org/Planning/0.15/Testing

You can also help improve the ChangeLog documentation at:

http://wiki.qemu.org/ChangeLog/0.15

And of course, you can download the 0.15.0-rc1 release at:

http://wiki.qemu.org/download/qemu-0.15.0-rc1.tar.gz

Below are the changes since the 0.15.0-rc0 release.  I'd like to thank 
everyone who's participated in this release!

  - virtio-balloon: Unregister savevm section on device unplug (Amit Shah)
  - virtio-balloon: Add exit handler, fix memleaks (Amit Shah)
  - balloon: Reject negative balloon values (Amit Shah)
  - virtio-balloon: Check if balloon registration failed (Amit Shah)
  - balloon: Don't allow multiple balloon handler registrations (Amit Shah)
  - target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert 
(Peter M
  - target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM 
(Peter Maydel
  - target-arm: Support v6 barriers in linux-user mode (Peter Maydell)
  - target-arm: Mark 1136r1 as a v6K core (Peter Maydell)
  - virtio-balloon: Fix header comment; add Copyright (Amit Shah)
  - balloon: Fix header comment; add Copyright (Amit Shah)
  - balloon: Separate out stat and balloon handling (Amit Shah)
  - virtio-balloon: Separate status handling into separate function 
(Amit Shah)
  - balloon: Simplify code flow (Amit Shah)
  - balloon: Add braces around if statements (Amit Shah)
  - balloon: Make functions, local vars static (Amit Shah)
  - Let users select their pythons (Blue Swirl)
  - simpletrace: suppress a warning from unused variable (Blue Swirl)
  - Wrap recv to avoid warnings (Blue Swirl)
  - Fix chrdev return value conversion (Blue Swirl)
  - qemu-ga: remove dependency on gio and gthread (Anthony Liguori)
  - guest-agent: only enable FSFREEZE when it's supported by the kernel 
(Anthony Liguori)

Regards,

Anthony Liguori

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-07-30  0:39 [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release Anthony Liguori
@ 2011-07-31  8:06 ` Avi Kivity
  2011-07-31 20:39   ` Anthony Liguori
  2011-07-31 16:31 ` Avi Kivity
  2011-08-04 15:17 ` Stefan Hajnoczi
  2 siblings, 1 reply; 11+ messages in thread
From: Avi Kivity @ 2011-07-31  8:06 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Justin M. Forbes, qemu-devel

On 07/30/2011 03:39 AM, Anthony Liguori wrote:
> Hi,
>
> On behalf of the entire QEMU team, I'm please to announce the release 
> of QEMU 0.15.0-rc1.  This is the second release candidate for the 
> 0.15.0 release.
>

Unfortunately, it identifies itself as 1.0 development:

   $ git show v0.15.0-rc1:VERSION | cat
   0.15.51


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

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-07-30  0:39 [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release Anthony Liguori
  2011-07-31  8:06 ` Avi Kivity
@ 2011-07-31 16:31 ` Avi Kivity
  2011-07-31 20:57   ` Anthony Liguori
  2011-08-04 15:17 ` Stefan Hajnoczi
  2 siblings, 1 reply; 11+ messages in thread
From: Avi Kivity @ 2011-07-31 16:31 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Justin M. Forbes

On 07/30/2011 03:39 AM, Anthony Liguori wrote:
> Hi,
>
> On behalf of the entire QEMU team, I'm please to announce the release 
> of QEMU 0.15.0-rc1. This is the second release candidate for the 
> 0.15.0 release.
>

make -jlarge fails with:

cc1: warning: qapi-generated: No such file or directory [enabled by default]
In file included from ./bswap.h:4:0,
from ./qemu-common.h:98,
from ./qlist.h:18,
from ./qdict.h:17,
from ./qapi/qmp-core.h:18,
from ./qga/guest-agent-core.h:13,
from qga/guest-agent-command-state.c:13:
./config-host.h:52:0: warning: "CONFIG_IOVEC" redefined [enabled by default]
./qemu-common.h:65:0: note: this is the location of the previous definition
In file included from ./qlist.h:18:0,
from ./qdict.h:17,
from ./qapi/qmp-core.h:18,
from ./qga/guest-agent-core.h:13,
from qga/guest-agent-command-state.c:13:
./qemu-common.h:66:8: error: redefinition of ‘struct iovec’
/usr/include/bits/uio.h:44:8: note: originally defined here
make: *** [qga/guest-agent-command-state.o] Error 1
make: *** Waiting for unfinished jobs....


A subsequent make makes it through, so it appears to be a missing 
dependency.


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

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-07-31  8:06 ` Avi Kivity
@ 2011-07-31 20:39   ` Anthony Liguori
  0 siblings, 0 replies; 11+ messages in thread
From: Anthony Liguori @ 2011-07-31 20:39 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Justin M. Forbes, qemu-devel

On 07/31/2011 03:06 AM, Avi Kivity wrote:
> On 07/30/2011 03:39 AM, Anthony Liguori wrote:
>> Hi,
>>
>> On behalf of the entire QEMU team, I'm please to announce the release
>> of QEMU 0.15.0-rc1. This is the second release candidate for the
>> 0.15.0 release.
>>
>
> Unfortunately, it identifies itself as 1.0 development:
>
> $ git show v0.15.0-rc1:VERSION | cat
> 0.15.51

Hrm, somehow an extra commit made it to the stable branch.  I assumed it 
came through a merge and confused myself with the numbering.

Justin, I pushed a commit to set the version to 0.14.92, please sync up 
with the stable branch of qemu.git.

Thanks for catching this!

Regards,

Anthony Liguori

>

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-07-31 16:31 ` Avi Kivity
@ 2011-07-31 20:57   ` Anthony Liguori
  0 siblings, 0 replies; 11+ messages in thread
From: Anthony Liguori @ 2011-07-31 20:57 UTC (permalink / raw)
  To: Avi Kivity; +Cc: qemu-devel, Justin M. Forbes

On 07/31/2011 11:31 AM, Avi Kivity wrote:
> On 07/30/2011 03:39 AM, Anthony Liguori wrote:
>> Hi,
>>
>> On behalf of the entire QEMU team, I'm please to announce the release
>> of QEMU 0.15.0-rc1. This is the second release candidate for the
>> 0.15.0 release.
>>
>
> make -jlarge fails with:
>
> cc1: warning: qapi-generated: No such file or directory [enabled by
> default]
> In file included from ./bswap.h:4:0,
> from ./qemu-common.h:98,
> from ./qlist.h:18,
> from ./qdict.h:17,
> from ./qapi/qmp-core.h:18,
> from ./qga/guest-agent-core.h:13,
> from qga/guest-agent-command-state.c:13:
> ./config-host.h:52:0: warning: "CONFIG_IOVEC" redefined [enabled by
> default]
> ./qemu-common.h:65:0: note: this is the location of the previous definition
> In file included from ./qlist.h:18:0,
> from ./qdict.h:17,
> from ./qapi/qmp-core.h:18,
> from ./qga/guest-agent-core.h:13,
> from qga/guest-agent-command-state.c:13:
> ./qemu-common.h:66:8: error: redefinition of ‘struct iovec’
> /usr/include/bits/uio.h:44:8: note: originally defined here
> make: *** [qga/guest-agent-command-state.o] Error 1
> make: *** Waiting for unfinished jobs....
>
>
> A subsequent make makes it through, so it appears to be a missing
> dependency.

We're missing:

88ca9f047bf8df20ae0a6305d99cbad1e893777f
Author: Michael Roth <mdroth@linux.vnet.ibm.com>
Date:   Tue Jul 26 11:39:24 2011 -0500

     Makefile: add missing deps on $(GENERATED_HEADERS)

     This fixes a build issue with make -j6+ due to qapi-generated files
     being built before $(GENERATED_HEADERS) have been created.

In stable.  I'll cherry pick and make sure it's in -rc2.

Regards,

Anthony Liguori

>
>

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-07-30  0:39 [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release Anthony Liguori
  2011-07-31  8:06 ` Avi Kivity
  2011-07-31 16:31 ` Avi Kivity
@ 2011-08-04 15:17 ` Stefan Hajnoczi
  2011-08-04 15:20   ` Lucas Meneghel Rodrigues
  2011-08-04 15:25   ` Avi Kivity
  2 siblings, 2 replies; 11+ messages in thread
From: Stefan Hajnoczi @ 2011-08-04 15:17 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues; +Cc: Justin M. Forbes, qemu-devel, Avi Kivity

On Sat, Jul 30, 2011 at 1:39 AM, Anthony Liguori <anthony@codemonkey.ws> wrote:
> On behalf of the entire QEMU team, I'm please to announce the release of
> QEMU 0.15.0-rc1.  This is the second release candidate for the 0.15.0
> release.
>
> There are numerous ways you can help participate in the 0.15.0 release.
>  There is a testing coordination wiki page located at:
>
> http://wiki.qemu.org/Planning/0.15/Testing

Hi Lucas,
Is QEMU 0.15.0-rc1 being run through KVM-Autotest?

Stefan

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-08-04 15:17 ` Stefan Hajnoczi
@ 2011-08-04 15:20   ` Lucas Meneghel Rodrigues
  2011-08-05  6:04     ` Stefan Hajnoczi
  2011-08-04 15:25   ` Avi Kivity
  1 sibling, 1 reply; 11+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-08-04 15:20 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Justin M. Forbes, qemu-devel, Avi Kivity

On 08/04/2011 12:17 PM, Stefan Hajnoczi wrote:
> On Sat, Jul 30, 2011 at 1:39 AM, Anthony Liguori<anthony@codemonkey.ws>  wrote:
>> On behalf of the entire QEMU team, I'm please to announce the release of
>> QEMU 0.15.0-rc1.  This is the second release candidate for the 0.15.0
>> release.
>>
>> There are numerous ways you can help participate in the 0.15.0 release.
>>   There is a testing coordination wiki page located at:
>>
>> http://wiki.qemu.org/Planning/0.15/Testing
>
> Hi Lucas,
> Is QEMU 0.15.0-rc1 being run through KVM-Autotest?

We always test git master HEAD, so, no. I can look at testing specific 
tags or branches to help with that. The release branch/tag testing was 
just not on my radar so far.

So, I didn't take a closer look, but I assume the release work is made 
through a release branch or something?

> Stefan

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-08-04 15:17 ` Stefan Hajnoczi
  2011-08-04 15:20   ` Lucas Meneghel Rodrigues
@ 2011-08-04 15:25   ` Avi Kivity
  2011-08-04 15:38     ` Anthony Liguori
  1 sibling, 1 reply; 11+ messages in thread
From: Avi Kivity @ 2011-08-04 15:25 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Lucas Meneghel Rodrigues, Justin M. Forbes, qemu-devel

On 08/04/2011 06:17 PM, Stefan Hajnoczi wrote:
> On Sat, Jul 30, 2011 at 1:39 AM, Anthony Liguori<anthony@codemonkey.ws>  wrote:
> >  On behalf of the entire QEMU team, I'm please to announce the release of
> >  QEMU 0.15.0-rc1.  This is the second release candidate for the 0.15.0
> >  release.
> >
> >  There are numerous ways you can help participate in the 0.15.0 release.
> >    There is a testing coordination wiki page located at:
> >
> >  http://wiki.qemu.org/Planning/0.15/Testing
>
> Hi Lucas,
> Is QEMU 0.15.0-rc1 being run through KVM-Autotest?

I tested qemu-kvm-0.15.0-rc1 before releasing it, with my limited test set.

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

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-08-04 15:25   ` Avi Kivity
@ 2011-08-04 15:38     ` Anthony Liguori
  2011-08-04 15:47       ` Avi Kivity
  0 siblings, 1 reply; 11+ messages in thread
From: Anthony Liguori @ 2011-08-04 15:38 UTC (permalink / raw)
  To: Avi Kivity
  Cc: Lucas Meneghel Rodrigues, Stefan Hajnoczi, Justin M. Forbes, qemu-devel

On 08/04/2011 10:25 AM, Avi Kivity wrote:
> On 08/04/2011 06:17 PM, Stefan Hajnoczi wrote:
>> On Sat, Jul 30, 2011 at 1:39 AM, Anthony
>> Liguori<anthony@codemonkey.ws> wrote:
>> > On behalf of the entire QEMU team, I'm please to announce the
>> release of
>> > QEMU 0.15.0-rc1. This is the second release candidate for the 0.15.0
>> > release.
>> >
>> > There are numerous ways you can help participate in the 0.15.0 release.
>> > There is a testing coordination wiki page located at:
>> >
>> > http://wiki.qemu.org/Planning/0.15/Testing
>>
>> Hi Lucas,
>> Is QEMU 0.15.0-rc1 being run through KVM-Autotest?
>
> I tested qemu-kvm-0.15.0-rc1 before releasing it, with my limited test set.

I also run kvm-autotest through qemu before releases (albeit with a 
limited config file).

Regards,

Anthony Liguori

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-08-04 15:38     ` Anthony Liguori
@ 2011-08-04 15:47       ` Avi Kivity
  0 siblings, 0 replies; 11+ messages in thread
From: Avi Kivity @ 2011-08-04 15:47 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Lucas Meneghel Rodrigues, Stefan Hajnoczi, Justin M. Forbes, qemu-devel

On 08/04/2011 06:38 PM, Anthony Liguori wrote:
>> I tested qemu-kvm-0.15.0-rc1 before releasing it, with my limited 
>> test set.
>
>
> I also run kvm-autotest through qemu before releases (albeit with a 
> limited config file).
>

That's great to hear, esp. as qemu-kvm is being wound down.

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

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
  2011-08-04 15:20   ` Lucas Meneghel Rodrigues
@ 2011-08-05  6:04     ` Stefan Hajnoczi
  0 siblings, 0 replies; 11+ messages in thread
From: Stefan Hajnoczi @ 2011-08-05  6:04 UTC (permalink / raw)
  To: Lucas Meneghel Rodrigues; +Cc: Justin M. Forbes, qemu-devel, Avi Kivity

On Thu, Aug 4, 2011 at 4:20 PM, Lucas Meneghel Rodrigues <lmr@redhat.com> wrote:
> On 08/04/2011 12:17 PM, Stefan Hajnoczi wrote:
>>
>> On Sat, Jul 30, 2011 at 1:39 AM, Anthony Liguori<anthony@codemonkey.ws>
>>  wrote:
>>>
>>> On behalf of the entire QEMU team, I'm please to announce the release of
>>> QEMU 0.15.0-rc1.  This is the second release candidate for the 0.15.0
>>> release.
>>>
>>> There are numerous ways you can help participate in the 0.15.0 release.
>>>  There is a testing coordination wiki page located at:
>>>
>>> http://wiki.qemu.org/Planning/0.15/Testing
>>
>> Hi Lucas,
>> Is QEMU 0.15.0-rc1 being run through KVM-Autotest?
>
> We always test git master HEAD, so, no. I can look at testing specific tags
> or branches to help with that. The release branch/tag testing was just not
> on my radar so far.
>
> So, I didn't take a closer look, but I assume the release work is made
> through a release branch or something?

Yes, stable-0.15 is the branch.  Anthony release v0.15.0-rcX tags from it.

Lucas, if you have the resources to run the regular KVM-Autotest test
set on QEMU release candidates then maybe Anthony can CC you on
release emails?

Stefan

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

end of thread, other threads:[~2011-08-05  6:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-30  0:39 [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release Anthony Liguori
2011-07-31  8:06 ` Avi Kivity
2011-07-31 20:39   ` Anthony Liguori
2011-07-31 16:31 ` Avi Kivity
2011-07-31 20:57   ` Anthony Liguori
2011-08-04 15:17 ` Stefan Hajnoczi
2011-08-04 15:20   ` Lucas Meneghel Rodrigues
2011-08-05  6:04     ` Stefan Hajnoczi
2011-08-04 15:25   ` Avi Kivity
2011-08-04 15:38     ` Anthony Liguori
2011-08-04 15:47       ` 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.