From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UePC2-00022u-55 for qemu-devel@nongnu.org; Mon, 20 May 2013 08:28:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UePBw-0005W4-0T for qemu-devel@nongnu.org; Mon, 20 May 2013 08:27:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UePBv-0005Vn-Ox for qemu-devel@nongnu.org; Mon, 20 May 2013 08:27:51 -0400 Date: Mon, 20 May 2013 15:28:10 +0300 From: "Michael S. Tsirkin" Message-ID: <20130520122810.GA11628@redhat.com> References: <519A0268.7050308@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <519A0268.7050308@redhat.com> Subject: Re: [Qemu-devel] pending 1.5 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Anthony Liguori , qemu-devel On Mon, May 20, 2013 at 01:00:56PM +0200, Paolo Bonzini wrote: > 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) > > <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. > > Paolo Message-ID: <20130513201840.5430.86331.stgit@bling.home> [PATCH v2] pci-assign: Add MSI affinity support low risk and fixes a nasty bug -- MST