From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK48K-0000hB-Fg for qemu-devel@nongnu.org; Mon, 25 Mar 2013 05:56:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK48I-00008H-5z for qemu-devel@nongnu.org; Mon, 25 Mar 2013 05:56:04 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:53199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK48H-000082-Hv for qemu-devel@nongnu.org; Mon, 25 Mar 2013 05:56:02 -0400 Date: Mon, 25 Mar 2013 05:56:00 -0400 (EDT) From: Alon Levy Message-ID: <1242845044.13966270.1364205360585.JavaMail.root@redhat.com> In-Reply-To: <1364128793-12689-1-git-send-email-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/8] RFC: chardev frontend open handling cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: Amit Shah , qemu-devel@nongnu.org > This patch-series is the result of the > "[PATCH 1/2] char: add qemu_chr_be_is_fe_connected" discussion > thread. > > This patch series (tries to) make(s) the frontend open concept both > more > explicit and generic, and significantly cleans up the surrounding > code. The whole patch series looks good to me. > > Regards, > > Hans > >