From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUKn7-0007F6-29 for qemu-devel@nongnu.org; Tue, 15 May 2012 12:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUKn0-0002tG-Mg for qemu-devel@nongnu.org; Tue, 15 May 2012 12:40:04 -0400 Received: from mail-gg0-f173.google.com ([209.85.161.173]:35767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUKn0-0002sv-JE for qemu-devel@nongnu.org; Tue, 15 May 2012 12:39:58 -0400 Received: by ggnp1 with SMTP id p1so5680798ggn.4 for ; Tue, 15 May 2012 09:39:57 -0700 (PDT) Message-ID: <4FB286DA.7090307@codemonkey.ws> Date: Tue, 15 May 2012 11:39:54 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4FB27EA1.4080800@us.ibm.com> <4FB28574.1080900@weilnetz.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 1.1-rc2 release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Weil , Anthony Liguori , Riku Voipio , qemu-devel On 05/15/2012 11:38 AM, Peter Maydell wrote: > On 15 May 2012 17:33, Stefan Weil wrote: >> Am 15.05.2012 18:04, schrieb Anthony Liguori: >>> Known Issues: >>> >>> - There appears to be a failure in make check on some platforms. This >>> will be resolved in -rc3. >>> >> >> Just for the record: there are a lot more known issues. >> Here is a small extract: >> >> - SDL (zooming) and VNC both access uninitialized memory. >> SDL even writes out of bounds. Valgrind finds both kinds >> of defects easily. >> >> - There are still several known memory leaks. For some of them >> patches were already sent to qemu-devel. >> >> - There are known deficits in the emulations. Even the x86_64 >> system emulation which is one of the best maintained emulations >> still causes a blue screen when running a 64 bit Windows guest >> in TCG mode, for example. >> >> A lot was already done, but there still remains much work to be done :-) > > Alex's linux-user stale-tbs-after-mmap patch is also still pending. Does Riku have it queued? I saw that patch and expected it to come from Riku's tree.. Regards, Anthony Liguori > > Maybe we should record patches/series/bugs that we hope to get into > the release on the wiki page, so it's easier to construct this > "known issues" list and Anthony has a checklist of things that > might have been accidentally passed over? > > -- PMM >