From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPFMy-0004e7-2u for qemu-devel@nongnu.org; Wed, 25 May 2011 10:47:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPFMv-0007pD-OC for qemu-devel@nongnu.org; Wed, 25 May 2011 10:47:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPFMv-0007nl-HR for qemu-devel@nongnu.org; Wed, 25 May 2011 10:47:29 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4PCTwdj021112 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 May 2011 08:29:58 -0400 Date: Wed, 25 May 2011 17:59:53 +0530 From: Amit Shah Message-ID: <20110525122953.GA27571@amit-x200.redhat.com> References: <1306326074-22737-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1306326074-22737-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/5] virtio-serial: Fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On (Wed) 25 May 2011 [14:21:09], Markus Armbruster wrote: > Feel free to drop PATCH 3/3 if you believe we need to keep the useless > property is_console for backward compatibility. I don't think anyone uses it; it's better gone. Thanks for the patches, applied to my tree. Will send a pull request after running some tests. Amit