qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] status for rc3/release
@ 2014-07-17  9:45 Peter Maydell
  2014-07-17 12:32 ` Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Peter Maydell @ 2014-07-17  9:45 UTC (permalink / raw)
  To: QEMU Developers

So we just released rc2. The proposed schedule has
rc3 next Tuesday, with final release the Tuesday after.

My thought is that we should aim for rc3 to add only
a fairly small number of focussed and "safe" bugfixes,
with the intention of making the final release be the
same as rc3 if no showstopper bugs are discovered.
If there are any showstoppers in rc3 we have a week
to fix them and roll and test an rc4.

Does it seem to other people like we're on track for that?
I don't do the level of testing that I think Anthony had
access to, so I'm reliant on those of you doing testing
of the rc tarballs to report problems...

thanks
-- PMM

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

* Re: [Qemu-devel] status for rc3/release
  2014-07-17  9:45 [Qemu-devel] status for rc3/release Peter Maydell
@ 2014-07-17 12:32 ` Paolo Bonzini
  2014-07-17 13:09 ` Frederic Konrad
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2014-07-17 12:32 UTC (permalink / raw)
  To: Peter Maydell, QEMU Developers

Il 17/07/2014 11:45, Peter Maydell ha scritto:
> So we just released rc2. The proposed schedule has
> rc3 next Tuesday, with final release the Tuesday after.
> 
> My thought is that we should aim for rc3 to add only
> a fairly small number of focussed and "safe" bugfixes,
> with the intention of making the final release be the
> same as rc3 if no showstopper bugs are discovered.

Here is my queue:

Andreas Färber (2):
      module: Simplify module_load()
      module: Don't complain when a module is absent

		==> you already acked these

Nikolay Nikolaev (2):
      vhost-user: Fix VHOST_SET_MEM_TABLE processing
      qtest: Adapt vhost-user-test to latest vhost-user changes

		==> fix for a feature in 2.1

Paolo Bonzini (3):
      qtest: new test for wdt_ib700

		==> are more tests welcome at this stage?

      Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation"
      Revert "kvmclock: Ensure time in migration never goes backward"

		==> revert a buggy fix introduced in 2.1

Ricky Zhou (1):
      target-i386: Allow execute from user mode when SMEP is enabled.

		==> fix for a 2.1 regression

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

* Re: [Qemu-devel] status for rc3/release
  2014-07-17  9:45 [Qemu-devel] status for rc3/release Peter Maydell
  2014-07-17 12:32 ` Paolo Bonzini
