From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeP9V-00085Q-Al for qemu-devel@nongnu.org; Mon, 20 May 2013 08:25:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UeP9Q-0004xP-J5 for qemu-devel@nongnu.org; Mon, 20 May 2013 08:25:21 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:57601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeP9Q-0004ql-0s for qemu-devel@nongnu.org; Mon, 20 May 2013 08:25:16 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 20 May 2013 22:16:36 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 59D0C357804E for ; Mon, 20 May 2013 22:25:00 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4KCArwo17367070 for ; Mon, 20 May 2013 22:10:54 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r4KCOwGh028664 for ; Mon, 20 May 2013 22:24:58 +1000 From: Anthony Liguori In-Reply-To: <519A0268.7050308@redhat.com> References: <519A0268.7050308@redhat.com> Date: Mon, 20 May 2013 07:24:53 -0500 Message-ID: <8738th3kkq.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] pending 1.5 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel Paolo Bonzini writes: > I see the following patches on the list that IMO deserve inclusion into > 1.5. All of them should be low-risk. > > <1368718348-15199-1-git-send-email-emaste@freebsd.org> > [PATCH v2] Rename hexdump to avoid FreeBSD libutil conflict Ack. > <1369046780-17498-1-git-send-email-pbonzini@redhat.com> > [PATCH for-1.5 resend] vl: new runstate transition: > RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIGRATE Ack. > <1369045989-14016-1-git-send-email-hpoussin@reactos.org> > [PATCH for-1.5] osdep: fix qemu_anon_ram_free trace (+ fix compilation > on 32 bit hosts) Ack. > <1369032665-18159-2-git-send-email-lilei@linux.vnet.ibm.com> > [PATCH 1/3] chardev: Make consistent with udp device for new qapi backend > (not the rest of the series) Ack. > There is also <20130520081814.GA8162@redhat.com>, but I think it's > too intrusive. It's untested so there's no way it can go in. Since it only impacts WHQL testing I don't think it's a bit problem to wait for stable. Regards, Anthony Liguori > > Paolo