qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] QEMU 2.8 release approaching
@ 2016-11-30 15:42 Stefan Hajnoczi
  2016-11-30 20:10 ` Laszlo Ersek
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Stefan Hajnoczi @ 2016-11-30 15:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

Dear QEMU community,
QEMU 2.8.0-rc3 will be tagged on December 6th.  If there are no
pending issues -rc3 will become the QEMU 2.8 final release on December
13th.  Let's make this tag a good one!

If you are currently looking into pending issues or have bug fixes
needing attention from maintainers, please reply to this email.

At this stage only critical bugs, regressions, and build breakage
should hold up the release.

Thanks,
Stefan

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

* Re: [Qemu-devel] QEMU 2.8 release approaching
  2016-11-30 15:42 [Qemu-devel] QEMU 2.8 release approaching Stefan Hajnoczi
@ 2016-11-30 20:10 ` Laszlo Ersek
  2016-12-01  2:47 ` Gonglei (Arei)
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Laszlo Ersek @ 2016-11-30 20:10 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel; +Cc: Peter Maydell

On 11/30/16 16:42, Stefan Hajnoczi wrote:
> Dear QEMU community,
> QEMU 2.8.0-rc3 will be tagged on December 6th.  If there are no
> pending issues -rc3 will become the QEMU 2.8 final release on December
> 13th.  Let's make this tag a good one!
> 
> If you are currently looking into pending issues or have bug fixes
> needing attention from maintainers, please reply to this email.
> 
> At this stage only critical bugs, regressions, and build breakage
> should hold up the release.

[Qemu-devel] [PATCH for-2.8 v2 0/2] loader fixes

should be included, please.

Thanks
Laszlo

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

* Re: [Qemu-devel] QEMU 2.8 release approaching
  2016-11-30 15:42 [Qemu-devel] QEMU 2.8 release approaching Stefan Hajnoczi
  2016-11-30 20:10 ` Laszlo Ersek
@ 2016-12-01  2:47 ` Gonglei (Arei)
  2016-12-01  3:25 ` Peter Xu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Gonglei (Arei) @ 2016-12-01  2:47 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel; +Cc: Peter Maydell

>
> Subject: [Qemu-devel] QEMU 2.8 release approaching
> 
> Dear QEMU community,
> QEMU 2.8.0-rc3 will be tagged on December 6th.  If there are no
> pending issues -rc3 will become the QEMU 2.8 final release on December
> 13th.  Let's make this tag a good one!
> 
> If you are currently looking into pending issues or have bug fixes
> needing attention from maintainers, please reply to this email.
> 
What about the below one?

[PATCH for-2.8] qom: fix qemu_opts leak when hot unplug object

https://lists.gnu.org/archive/html/qemu-devel/2016-11/msg04309.html

Regards,
-Gonglei

> At this stage only critical bugs, regressions, and build breakage
> should hold up the release.
> 
> Thanks,
> Stefan


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

* Re: [Qemu-devel] QEMU 2.8 release approaching
  2016-11-30 15:42 [Qemu-devel] QEMU 2.8 release approaching Stefan Hajnoczi
  2016-11-30 20:10 ` Laszlo Ersek
  2016-12-01  2:47 ` Gonglei (Arei)
@ 2016-12-01  3:25 ` Peter Xu
  2016-12-01  3:26   ` Michael S. Tsirkin
  2016-12-01  9:04 ` Stefan Hajnoczi
  2016-12-01  9:14 ` Hailiang Zhang
  4 siblings, 1 reply; 9+ messages in thread
From: Peter Xu @ 2016-12-01  3:25 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel, Peter Maydell, Michael S. Tsirkin

On Wed, Nov 30, 2016 at 03:42:42PM +0000, Stefan Hajnoczi wrote:
> Dear QEMU community,
> QEMU 2.8.0-rc3 will be tagged on December 6th.  If there are no
> pending issues -rc3 will become the QEMU 2.8 final release on December
> 13th.  Let's make this tag a good one!
> 
> If you are currently looking into pending issues or have bug fixes
> needing attention from maintainers, please reply to this email.
> 
> At this stage only critical bugs, regressions, and build breakage
> should hold up the release.