@ 2014-07-17 13:09 ` Frederic Konrad
  2014-07-17 18:28 ` Stefan Hajnoczi
  2014-07-17 19:22 ` Dr. David Alan Gilbert
  3 siblings, 0 replies; 10+ messages in thread
From: Frederic Konrad @ 2014-07-17 13:09 UTC (permalink / raw)
  To: Peter Maydell, QEMU Developers

On 17/07/2014 11:45, Peter Maydell wrote:
> So we just released rc2. The proposed schedule has
> rc3 next Tuesday, with final release the Tuesday after.
>
> My thought is that we should aim for rc3 to add only
> a fairly small number of focussed and "safe" bugfixes,
> with the intention of making the final release be the
> same as rc3 if no showstopper bugs are discovered.
> If there are any showstoppers in rc3 we have a week
> to fix them and roll and test an rc4.
>
> Does it seem to other people like we're on track for that?
> I don't do the level of testing that I think Anthony had
> access to, so I'm reliant on those of you doing testing
> of the rc tarballs to report problems...
>
> thanks
> -- PMM
>
Hi,

Is it possible to include the "cadence_uart: check serial backend before 
using it."
bug fix.

I think it's relatively safe.

Thanks,
Fred

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

* Re: [Qemu-devel] status for rc3/release
  2014-07-17  9:45 [Qemu-devel] status for rc3/release Peter Maydell
  2014-07-17 12:32 ` Paolo Bonzini
  2014-07-17 13:09 ` Frederic Konrad
@ 2014-07-17 18:28 ` Stefan Hajnoczi
  2014-07-17 19:22 ` Dr. David Alan Gilbert
  3 siblings, 0 replies; 10+ messages in thread
From: Stefan Hajnoczi @ 2014-07-17 18:28 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers

[-- Attachment #1: Type: text/plain, Size: 696 bytes --]

On Thu, Jul 17, 2014 at 10:45:31AM +0100, Peter Maydell wrote:
> So we just released rc2. The proposed schedule has
> rc3 next Tuesday, with final release the Tuesday after.
> 
> My thought is that we should aim for rc3 to add only
> a fairly small number of focussed and "safe" bugfixes,
> with the intention of making the final release be the
> same as rc3 if no showstopper bugs are discovered.
> If there are any showstoppers in rc3 we have a week
> to fix them and roll and test an rc4.
> 
> Does it seem to other people like we're on track for that?

Sounds good.  There are only a tiny number of block fixes remaining.
I'll send a pull request tomorrow, as usual.

Stefan

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

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

* Re: [Qemu-devel] status for rc3/release
  2014-07-17  9:45 [Qemu-devel] status for rc3/release Peter Maydell
                   ` (2 preceding siblings ...)
  2014-07-17 18:28 ` Stefan Hajnoczi
@ 2014-07-17 19:22 ` Dr. David Alan Gilbert
  2014-07-18 17:14   ` Dr. David Alan Gilbert
  3 siblings, 1 reply; 10+ messages in thread
From: Dr. David Alan Gilbert @ 2014-07-17 19:22 UTC (permalink / raw)
  To: Peter Maydell; +Cc: amit.shah, QEMU Developers, quintela

* Peter Maydell (peter.maydell@linaro.org) wrote:
> So we just released rc2. The proposed schedule has
> rc3 next Tuesday, with final release the Tuesday after.
> 
> My thought is that we should aim for rc3 to add only
> a fairly small number of focussed and "safe" bugfixes,
> with the intention of making the final release be the
> same as rc3 if no showstopper bugs are discovered.
> If there are any showstoppers in rc3 we have a week
> to fix them and roll and test an rc4.
> 
> Does it seem to other people like we're on track for that?
> I don't do the level of testing that I think Anthony had
> access to, so I'm reliant on those of you doing testing
> of the rc tarballs to report problems...

There's something going on with migration; although we're
passing virt-test and my tests with google stress app test,
the thread on virtio-blk failures is one bad thing, and I've
got another failure case (possibly ide cdrom but not obvious)
that seems to be new somewhere between 2.0 and 2.1-rc0.

Dave
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

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

* Re: [Qemu-devel] status for rc3/release
  2014-07-17 19:22 ` Dr. David Alan Gilbert
@ 2014-07-18 17:14   ` Dr. David Alan Gilbert
  2014-07-18 20:12     ` Paolo Bonzini
  0 siblings, 1 reply; 10+ messages in thread
From: Dr. David Alan Gilbert @ 2014-07-18 17:14 UTC (permalink / raw)
  To: Peter Maydell; +Cc: amit.shah, aik, QEMU Developers, quintela

* Dr. David Alan Gilbert (dgilbert@redhat.com) wrote:
> * Peter Maydell (peter.maydell@linaro.org) wrote:
> > So we just released rc2. The proposed schedule has
> > rc3 next Tuesday, with final release the Tuesday after.
> > 
> > My thought is that we should aim for rc3 to add only
> > a fairly small number of focussed and "safe" bugfixes,
> > with the intention of making the final release be the
> > same as rc3 if no showstopper bugs are discovered.
> > If there are any showstoppers in rc3 we have a week
> > to fix them and roll and test an rc4.
> > 
> > Does it seem to other people like we're on track for that?
> > I don't do the level of testing that I think Anthony had
> > access to, so I'm reliant on those of you doing testing
> > of the rc tarballs to report problems...
> 
> There's something going on with migration; although we're
> passing virt-test and my tests with google stress app test,
> the thread on virtio-blk failures is one bad thing, and I've
> got another failure case (possibly ide cdrom but not obvious)
> that seems to be new somewhere between 2.0 and 2.1-rc0.

