From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7ks6-0005iD-F8 for qemu-devel@nongnu.org; Thu, 17 Jul 2014 08:33:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7krv-0000kz-PP for qemu-devel@nongnu.org; Thu, 17 Jul 2014 08:33:14 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:47301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7krv-0000ki-Ii for qemu-devel@nongnu.org; Thu, 17 Jul 2014 08:33:03 -0400 Received: by mail-we0-f173.google.com with SMTP id q58so2781197wes.18 for ; Thu, 17 Jul 2014 05:33:01 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53C7C274.8090104@redhat.com> Date: Thu, 17 Jul 2014 14:32:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] status for rc3/release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , QEMU Developers Il 17/07/2014 11:45, Peter Maydell ha scritto: > So we just released rc2. The proposed schedule has > rc3 next Tuesday, with final release the Tuesday after. > > My thought is that we should aim for rc3 to add only > a fairly small number of focussed and "safe" bugfixes, > with the intention of making the final release be the > same as rc3 if no showstopper bugs are discovered. Here is my queue: Andreas Färber (2): module: Simplify module_load() module: Don't complain when a module is absent ==> you already acked these Nikolay Nikolaev (2): vhost-user: Fix VHOST_SET_MEM_TABLE processing qtest: Adapt vhost-user-test to latest vhost-user changes ==> fix for a feature in 2.1 Paolo Bonzini (3): qtest: new test for wdt_ib700 ==> are more tests welcome at this stage? Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation" Revert "kvmclock: Ensure time in migration never goes backward" ==> revert a buggy fix introduced in 2.1 Ricky Zhou (1): target-i386: Allow execute from user mode when SMEP is enabled. ==> fix for a 2.1 regression