This one?

  [PATCH for-2.8] intel_iommu: fix incorrect device invalidate

-- peterx

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

* Re: [Qemu-devel] QEMU 2.8 release approaching
  2016-12-01  3:25 ` Peter Xu
@ 2016-12-01  3:26   ` Michael S. Tsirkin
  0 siblings, 0 replies; 9+ messages in thread
From: Michael S. Tsirkin @ 2016-12-01  3:26 UTC (permalink / raw)
  To: Peter Xu; +Cc: Stefan Hajnoczi, qemu-devel, Peter Maydell

On Thu, Dec 01, 2016 at 11:25:25AM +0800, Peter Xu wrote:
> On Wed, Nov 30, 2016 at 03:42:42PM +0000, Stefan Hajnoczi wrote:
> > Dear QEMU community,
> > QEMU 2.8.0-rc3 will be tagged on December 6th.  If there are no
> > pending issues -rc3 will become the QEMU 2.8 final release on December
> > 13th.  Let's make this tag a good one!
> > 
> > If you are currently looking into pending issues or have bug fixes
> > needing attention from maintainers, please reply to this email.
> > 
> > At this stage only critical bugs, regressions, and build breakage
> > should hold up the release.
> 
> This one?
> 
>   [PATCH for-2.8] intel_iommu: fix incorrect device invalidate
> 
> -- peterx

In my tree.

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

* Re: [Qemu-devel] QEMU 2.8 release approaching
  2016-11-30 15:42 [Qemu-devel] QEMU 2.8 release approaching Stefan Hajnoczi
                   ` (2 preceding siblings ...)
  2016-12-01  3:25 ` Peter Xu
@ 2016-12-01  9:04 ` Stefan Hajnoczi
  2016-12-01 10:30   ` Gonglei (Arei)
  2016-12-01  9:14 ` Hailiang Zhang
  4 siblings, 1 reply; 9+ messages in thread
From: Stefan Hajnoczi @ 2016-12-01  9:04 UTC (permalink / raw)
  To: Laszlo Ersek, Gonglei; +Cc: Peter Maydell, qemu-devel

On Wed, Nov 30, 2016 at 3:42 PM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> If you are currently looking into pending issues or have bug fixes
> needing attention from maintainers, please reply to this email.

Laszlo, Gonglei,
Thanks for pointing out these patches that should be included in QEMU 2.8.

Patches still need to go through the maintainers identified by
scripts/get_maintainer.pl.  I'll receive pull requests from them.

Please let me know if there is no maintainer and I'll merge them myself.

Thanks,
Stefan

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

* Re: [Qemu-devel] QEMU 2.8 release approaching
  2016-11-30 15:42 [Qemu-devel] QEMU 2.8 release approaching Stefan Hajnoczi
                   ` (3 preceding siblings ...)
  2016-12-01  9:04 ` Stefan Hajnoczi
@ 2016-12-01  9:14 ` Hailiang Zhang
  4 siblings, 0 replies; 9+ messages in thread
From: Hailiang Zhang @ 2016-12-01  9:14 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel; +Cc: Peter Maydell, quintela, Amit Shah

Cc: Juan Quintela <quintela@redhat.com>
Cc: Amit Shah <amit.shah@redhat.com>

Hi Stefan,

I have one, but I'm not quite sure.Anyway, we caught this bug in our test.

[PATCH] migration: re-active images when migration fails to complete

Thanks,
hailiang

On 2016/11/30 23:42, Stefan Hajnoczi wrote:
> Dear QEMU community,
> QEMU 2.8.0-rc3 will be tagged on December 6th.  If there are no
> pending issues -rc3 will become the QEMU 2.8 final release on December
> 13th.  Let's make this tag a good one!
>
> If you are currently looking into pending issues or have bug fixes
> needing attention from maintainers, please reply to this email.
>
> At this stage only critical bugs, regressions, and build breakage
> should hold up the release.
>
> Thanks,
> Stefan
>
>
>

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

