From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UePAH-00008h-B0 for qemu-devel@nongnu.org; Mon, 20 May 2013 08:26:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UePAB-00056p-Qw for qemu-devel@nongnu.org; Mon, 20 May 2013 08:26:09 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:35697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UePAB-00056W-8L for qemu-devel@nongnu.org; Mon, 20 May 2013 08:26:03 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 21 May 2013 09:23:26 +1000 Received: from d23relay03.au.ibm.com (d23relay03.au.ibm.com [9.190.235.21]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 432C12CE804D for ; Mon, 20 May 2013 22:25:58 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay03.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4KCPo0323461962 for ; Mon, 20 May 2013 22:25:50 +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 r4KCPvRE029590 for ; Mon, 20 May 2013 22:25:57 +1000 From: Anthony Liguori In-Reply-To: <519A09AE.5080205@redhat.com> References: <519A0268.7050308@redhat.com> <519A08F2.1020007@weilnetz.de> <519A09AE.5080205@redhat.com> Date: Mon, 20 May 2013 07:25:53 -0500 Message-ID: <87zjvp25ym.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 , Stefan Weil Cc: qemu-devel Paolo Bonzini writes: > Il 20/05/2013 13:28, Stefan Weil ha scritto: >> Am 20.05.2013 13:00, schrieb Paolo Bonzini: >>> 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 >>> >>> <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 >>> >>> <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) >> >> See also http://patchwork.ozlabs.org/patch/244757/ > > Yes, they are identical. > >>> <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) >>> >>> There is also <20130520081814.GA8162@redhat.com>, but I think it's >>> too intrusive. >> >> Plus this one, please: >> >> http://patchwork.ozlabs.org/patch/244758/ >> spitz: Fix compiler warning (MinGW-w64) > > Agreed. We don't build with -Werror on MinGW-w64 so a warning fix is very low priority. It needs to wait for stable. Regards, Anthony Liguori > > Paolo