From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53733 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5SK3-0007wO-6J for qemu-devel@nongnu.org; Mon, 11 Oct 2010 20:02:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5SK1-00049j-Su for qemu-devel@nongnu.org; Mon, 11 Oct 2010 20:02:26 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:59684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5SK1-00049c-Pk for qemu-devel@nongnu.org; Mon, 11 Oct 2010 20:02:25 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by e6.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o9C02lqs001142 for ; Mon, 11 Oct 2010 20:02:47 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9C02M3l2224184 for ; Mon, 11 Oct 2010 20:02:22 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o9C02LTv032334 for ; Mon, 11 Oct 2010 21:02:21 -0300 Message-ID: <4CB3A58A.4010105@linux.vnet.ibm.com> Date: Mon, 11 Oct 2010 19:02:18 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4CB38C82.1090403@linux.vnet.ibm.com> <20101011204548.16b7bd69@doriath> In-Reply-To: <20101011204548.16b7bd69@doriath> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFT] qemu 0.13.0-rc3 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Kevin Wolf , Marcelo Tosatti , Juan Quintela , "Michael S. Tsirkin" , qemu-devel , Blue Swirl , Aurelien Jarno On 10/11/2010 06:45 PM, Luiz Capitulino wrote: > On Mon, 11 Oct 2010 17:15:30 -0500 > Anthony Liguori wrote: > > >> After suffering from a prolonged maintainer softlockup, I'm attempting >> to get 0.13.0 release process back on track. >> >> I've tagged qemu-0.13.0-rc3 in git which only carries a few changes >> since 0.13.0-rc1. Most notably, a series of updates from Kevin Wolf and >> Cam Macdonell's ivshmem device. >> >> I think we're pretty good testing wise for the final release but I >> wanted to offer a 24-hour window for last minute fixes. I'm only >> interested in the following: >> >> 1) Patches that are *tested* against the stable-0.13 branch that are >> already committed in master. Please tell me explicitly that you've >> tested the patch and how you've tested it. >> >> 2) Pull requests from other maintainers with cherry-picked patches >> against stable-0.13 that have been tested. >> > I went through 0.13-rc3's log and found out a number of fixes missing, > some are quite old. Strange, I really thought they were all applied. > > Maybe I confused myself when they got applied to master. Not sure. > > Anyway, I've cherry-picked them in the following location: > > git://repo.or.cz/qemu/qmp-unstable.git for-stable-0.13 > > Please, note that there non-monitor fixes too. > Thanks, I've pulled them into stable-0.13. Regards, Anthony Liguori > Alex Williamson (1): > savevm: Reset last block info at beginning of each save > > Amit Shah (1): > migration: Accept 'cont' only after successful incoming migration > > Eduardo Habkost (1): > disable guest-provided stats on "info balloon" command > > Luiz Capitulino (3): > QMP doc: Add 'Stability Considerations' section > QMP: Update README file > QMP/README: Update QMP homepage address > > Marcelo Tosatti (1): > set proper migration status on ->write error (v5) > > Miguel Di Ciurcio Filho (2): > QMP: update 'query-version' documentation > QMP/monitor: update do_info_version() to output broken down version string >