* Re: [Qemu-devel] QEMU 2.8 release approaching
  2016-12-01  9:04 ` Stefan Hajnoczi
@ 2016-12-01 10:30   ` Gonglei (Arei)
  2016-12-01 11:08     ` Stefan Hajnoczi
  0 siblings, 1 reply; 9+ messages in thread
From: Gonglei (Arei) @ 2016-12-01 10:30 UTC (permalink / raw)
  To: Stefan Hajnoczi, Laszlo Ersek; +Cc: Peter Maydell, qemu-devel, afaerber@suse.de


> -----Original Message-----
> From: Stefan Hajnoczi [mailto:stefanha@gmail.com]
> Sent: Thursday, December 01, 2016 5:04 PM
> To: Laszlo Ersek; Gonglei (Arei)
> Cc: Peter Maydell; qemu-devel
> Subject: Re: QEMU 2.8 release approaching
> 
> On Wed, Nov 30, 2016 at 3:42 PM, Stefan Hajnoczi <stefanha@gmail.com>
> wrote:
> > If you are currently looking into pending issues or have bug fixes
> > needing attention from maintainers, please reply to this email.
> 
> Laszlo, Gonglei,
> Thanks for pointing out these patches that should be included in QEMU 2.8.
> 
> Patches still need to go through the maintainers identified by
> scripts/get_maintainer.pl.  I'll receive pull requests from them.
> 
> Please let me know if there is no maintainer and I'll merge them myself.
> 

It seems that Andreas isn't in the list recently. :(

CC Andreas.

Regards,
-Gonglei


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

* Re: [Qemu-devel] QEMU 2.8 release approaching
  2016-12-01 10:30   ` Gonglei (Arei)
@ 2016-12-01 11:08     ` Stefan Hajnoczi
  0 siblings, 0 replies; 9+ messages in thread
From: Stefan Hajnoczi @ 2016-12-01 11:08 UTC (permalink / raw)
  To: Gonglei (Arei); +Cc: Laszlo Ersek, Peter Maydell, qemu-devel, afaerber@suse.de

On Thu, Dec 1, 2016 at 10:30 AM, Gonglei (Arei) <arei.gonglei@huawei.com> wrote:
>
>> -----Original Message-----
>> From: Stefan Hajnoczi [mailto:stefanha@gmail.com]
>> Sent: Thursday, December 01, 2016 5:04 PM
>> To: Laszlo Ersek; Gonglei (Arei)
>> Cc: Peter Maydell; qemu-devel
>> Subject: Re: QEMU 2.8 release approaching
>>
>> On Wed, Nov 30, 2016 at 3:42 PM, Stefan Hajnoczi <stefanha@gmail.com>
>> wrote:
>> > If you are currently looking into pending issues or have bug fixes
>> > needing attention from maintainers, please reply to this email.
>>
>> Laszlo, Gonglei,
>> Thanks for pointing out these patches that should be included in QEMU 2.8.
>>
>> Patches still need to go through the maintainers identified by
>> scripts/get_maintainer.pl.  I'll receive pull requests from them.
>>
>> Please let me know if there is no maintainer and I'll merge them myself.
>>
>
> It seems that Andreas isn't in the list recently. :(
>
> CC Andreas.

Andreas: please let us know if your availability has changed.  You
could add a QOM co-maintainer if you are busy, for example.

Stefan

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

end of thread, other threads:[~2016-12-01 11:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 15:42 [Qemu-devel] QEMU 2.8 release approaching Stefan Hajnoczi
2016-11-30 20:10 ` Laszlo Ersek
2016-12-01  2:47 ` Gonglei (Arei)
2016-12-01  3:25 ` Peter Xu
2016-12-01  3:26   ` Michael S. Tsirkin
2016-12-01  9:04 ` Stefan Hajnoczi
2016-12-01 10:30   ` Gonglei (Arei)
2016-12-01 11:08     ` Stefan Hajnoczi
2016-12-01  9:14 ` Hailiang Zhang

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