qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc4 is now available
@ 2017-08-24 18:53 Michael Roth
  2017-08-24 19:06 ` Laszlo Ersek
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Roth @ 2017-08-24 18:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

Hello,

On behalf of the QEMU Team, I'd like to announce the availability of the
fifth release candidate for the QEMU 2.10 release.  This release is meant
for testing purposes and should not be used in a production environment.

  http://download.qemu-project.org/qemu-2.10.0-rc4.tar.xz
  http://download.qemu-project.org/qemu-2.10.0-rc4.tar.xz.sig

A note from the maintainer:

  This release contains last minute fixes for some bugs affecting
  PowerPC hosts and also for bugs in the QEMU network block device code.
  Any final testing should therefore be concentrated on these areas.
  We plan to make the final release of QEMU 2.10 on Wednesday 30th
  August.
  
  (30th August happens to be my birthday, but this is purely
  coincidental :-))

You can help improve the quality of the QEMU 2.10 release by testing this
release and reporting bugs on Launchpad:

  https://bugs.launchpad.net/qemu/

The release plan, as well a documented known issues for release
candidates, are available at:

  http://wiki.qemu.org/Planning/2.10

Please add entries to the ChangeLog for the 2.10 release below:

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

Changes since rc3:

248b237: Update version for v2.10.0-rc4 release (Peter Maydell)
40f4a21: nbd-client: avoid spurious qio_channel_yield() re-entry (Stefan Hajnoczi)
12314f2: qemu-iotests: add 194 non-shared storage migration test (Stefan Hajnoczi)
7d5b526: block: Update open_flags after ->inactivate() callback (Stefan Hajnoczi)
045a2f8: mirror: Mark target BB as "force allow inactivate" (Fam Zheng)
ca2e214: block-backend: Allow more "can inactivate" cases (Fam Zheng)
c16de8f: block-backend: Refactor inactivate check (Fam Zheng)
3da2bd8: numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9 (Eduardo Habkost)
d0a1801: fix build failure in nbd_read_reply_entry() (Igor Mammedov)
1f98e55: hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device (Thomas Huth)
8ccccff: hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = false (Thomas Huth)
0479097: hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev' (Thomas Huth)
188bfe1: spapr: Allow configure-connector to be called multiple times (Bharata B Rao)
5dfaa53: ppc: fix ppc_set_compat() with KVM PR (Greg Kurz)
c363a37: target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround (Daniel Henrique Barboza)
b96919d: boot-serial-test: prefer tcg accelerator (Cornelia Huck)

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc4 is now available
  2017-08-24 18:53 [Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc4 is now available Michael Roth
@ 2017-08-24 19:06 ` Laszlo Ersek
  2017-08-25  7:34   ` Paolo Bonzini
  2017-08-25  9:13   ` Peter Maydell
  0 siblings, 2 replies; 6+ messages in thread
From: Laszlo Ersek @ 2017-08-24 19:06 UTC (permalink / raw)
  To: Michael Roth; +Cc: qemu-devel, peter.maydell, Paolo Bonzini, Hannes Reinecke

On 08/24/17 20:53, Michael Roth wrote:
> Hello,
> 
> On behalf of the QEMU Team, I'd like to announce the availability of the
> fifth release candidate for the QEMU 2.10 release.  This release is meant
> for testing purposes and should not be used in a production environment.
> 
>   http://download.qemu-project.org/qemu-2.10.0-rc4.tar.xz
>   http://download.qemu-project.org/qemu-2.10.0-rc4.tar.xz.sig
> 
> A note from the maintainer:
> 
>   This release contains last minute fixes for some bugs affecting
>   PowerPC hosts and also for bugs in the QEMU network block device code.
>   Any final testing should therefore be concentrated on these areas.
>   We plan to make the final release of QEMU 2.10 on Wednesday 30th
>   August.
>   
>   (30th August happens to be my birthday, but this is purely
>   coincidental :-))
> 
> You can help improve the quality of the QEMU 2.10 release by testing this
> release and reporting bugs on Launchpad:
> 
>   https://bugs.launchpad.net/qemu/
> 
> The release plan, as well a documented known issues for release
> candidates, are available at:
> 
>   http://wiki.qemu.org/Planning/2.10
> 
> Please add entries to the ChangeLog for the 2.10 release below:
> 
>   http://wiki.qemu.org/ChangeLog/2.10
> 
> Changes since rc3:
> 
> 248b237: Update version for v2.10.0-rc4 release (Peter Maydell)
> 40f4a21: nbd-client: avoid spurious qio_channel_yield() re-entry (Stefan Hajnoczi)
> 12314f2: qemu-iotests: add 194 non-shared storage migration test (Stefan Hajnoczi)
> 7d5b526: block: Update open_flags after ->inactivate() callback (Stefan Hajnoczi)
> 045a2f8: mirror: Mark target BB as "force allow inactivate" (Fam Zheng)
> ca2e214: block-backend: Allow more "can inactivate" cases (Fam Zheng)
> c16de8f: block-backend: Refactor inactivate check (Fam Zheng)
> 3da2bd8: numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9 (Eduardo Habkost)
> d0a1801: fix build failure in nbd_read_reply_entry() (Igor Mammedov)
> 1f98e55: hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device (Thomas Huth)
> 8ccccff: hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = false (Thomas Huth)
> 0479097: hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev' (Thomas Huth)
> 188bfe1: spapr: Allow configure-connector to be called multiple times (Bharata B Rao)
> 5dfaa53: ppc: fix ppc_set_compat() with KVM PR (Greg Kurz)
> c363a37: target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround (Daniel Henrique Barboza)
> b96919d: boot-serial-test: prefer tcg accelerator (Cornelia Huck)

