qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [ANNOUNCE] QEMU 2.5.0-rc2 is now available


From: Denis V. Lunev
Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 2.5.0-rc2 is now available
Date: Fri, 27 Nov 2015 23:03:04 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 11/27/2015 10:47 PM, Michael Roth wrote:
Hello,

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

   http://wiki.qemu.org/download/qemu-2.5.0-rc2.tar.bz2

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

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

The release plan for the 2.5 release is available at:

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

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

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

Known issues affecting this RC can be viewed here:

   http://wiki.qemu.org/Planning/2.5#Still_unfixed

Please report any known/blocking issues prior to the release of RC3, as
that is expected to become the final RC before the 2.5 release.

Changes since rc1:

b04fc42: Update version for v2.5.0-rc2 release (Peter Maydell)
d08e42a: vhost-user-test: fix migration overlap test (Michael S. Tsirkin)
5120901: target-i386: kvm: Print warning when clearing mcg_cap bits (Eduardo 
Habkost)
2590f15: target-i386: kvm: Use env->mcg_cap when setting up MCE (Eduardo 
Habkost)
49b69cb: target-i386: kvm: Abort if MCE bank count is not supported by host 
(Eduardo Habkost)
3e32e8a: virtio-scsi: don't crash without a valid device (Eugene (jno) 
Dvurechenski)
12a3567: target-sparc: fix 32-bit truncation in fpackfix (Paolo Bonzini)
bfc2a1a: exec: remove warning about mempath and hugetlbfs (Daniel P. Berrange)
2c189a4: Revert "exec: silence hugetlbfs warning under qtest" (Daniel P. 
Berrange)
b2780d3: call bdrv_drain_all() even if the vm is stopped (Wen Congyang)
903a41d: Fix memory leak on error (Stefano Dong (董兴水))
449e357: Revert "vhost: send SET_VRING_ENABLE at start/stop" (Michael S. 
Tsirkin)
df64983: qjson: Limit number of tokens in addition to total size (Markus 
Armbruster)
9bada89: qjson: surprise, allocating 6 QObjects per token is expensive (Paolo 
Bonzini)
95385fe: qjson: store tokens in a GQueue (Paolo Bonzini)
d538b25: qjson: Convert to parser to recursive descent (Markus Armbruster)
d2ca7c0: qjson: replace QString in JSONLexer with GString (Paolo Bonzini)
6b9606f: qjson: Inline token_is_escape() and simplify (Markus Armbruster)
50e2a46: qjson: Inline token_is_keyword() and simplify (Markus Armbruster)
c546166: qjson: Give each of the six structural chars its own token type 
(Markus Armbruster)
b8d3b1d: qjson: Spell out some silent assumptions (Markus Armbruster)
f0ae030: check-qjson: Add test for JSON nesting depth limit (Markus Armbruster)
0753113: qjson: Don't crash when input exceeds nesting limit (Markus Armbruster)
4f2d31f: qjson: Apply nesting limit more sanely (Markus Armbruster)
3a81a10: monitor: Plug memory leak on QMP error (Markus Armbruster)
7fe4a41: vnc: fix segfault (Gerd Hoffmann)
44c6e00: qga: added another non-interactive gspawn() helper file. (Yuri 
Pudgorodskiy)
0a982b1: qga: Better mapping of SEEK_* in guest-file-seek (Eric Blake)
4eaab85: tests: add file-write-read test (Marc-André Lureau)
895b00f: qga: flush explicitly when needed (Marc-André Lureau)
9c73517: ide-test: fix timeouts (John Snow)
f2b608a: qga: gspawn() console helper to Windows guest agent msi build (Yuri 
Pudgorodskiy)
68aa262: makefile: fix qemu-ga make install for --disable-tools (Michael Roth)
f77dcdb: block-migration: limit the memory usage (Wen Congyang)
1d74143: Assume madvise for (no)hugepage works (Dr. David Alan Gilbert)
4d7f853: qemu-iotests: Add -nographic when starting QEMU in 119 and 120 (Fam 
Zheng)
903c341: block/qapi: Plug memory leak on query-block error path (Markus 
Armbruster)
98caa5b: raw-posix.c: Make GetBSDPath() handle caching options (Programmingkid)
8e37ca6: nand: fix flash erase when oob is in memory (Ricard Wanderlof)
7595ed7: test-aio: Fix event notifier cleanup (Kevin Wolf)
5e41fbf: tests/Makefile: Add more dependencies for test-timed-average (Kevin 
Wolf)
2b1641d: MAINTAINERS: Update TCG CPU cores section (Paolo Bonzini)
7cf3249: tests/vhost-user-bridge: read command line arguments (Victor Kaplansky)
85ea9da: tests/vhost-user-bridge: propose GUEST_ANNOUNCE feature (Victor 
Kaplansky)
c61f09e: vhost-user: clarify start and enable (Michael S. Tsirkin)
d39c87d: vhost-user: set link down when the char device is closed (Wen Congyang)
463b52f: pc: Don't set hw_version on pc-*-2.5 (Eduardo Habkost)
fac862f: osdep: Change default value of qemu_hw_version() to "2.5+" (Eduardo 
Habkost)
22037db: xen_disk: Remove ioreq.postsync (Alberto Garcia)
1d64924: ivshmem: Rename property memdev to x-memdev for 2.5 (Markus Armbruster)
2825717: ivshmem: Mark questionable socket type test FIXME (Markus Armbruster)
1613094: tests/ivshmem-test: Supply missing initializer in get_device() (Markus 
Armbruster)
a9282c2: qemu-doc: Fix ivshmem usage example with shm=... (Markus Armbruster)
50d34c4: qemu-doc: Fix ivshmem example markup (Markus Armbruster)
73a27d9: atapi: Fix code indentation (Alberto Garcia)
36be092: atapi: Account for failed and invalid operations in cd_read_sector() 
(Alberto Garcia)
a421f3c: ide-test: cdrom_pio_impl fixup (John Snow)
e14f0eb: target-arm/translate-a64.c: Correct unallocated checks for ldst_excl 
(Peter Maydell)
6109769: target-arm: Don't mask out bits [47:40] in LPAE descriptors for v8 
(Peter Maydell)
f72c0a7: default-configs/aarch64-linux-user.mak: Remove unused define (Peter 
Maydell)
5b4a047: xlnx-ep108: Fix minimum RAM check (Alistair Francis)
f93c3a8: target-mips: flush QEMU TLB when disabling 64-bit addressing (Leon 
Alrae)
7871abb: target-mips: Fix exceptions while UX=0 (James Hogan)
466138d: virtio-blk: Move resetting of req->mr_next to 
virtio_blk_handle_rw_error (Fam Zheng)
c9f6856: parallels: dirty BAT properly for continuous allocations (Vladimir 
Sementsov-Ogievskiy)
a3567ba: hostmem: Ignore ENOSYS while setting MPOL_DEFAULT (Pavel Fedin)
644da9b: tcg: Fix highwater check (John Clarke)
cdadde3: xen: fix usage of xc_domain_create in domain builder (Roger Pau Monne)



can somebody add to the changelog:
- 'info ioapic' and 'info lapic' commands
- snapshots compatibility with dataplane (if this is suitable for it)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]