From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgKoa-0003uJ-60 for qemu-devel@nongnu.org; Wed, 05 Dec 2012 14:39:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgKoZ-0003s0-1M for qemu-devel@nongnu.org; Wed, 05 Dec 2012 14:39:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgKoY-0003rl-Pt for qemu-devel@nongnu.org; Wed, 05 Dec 2012 14:39:26 -0500 Message-ID: <50BFA36E.1080306@redhat.com> Date: Wed, 05 Dec 2012 20:41:34 +0100 From: Hans de Goede MIME-Version: 1.0 References: <87ip8ilt75.fsf@codemonkey.ws> <87d2yp4gvu.fsf@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] 1.4 release schedule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Peter Maydell , Anthony Liguori , qemu-devel@nongnu.org Hi, On 12/05/2012 08:28 PM, Blue Swirl wrote: > On Tue, Dec 4, 2012 at 10:00 PM, Anthony Liguori wrote: >> Peter Maydell writes: >> >>> On 4 December 2012 18:38, Blue Swirl wrote: >>>> The definition of the hard freeze bothers me. A few patches that went >>>> in after 1.3-rc0 were not bug fixes but just new features, so the >>>> difference between soft and hard freezes was not clear. >>> >>> My vote for this would be to adhere to our definition >>> and only commit bugfixes. >> >> Let's get specific. What was committed post hard freeze that's not a >> bug fix? > > d3067b0 Documentation: Update image format information > a13e5e0 Documentation: Update block cache mode information > 044d003 qemu-tech.texi: update implemented xtensa features list Adding missing / updating docs to be more accurate is a bug fix, and one with a very low chance of causing regressions at that. > a0a7068 target-i386: Enable SSSE3 TCG support > 80ae416 target-i386/cpu: Add missing flags to Haswell CPU model > 42015c9 virtio-rng: fix typos, comments > e1e54f3 target-i386: cpu: add missing flags to Haswell CPU model > 339c270 qom: make object_finalize static > 64b625f qdev: simplify (de)allocation of buses > fde9bf4 qom: make object_delete usable for statically-allocated objects > 667d22d qdev: move bus removal to object_unparent > 74c856e tests: add thread pool unit tests > b2ea25d tests: add AioContext unit tests > 21022c9 q35: Add kvmclock support > a1c9304 ich9: Add i82801b11 dmi-to-pci bridge > df2d8b3 q35: Introduce q35 pc based chipset emulator > 678e7b9 ich9: Add smbus > 4d00636 ich9: Add the lpc chip > e516572 ich9: Add acpi support and definitions > 410edd9 pc/piix_pci: factor out smram/pam logic > d8ee038 pc_piix: Move kvm irq routing functions out of pc_piix.c > a39e356 pc: Move ioapic_init() from pc_piix.c to pc.c > 9011a1a pc, pc_piix: split out pc nic initialization > 723aedd usb-redir: Don't handle interrupt output packets async Bug-fix > 234e810 usb-redir: Split usb_handle_interrupt_data into separate > in/out functions Preparation patch for the above bugfix, no functional changes. > 33c1a68 usb-bt: Return NAK instead of STALL when interrupt ep has no data Bug-fix Regards, Hans