From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56366 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Piine-0003N4-Sh for qemu-devel@nongnu.org; Fri, 28 Jan 2011 02:31:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Piinc-00015T-Sl for qemu-devel@nongnu.org; Fri, 28 Jan 2011 02:31:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Piinc-00015C-JF for qemu-devel@nongnu.org; Fri, 28 Jan 2011 02:31:16 -0500 Date: Fri, 28 Jan 2011 12:13:00 +0530 From: Amit Shah Subject: Re: [Qemu-devel] [0.14] Queue of 0.14 patches/pull? Message-ID: <20110128063947.GA9832@amit-x200.redhat.com> References: <4D412CF0.30706@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D412CF0.30706@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin Wolf , "Michael S. Tsirkin" , qemu-devel , Markus Armbruster , Gerd Hoffmann On (Thu) Jan 27 2011 [09:29:36], Paolo Bonzini wrote: > Before creating rc1 we need to make sure that all patches for 0.14 have > been reviewed and applied. > > Please reply to this message with a subject starting with "[PING 0.14]" > and a link to patchwork, gmane, or whatnot; or "[PULL 0.14]" for tree > pulls. Also, I believe all patches meant for stable should also start > having "[PATCH 0.14]", too. I have the following pull request for virtio-serial: http://thread.gmane.org/gmane.comp.emulators.qemu/91054 git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-anthony >>From the orig. mail: Please pull for fixes to the virtio-serial code: - Don't copy over guest buffer to host (prevents potential DoS scenarios, pointed out by Paul Brook) - Add support for flow control - A couple of trivial fixes to virtio-console code Amit