Mine I seem to have bisected down to fe680d0dac85e0f2d6c3b53838c250f6e0b1f49b
    'exec: Limit translation limiting in address_space_translate to xen'

I'm told this doesn't necessarily make sense, but:
                       works  62622c11f230edddcc47aabe2d988555bf125993
                       broken fe680d0dac85e0f2d6c3b53838c250f6e0b1f49b

(confirmed by running each twice)
and :
b18a990c - good
cab00a5aa - good

This is squashfs on a livecd falling apart after migration.

Dave
> 
> Dave
> --
> Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

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

* Re: [Qemu-devel] status for rc3/release
  2014-07-18 17:14   ` Dr. David Alan Gilbert
@ 2014-07-18 20:12     ` Paolo Bonzini
  2014-07-18 21:53       ` Paolo Bonzini
  0 siblings, 1 reply; 10+ messages in thread
From: Paolo Bonzini @ 2014-07-18 20:12 UTC (permalink / raw)
  To: Dr. David Alan Gilbert, Peter Maydell
  Cc: amit.shah, aik, QEMU Developers, quintela

Il 18/07/2014 19:14, Dr. David Alan Gilbert ha scritto:
> * Dr. David Alan Gilbert (dgilbert@redhat.com) wrote:
>> * Peter Maydell (peter.maydell@linaro.org) wrote:
>>> So we just released rc2. The proposed schedule has
>>> rc3 next Tuesday, with final release the Tuesday after.
>>>
>>> My thought is that we should aim for rc3 to add only
>>> a fairly small number of focussed and "safe" bugfixes,
>>> with the intention of making the final release be the
>>> same as rc3 if no showstopper bugs are discovered.
>>> If there are any showstoppers in rc3 we have a week
>>> to fix them and roll and test an rc4.
>>>
>>> Does it seem to other people like we're on track for that?
>>> I don't do the level of testing that I think Anthony had
>>> access to, so I'm reliant on those of you doing testing
>>> of the rc tarballs to report problems...
>>
>> There's something going on with migration; although we're
>> passing virt-test and my tests with google stress app test,
>> the thread on virtio-blk failures is one bad thing, and I've
>> got another failure case (possibly ide cdrom but not obvious)
>> that seems to be new somewhere between 2.0 and 2.1-rc0.
> 
> Mine I seem to have bisected down to fe680d0dac85e0f2d6c3b53838c250f6e0b1f49b
>     'exec: Limit translation limiting in address_space_translate to xen'
> 
> I'm told this doesn't necessarily make sense, but:
>                        works  62622c11f230edddcc47aabe2d988555bf125993
>                        broken fe680d0dac85e0f2d6c3b53838c250f6e0b1f49b
> 
> (confirmed by running each twice)
> and :
> b18a990c - good
> cab00a5aa - good
> 
> This is squashfs on a livecd falling apart after migration.

Can you give precise reproduction instructions before leaving?  Which OS
is being installed?

Paolo

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

* Re: [Qemu-devel] status for rc3/release
  2014-07-18 20:12     ` Paolo Bonzini
@ 2014-07-18 21:53       ` Paolo Bonzini
  2014-07-21 11:15         ` Gerd Hoffmann
  0 siblings, 1 reply; 10+ messages in thread
From: Paolo Bonzini @ 2014-07-18 21:53 UTC (permalink / raw)
  To: Dr. David Alan Gilbert, Peter Maydell
  Cc: amit.shah, aik, QEMU Developers, quintela

Il 18/07/2014 22:12, Paolo Bonzini ha scritto:
> Il 18/07/2014 19:14, Dr. David Alan Gilbert ha scritto:
>> * Dr. David Alan Gilbert (dgilbert@redhat.com) wrote:
>> (confirmed by running each twice)
>> and :
>> b18a990c - good
>> cab00a5aa - good
>>
>> This is squashfs on a livecd falling apart after migration.
> 
> Can you give precise reproduction instructions before leaving?  Which OS
> is being installed?