Has it not been the intent to include the following patch in 2.10:

  [PATCH] scsi-bus: correct responses for INQUIRY and REQUEST SENSE
  http://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg03351.html
  Message-Id: <1503049022-14749-1-git-send-email-hare@suse.de>

Paolo CC'd it to stable.

Apologies if I misunderstood.

Thanks,
Laszlo

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc4 is now available
  2017-08-24 19:06 ` Laszlo Ersek
@ 2017-08-25  7:34   ` Paolo Bonzini
  2017-08-25  9:13   ` Peter Maydell
  1 sibling, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2017-08-25  7:34 UTC (permalink / raw)
  To: Laszlo Ersek, Michael Roth; +Cc: peter.maydell, Hannes Reinecke, qemu-devel

On 24/08/2017 21:06, Laszlo Ersek wrote:
> On 08/24/17 20:53, Michael Roth wrote:
>> Hello,
>>
>> On behalf of the QEMU Team, I'd like to announce the availability of the
>> fifth release candidate for the QEMU 2.10 release.  This release is meant
>> for testing purposes and should not be used in a production environment.
>>
>>   http://download.qemu-project.org/qemu-2.10.0-rc4.tar.xz
>>   http://download.qemu-project.org/qemu-2.10.0-rc4.tar.xz.sig
>>
>> A note from the maintainer:
>>
>>   This release contains last minute fixes for some bugs affecting
>>   PowerPC hosts and also for bugs in the QEMU network block device code.
>>   Any final testing should therefore be concentrated on these areas.
>>   We plan to make the final release of QEMU 2.10 on Wednesday 30th
>>   August.
>>   
>>   (30th August happens to be my birthday, but this is purely
>>   coincidental :-))
>>
>> You can help improve the quality of the QEMU 2.10 release by testing this
>> release and reporting bugs on Launchpad:
>>
>>   https://bugs.launchpad.net/qemu/
>>
>> The release plan, as well a documented known issues for release
>> candidates, are available at:
>>
>>   http://wiki.qemu.org/Planning/2.10
>>
>> Please add entries to the ChangeLog for the 2.10 release below:
>>
>>   http://wiki.qemu.org/ChangeLog/2.10
>>
>> Changes since rc3:
>>
>> 248b237: Update version for v2.10.0-rc4 release (Peter Maydell)
>> 40f4a21: nbd-client: avoid spurious qio_channel_yield() re-entry (Stefan Hajnoczi)
>> 12314f2: qemu-iotests: add 194 non-shared storage migration test (Stefan Hajnoczi)
>> 7d5b526: block: Update open_flags after ->inactivate() callback (Stefan Hajnoczi)
>> 045a2f8: mirror: Mark target BB as "force allow inactivate" (Fam Zheng)
>> ca2e214: block-backend: Allow more "can inactivate" cases (Fam Zheng)
>> c16de8f: block-backend: Refactor inactivate check (Fam Zheng)
>> 3da2bd8: numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9 (Eduardo Habkost)
>> d0a1801: fix build failure in nbd_read_reply_entry() (Igor Mammedov)
>> 1f98e55: hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device (Thomas Huth)
>> 8ccccff: hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = false (Thomas Huth)
>> 0479097: hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev' (Thomas Huth)
>> 188bfe1: spapr: Allow configure-connector to be called multiple times (Bharata B Rao)
>> 5dfaa53: ppc: fix ppc_set_compat() with KVM PR (Greg Kurz)
>> c363a37: target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround (Daniel Henrique Barboza)
>> b96919d: boot-serial-test: prefer tcg accelerator (Cornelia Huck)
> 
> Has it not been the intent to include the following patch in 2.10:
> 
>   [PATCH] scsi-bus: correct responses for INQUIRY and REQUEST SENSE
>   http://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg03351.html
>   Message-Id: <1503049022-14749-1-git-send-email-hare@suse.de>
> 
> Paolo CC'd it to stable.

I should have sent a pull request, but I wasn't paying attention when
people decided that there would have been an -rc4.  The qemu-stable@ CC
means it will be picked up in 2.10.1.

Thanks,

Paolo

> Apologies if I misunderstood.
> 
> Thanks,
> Laszlo
> 

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc4 is now available
  2017-08-24 19:06 ` Laszlo Ersek
  2017-08-25  7:34   ` Paolo Bonzini
@ 2017-08-25  9:13   ` Peter Maydell
  2017-08-25  9:15     ` Paolo Bonzini
  1 sibling, 1 reply; 6+ messages in thread
From: Peter Maydell @ 2017-08-25  9:13 UTC (permalink / raw)
  To: Laszlo Ersek
  Cc: Michael Roth, QEMU Developers, Paolo Bonzini, Hannes Reinecke

On 24 August 2017 at 20:06, Laszlo Ersek <lersek@redhat.com> wrote:
> Has it not been the intent to include the following patch in 2.10:
>
>   [PATCH] scsi-bus: correct responses for INQUIRY and REQUEST SENSE
>   http://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg03351.html
>   Message-Id: <1503049022-14749-1-git-send-email-hare@suse.de>
>
> Paolo CC'd it to stable.
>
> Apologies if I misunderstood.

Nobody flagged it up on the wiki planning page or replied to my
"are there any other RC things we should fix for 2.10" emails
about it. If it has to go into an RC then it needs to get my
attention as a release-critical bug (which is a stronger
criterion than just should-go-into-next-stable release).

thanks
-- PMM

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc4 is now available
  2017-08-25  9:13   ` Peter Maydell
