* [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
@ 2012-05-22 14:32 Anthony Liguori
2012-05-22 15:09 ` Jan Kiszka
` (5 more replies)
0 siblings, 6 replies; 10+ messages in thread
From: Anthony Liguori @ 2012-05-22 14:32 UTC (permalink / raw)
To: qemu-devel
Hi,
On behalf of the QEMU Team, I'd like to announce the availability of the third
release candidate for the QEMU 1.1 release. This release is meant for testing
purposes and should not be used in a production environment.
http://wiki.qemu.org/download/qemu-1.1.0-rc3.tar.bz2
You can help improve the quality of the QEMU 1.1 release by testing this release
and reporting bugs on Launchpad:
https://bugs.launchpad.net/qemu/
The release plan for the 1.1 release is available at:
http://wiki.qemu.org/Planning/1.1
And a detailed change log is available at:
http://wiki.qemu.org/ChangeLog/Next
Known Issues:
- There are no known release blockers in -rc3.
Changes since -rc2:
- xen: Fix PV-on-HVM (Anthony PERARD)
- qdev: Fix memory leak (dunrong huang)
- virtio: check virtio_load return code (Orit Wassermann)
- virtio-blk: always enable VIRTIO_BLK_F_SCSI (Paolo Bonzini)
- virtio-blk: define VirtIOBlkConf (Paolo Bonzini)
- virtio-blk: blockdev_mark_auto_del is transport-independent (Paolo Bonzini)
- virtio-blk: report non-zero status when failing SG_IO requests (Paolo Bonzini)
- use an uint64_t for the max_sz parameter in load_image_targphys (Mark Langsdorf)
- tests: Add rtc-test (fix test regression) (Stefan Weil)
- tests: Fix linker failure for fdc-test (Stefan Weil)
- mips: Fix BC1ANY[24]F instructions (Richard Sandiford)
- linux-user: Fix stale tbs after mmap (Alexander Graf)
- virtio-pci: add missing 'static' (Blue Swirl)
- sparc64: fix initrd loading (Blue Swirl)
- audio: split IN_T into two separate constants (Roger Pau Monne)
- target-microblaze: impelemented swapx instructions (Peter A. G. Crosthwaite)
- qemu-ga: align versioning with QEMU_VERSION (Michael Roth)
- qemu-ga: fix segv after failure to open log file (Michael Roth)
- qemu-ga: guest-shutdown: use only async-signal-safe functions (Luiz Capitulino)
- qemu-ga: guest-shutdown: become synchronous (Luiz Capitulino)
- qemu-ga: guest-suspend: make the API synchronous (Luiz Capitulino)
- qemu-ga: become_daemon(): reopen standard fds to /dev/null (Luiz Capitulino)
- qemu-ga: make reopen_fd_to_null() public (Luiz Capitulino)
- qemu-ga: guest-suspend-hybrid: don't emit a success response (Luiz Capitulino)
- qemu-ga: guest-suspend-ram: don't emit a success response (Luiz Capitulino)
- qemu-ga: guest-suspend-disk: don't emit a success response (Luiz Capitulino)
- qemu-ga: guest-shutdown: don't emit a success response (Luiz Capitulino)
- qemu-ga: don't warn on no command return (Luiz Capitulino)
- qapi: add support for command options (Luiz Capitulino)
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
2012-05-22 14:32 [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release Anthony Liguori
@ 2012-05-22 15:09 ` Jan Kiszka
2012-05-22 15:33 ` Gerd Hoffmann
2012-05-22 15:13 ` Avi Kivity
` (4 subsequent siblings)
5 siblings, 1 reply; 10+ messages in thread
From: Jan Kiszka @ 2012-05-22 15:09 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Avi Kivity, Juan Quintela, qemu-devel, Michael S. Tsirkin
On 2012-05-22 11:32, Anthony Liguori wrote:
> Hi,
>
> On behalf of the QEMU Team, I'd like to announce the availability of the
> third release candidate for the QEMU 1.1 release. This release is meant
> for testing purposes and should not be used in a production environment.
>
> http://wiki.qemu.org/download/qemu-1.1.0-rc3.tar.bz2
>
> You can help improve the quality of the QEMU 1.1 release by testing this
> release and reporting bugs on Launchpad:
>
> https://bugs.launchpad.net/qemu/
>
> The release plan for the 1.1 release is available at:
>
> http://wiki.qemu.org/Planning/1.1
>
> And a detailed change log is available at:
>
> http://wiki.qemu.org/ChangeLog/Next
>
> Known Issues:
>
> - There are no known release blockers in -rc3.
[1] may not block but is fairly annoying due to [2] when using pulseaudio.
Then I have two smaller MSI fixes [3,4] pending that need not have to
wait for 1.1.1 IMHO.
Finally, I just recalled that writing out 1.0 or older vmstate formats
is still broken [5,6]. Was the plan now to adjust the stable versions
instead?
Jan
[1] http://thread.gmane.org/gmane.comp.emulators.qemu/149307
[2] http://thread.gmane.org/gmane.comp.emulators.qemu/151161
[3] http://thread.gmane.org/gmane.comp.emulators.qemu/150472
[4] http://thread.gmane.org/gmane.comp.emulators.qemu/150471
[5] http://thread.gmane.org/gmane.comp.emulators.kvm.devel/88838
[6] http://thread.gmane.org/gmane.comp.emulators.kvm.devel/88958
--
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
2012-05-22 14:32 [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release Anthony Liguori
2012-05-22 15:09 ` Jan Kiszka
@ 2012-05-22 15:13 ` Avi Kivity
2012-05-22 15:54 ` Paolo Bonzini
2012-05-23 8:17 ` Stefan Hajnoczi
` (3 subsequent siblings)
5 siblings, 1 reply; 10+ messages in thread
From: Avi Kivity @ 2012-05-22 15:13 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel
On 05/22/2012 05:32 PM, Anthony Liguori wrote:
> Known Issues:
>
> - There are no known release blockers in -rc3.
>
Please consider http://patchwork.ozlabs.org/patch/157995/ for merging
into 1.1.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
2012-05-22 15:09 ` Jan Kiszka
@ 2012-05-22 15:33 ` Gerd Hoffmann
0 siblings, 0 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2012-05-22 15:33 UTC (permalink / raw)
To: Jan Kiszka
Cc: qemu-devel, Anthony Liguori, Michael S. Tsirkin, Avi Kivity,
Juan Quintela
Hi,
> [1] may not block but is fairly annoying due to [2] when using pulseaudio.
I'll try to set aside some time for that one tomorrow.
cheers,
Gerd
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
2012-05-22 15:13 ` Avi Kivity
@ 2012-05-22 15:54 ` Paolo Bonzini
0 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2012-05-22 15:54 UTC (permalink / raw)
To: Avi Kivity; +Cc: Anthony Liguori, qemu-devel
Il 22/05/2012 17:13, Avi Kivity ha scritto:
> On 05/22/2012 05:32 PM, Anthony Liguori wrote:
>
>> Known Issues:
>>
>> - There are no known release blockers in -rc3.
>>
>
>
> Please consider http://patchwork.ozlabs.org/patch/157995/ for merging
> into 1.1.
Also
http://article.gmane.org/gmane.comp.emulators.qemu/151480/raw
[PATCH v3] pci: call object_unparent() before free_qdev()
Paolo
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
2012-05-22 14:32 [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release Anthony Liguori
2012-05-22 15:09 ` Jan Kiszka
2012-05-22 15:13 ` Avi Kivity
@ 2012-05-23 8:17 ` Stefan Hajnoczi
2012-05-23 8:22 ` Zhi Yong Wu
2012-05-23 8:32 ` Kevin Wolf
` (2 subsequent siblings)
5 siblings, 1 reply; 10+ messages in thread
From: Stefan Hajnoczi @ 2012-05-23 8:17 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel
On Tue, May 22, 2012 at 3:32 PM, Anthony Liguori <aliguori@us.ibm.com> wrote:
> Known Issues:
>
> - There are no known release blockers in -rc3.
Please consider these tracing fixes from yesterday:
http://patchwork.ozlabs.org/patch/160679/
http://patchwork.ozlabs.org/patch/160678/
They fix incorrect event numbering for --enable-trace-backend=simple
and an internal error in the ./trace-events file parser.
Stefan
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
2012-05-23 8:17 ` Stefan Hajnoczi
@ 2012-05-23 8:22 ` Zhi Yong Wu
0 siblings, 0 replies; 10+ messages in thread
From: Zhi Yong Wu @ 2012-05-23 8:22 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: Anthony Liguori, qemu-devel
For block devices in changelog, Block I/O throttling support seems to be missed.
On Wed, May 23, 2012 at 4:17 PM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Tue, May 22, 2012 at 3:32 PM, Anthony Liguori <aliguori@us.ibm.com> wrote:
>> Known Issues:
>>
>> - There are no known release blockers in -rc3.
>
> Please consider these tracing fixes from yesterday:
>
> http://patchwork.ozlabs.org/patch/160679/
> http://patchwork.ozlabs.org/patch/160678/
>
> They fix incorrect event numbering for --enable-trace-backend=simple
> and an internal error in the ./trace-events file parser.
>
> Stefan
>
--
Regards,
Zhi Yong Wu
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
2012-05-22 14:32 [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release Anthony Liguori
` (2 preceding siblings ...)
2012-05-23 8:17 ` Stefan Hajnoczi
@ 2012-05-23 8:32 ` Kevin Wolf
2012-05-23 8:43 ` Michael Tokarev
2012-05-23 11:55 ` Stefano Stabellini
5 siblings, 0 replies; 10+ messages in thread
From: Kevin Wolf @ 2012-05-23 8:32 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel
Am 22.05.2012 16:32, schrieb Anthony Liguori:
> Hi,
>
> On behalf of the QEMU Team, I'd like to announce the availability of the third
> release candidate for the QEMU 1.1 release. This release is meant for testing
> purposes and should not be used in a production environment.
>
> http://wiki.qemu.org/download/qemu-1.1.0-rc3.tar.bz2
>
> You can help improve the quality of the QEMU 1.1 release by testing this release
> and reporting bugs on Launchpad:
>
> https://bugs.launchpad.net/qemu/
>
> The release plan for the 1.1 release is available at:
>
> http://wiki.qemu.org/Planning/1.1
>
> And a detailed change log is available at:
>
> http://wiki.qemu.org/ChangeLog/Next
>
> Known Issues:
>
> - There are no known release blockers in -rc3.
I think http://patchwork.ozlabs.org/patch/159570/ or a patch based on
Paolo's description should be considered for the release.
Kevin
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
2012-05-22 14:32 [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release Anthony Liguori
` (3 preceding siblings ...)
2012-05-23 8:32 ` Kevin Wolf
@ 2012-05-23 8:43 ` Michael Tokarev
2012-05-23 11:55 ` Stefano Stabellini
5 siblings, 0 replies; 10+ messages in thread
From: Michael Tokarev @ 2012-05-23 8:43 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel
On 22.05.2012 18:32, Anthony Liguori wrote:
> Hi,
>
> On behalf of the QEMU Team, I'd like to announce the availability of the third release candidate for the QEMU 1.1 release. This release is meant for testing purposes and should not be used in a production environment.
>
> http://wiki.qemu.org/download/qemu-1.1.0-rc3.tar.bz2
This trivial change is still missing too:
http://patchwork.ozlabs.org/patch/158042/
Thanks,
/mjt
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release
2012-05-22 14:32 [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release Anthony Liguori
` (4 preceding siblings ...)
2012-05-23 8:43 ` Michael Tokarev
@ 2012-05-23 11:55 ` Stefano Stabellini
5 siblings, 0 replies; 10+ messages in thread
From: Stefano Stabellini @ 2012-05-23 11:55 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel
On Tue, 22 May 2012, Anthony Liguori wrote:
> Changes since -rc2:
>
> - xen: Fix PV-on-HVM (Anthony PERARD)
Thanks for applying this patch.
Please also consider this pull request:
http://marc.info/?l=qemu-devel&m=133727371422338
Be aware that also contains the same "Fix PV-on-HVM" commit, let me
know if you want me to rebase it on rc3.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-05-23 11:56 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 14:32 [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc3 release Anthony Liguori
2012-05-22 15:09 ` Jan Kiszka
2012-05-22 15:33 ` Gerd Hoffmann
2012-05-22 15:13 ` Avi Kivity
2012-05-22 15:54 ` Paolo Bonzini
2012-05-23 8:17 ` Stefan Hajnoczi
2012-05-23 8:22 ` Zhi Yong Wu
2012-05-23 8:32 ` Kevin Wolf
2012-05-23 8:43 ` Michael Tokarev
2012-05-23 11:55 ` Stefano Stabellini
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).