From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJkA3-0007eK-9t for qemu-devel@nongnu.org; Sun, 24 Mar 2013 08:36:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJkA1-0000Ig-QQ for qemu-devel@nongnu.org; Sun, 24 Mar 2013 08:36:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJkA1-0000IU-Hf for qemu-devel@nongnu.org; Sun, 24 Mar 2013 08:36:29 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2OCaSUV024650 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 24 Mar 2013 08:36:29 -0400 From: Hans de Goede Date: Sun, 24 Mar 2013 13:39:45 +0100 Message-Id: <1364128793-12689-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 1/8] RFC: chardev frontend open handling cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah 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. Regards, Hans