From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIiSZ-00071t-TW for qemu-devel@nongnu.org; Thu, 21 Mar 2013 12:35:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIiSV-00018q-Up for qemu-devel@nongnu.org; Thu, 21 Mar 2013 12:35:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIiSV-00018V-N7 for qemu-devel@nongnu.org; Thu, 21 Mar 2013 12:35:19 -0400 From: Alon Levy Date: Thu, 21 Mar 2013 18:35:14 +0200 Message-Id: <1363883716-30289-1-git-send-email-alevy@redhat.com> In-Reply-To: <87boadc2yp.fsf@codemonkey.ws> References: <87boadc2yp.fsf@codemonkey.ws> Subject: [Qemu-devel] [PATCH v3 0/2] spice-qemu-char fix agent mouse after migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, hdegoede@redhat.com, aliguori@us.ibm.com, kraxel@redhat.com This series is back to not adding any generic post load callback to the char device layer, the only difference from the initial post is that no state is kept in spicevmc/spiceport and instead the guest connected status is queried from the device. v3: use qemu_chr_be_is_fe_connected instead of local state. Alon Levy (2): char: add qemu_chr_be_is_fe_connected spice-qemu-char: register interface on post load hw/virtio-console.c | 9 +++++++++ include/char/char.h | 11 +++++++++++ qemu-char.c | 9 +++++++++ spice-qemu-char.c | 39 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+) -- 1.8.1.4