@ 2017-08-25  9:15     ` Paolo Bonzini
  2017-08-25 12:13       ` Laszlo Ersek
  0 siblings, 1 reply; 6+ messages in thread
From: Paolo Bonzini @ 2017-08-25  9:15 UTC (permalink / raw)
  To: Peter Maydell, Laszlo Ersek
  Cc: Michael Roth, QEMU Developers, Hannes Reinecke

On 25/08/2017 11:13, Peter Maydell wrote:
> On 24 August 2017 at 20:06, Laszlo Ersek <lersek@redhat.com> wrote:
>> Has it not been the intent to include the following patch in 2.10:
>>
>>   [PATCH] scsi-bus: correct responses for INQUIRY and REQUEST SENSE
>>   http://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg03351.html
>>   Message-Id: <1503049022-14749-1-git-send-email-hare@suse.de>
>>
>> Paolo CC'd it to stable.
>>
>> Apologies if I misunderstood.
> 
> Nobody flagged it up on the wiki planning page or replied to my
> "are there any other RC things we should fix for 2.10" emails
> about it. If it has to go into an RC then it needs to get my
> attention as a release-critical bug (which is a stronger
> criterion than just should-go-into-next-stable release).

No problem, it was nice-to-have indeed, but since Laszlo has fixed it in
OVMF it is not a tragedy.

Paolo

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

* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc4 is now available
  2017-08-25  9:15     ` Paolo Bonzini
@ 2017-08-25 12:13       ` Laszlo Ersek
  0 siblings, 0 replies; 6+ messages in thread
From: Laszlo Ersek @ 2017-08-25 12:13 UTC (permalink / raw)
  To: Paolo Bonzini, Peter Maydell
  Cc: Michael Roth, QEMU Developers, Hannes Reinecke

On 08/25/17 11:15, Paolo Bonzini wrote:
> On 25/08/2017 11:13, Peter Maydell wrote:
>> On 24 August 2017 at 20:06, Laszlo Ersek <lersek@redhat.com> wrote:
>>> Has it not been the intent to include the following patch in 2.10:
>>>
>>>   [PATCH] scsi-bus: correct responses for INQUIRY and REQUEST SENSE
>>>   http://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg03351.html
>>>   Message-Id: <1503049022-14749-1-git-send-email-hare@suse.de>
>>>
>>> Paolo CC'd it to stable.
>>>
>>> Apologies if I misunderstood.
>>
>> Nobody flagged it up on the wiki planning page or replied to my
>> "are there any other RC things we should fix for 2.10" emails
>> about it. If it has to go into an RC then it needs to get my
>> attention as a release-critical bug (which is a stronger
>> criterion than just should-go-into-next-stable release).

Sorry, my recent workload has totally prevented me from even skimming
the subjects on qemu-devel :(

I vaguely remember that I had edited a similar wiki page for an earlier
release, about an issue I had perceived release critical. But, this
memory has failed to surface in my consciousness soon enough. Something
something workload something.

> No problem, it was nice-to-have indeed, but since Laszlo has fixed it in
> OVMF it is not a tragedy.

Right!

Laszlo

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

end of thread, other threads:[~2017-08-25 12:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 18:53 [Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc4 is now available Michael Roth
2017-08-24 19:06 ` Laszlo Ersek
2017-08-25  7:34   ` Paolo Bonzini
2017-08-25  9:13   ` Peter Maydell
2017-08-25  9:15     ` Paolo Bonzini
2017-08-25 12:13       ` Laszlo Ersek

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