From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0DIb-00072B-Gl for qemu-devel@nongnu.org; Tue, 20 Oct 2009 07:54:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0DIV-00071T-7O for qemu-devel@nongnu.org; Tue, 20 Oct 2009 07:54:44 -0400 Received: from [199.232.76.173] (port=36819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0DIV-00071Q-4N for qemu-devel@nongnu.org; Tue, 20 Oct 2009 07:54:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49430) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0DIU-00061Z-Hp for qemu-devel@nongnu.org; Tue, 20 Oct 2009 07:54:38 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9KBsaZR031577 for ; Tue, 20 Oct 2009 07:54:36 -0400 Message-ID: <4ADDA4F9.5050802@redhat.com> Date: Tue, 20 Oct 2009 13:54:33 +0200 From: Dor Laor MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v9 0/3] virtio-console: Add support for multiple ports for generic guest-host communication References: <1256022825-16180-1-git-send-email-amit.shah@redhat.com> In-Reply-To: <1256022825-16180-1-git-send-email-amit.shah@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: dlaor@redhat.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu-devel@nongnu.org On 10/20/2009 09:13 AM, Amit Shah wrote: > Hello, > > This patch series fixes a few problems since the last send, mainly in > the save/restore code and a few bugs shown by the automated test suite > (located in a separate git repo, link below). > > The automated test suite and a standalone interactive test program are > located at > > http://fedorapeople.org/gitweb?p=amitshah/public_git/test-virtserial.git Why not keep it in-tree? Out of tree it will soon break, especially for new releases and it'll be harder for autotest to pick it up. > > These patches are based on top of the char patches I've sent