Got it now from your other message, it's Fedora 20 live.  I guess it's
just about migrating the image while it's loading and/or running.

Maybe something breaks in the dirty bitmap handling.

Paolo

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

* Re: [Qemu-devel] status for rc3/release
  2014-07-18 21:53       ` Paolo Bonzini
@ 2014-07-21 11:15         ` Gerd Hoffmann
  2014-07-21 16:39           ` Paolo Bonzini
  0 siblings, 1 reply; 10+ messages in thread
From: Gerd Hoffmann @ 2014-07-21 11:15 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Peter Maydell, quintela, aik, Dr. David Alan Gilbert,
	QEMU Developers, amit.shah

[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]

On Fr, 2014-07-18 at 23:53 +0200, Paolo Bonzini wrote:
> Il 18/07/2014 22:12, Paolo Bonzini ha scritto:
> > Il 18/07/2014 19:14, Dr. David Alan Gilbert ha scritto:
> >> * Dr. David Alan Gilbert (dgilbert@redhat.com) wrote:
> >> (confirmed by running each twice)
> >> and :
> >> b18a990c - good
> >> cab00a5aa - good
> >>
> >> This is squashfs on a livecd falling apart after migration.
> > 
> > Can you give precise reproduction instructions before leaving?  Which OS
> > is being installed?
> 
> Got it now from your other message, it's Fedora 20 live.  I guess it's
> just about migrating the image while it's loading and/or running.

Yep.  I have a script[1] doing ping-pong live migration on localhost.
To check out live migration issues I either use a live iso, or do a
fresh install of the guest triggering the issues, with ping-pong live
migration already running during the install.

Any attempt to install fedora doesn't come very far, neither from iso
nor via pxe from network, with all sorts of strange guest behavior
(anaconda crashing or reporting corrupted repodata for example).  Dave
found squashfs errors in the guests kernel log, which explains why
anaconda is crashing.

cheers,
  Gerd

[1] attached.

[-- Attachment #2: migrate-loop --]
[-- Type: application/x-shellscript, Size: 4260 bytes --]

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

* Re: [Qemu-devel] status for rc3/release
  2014-07-21 11:15         ` Gerd Hoffmann
@ 2014-07-21 16:39           ` Paolo Bonzini
  0 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2014-07-21 16:39 UTC (permalink / raw)
  To: Gerd Hoffmann
  Cc: Peter Maydell, quintela, aik, QEMU Developers,
	Dr. David Alan Gilbert, amit.shah

Il 21/07/2014 13:15, Gerd Hoffmann ha scritto:
> Yep.  I have a script[1] doing ping-pong live migration on localhost.
> To check out live migration issues I either use a live iso, or do a
> fresh install of the guest triggering the issues, with ping-pong live
> migration already running during the install.
> 
> Any attempt to install fedora doesn't come very far, neither from iso
> nor via pxe from network, with all sorts of strange guest behavior
> (anaconda crashing or reporting corrupted repodata for example).  Dave
> found squashfs errors in the guests kernel log, which explains why
> anaconda is crashing.

Thanks, it doesn't even pass media check here.

I've sent a patch to fix it, and will package it in a pull request tomorrow.

There's another migration issue, I guess either mst or I will look at it
in the next couple  of days.  It will definitely miss rc3, but it's PC only.

Paolo

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

end of thread, other threads:[~2014-07-21 16:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17  9:45 [Qemu-devel] status for rc3/release Peter Maydell
2014-07-17 12:32 ` Paolo Bonzini
2014-07-17 13:09 ` Frederic Konrad
2014-07-17 18:28 ` Stefan Hajnoczi
2014-07-17 19:22 ` Dr. David Alan Gilbert
2014-07-18 17:14   ` Dr. David Alan Gilbert
2014-07-18 20:12     ` Paolo Bonzini
2014-07-18 21:53       ` Paolo Bonzini
2014-07-21 11:15         ` Gerd Hoffmann
2014-07-21 16:39           ` Paolo Bonzini

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).