From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKQkC-0002eK-D1 for qemu-devel@nongnu.org; Tue, 26 Mar 2013 06:04:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKQkB-00077z-2N for qemu-devel@nongnu.org; Tue, 26 Mar 2013 06:04:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKQkA-00077v-R0 for qemu-devel@nongnu.org; Tue, 26 Mar 2013 06:04:38 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2QA4cE3009452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 26 Mar 2013 06:04:38 -0400 From: Hans de Goede Date: Tue, 26 Mar 2013 11:07:52 +0100 Message-Id: <1364292483-16564-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 0/11] chardev frontend open handling cleanup v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah , Gerd Hoffmann This patch-series is the result of the "[PATCH 1/2] char: add qemu_chr_be_is_fe_connected" discussion thread. This patch series makes the frontend open concept both more explicit and generic, and significantly cleans up the surrounding code. Changes in v2: - Based on top of latest master - Add protection against double closing / opening to: [PATCH 03/11] qemu-char: Add fe_open tracking - Add 3 new patches, including a fix for the migration issue which started the whole discussion: [PATCH 07/11] qemu-char: Move incrementing of avail_connections to [PATCH 08/11] qemu-char: add_handlers: Don't re-send the be_open [PATCH 10/11] virtio-serial: propagate guest_connected to the port on Regards, Hans