From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG8Kg-0003Hq-7m for qemu-devel@nongnu.org; Thu, 23 Jun 2016 13:22:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG8Kb-0006Tq-Rv for qemu-devel@nongnu.org; Thu, 23 Jun 2016 13:22:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG8Kb-0006Tm-M8 for qemu-devel@nongnu.org; Thu, 23 Jun 2016 13:22:21 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3307D627D7 for ; Thu, 23 Jun 2016 17:22:21 +0000 (UTC) From: Paolo Bonzini Date: Thu, 23 Jun 2016 19:22:13 +0200 Message-Id: <1466702539-17607-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/6] serial: flow control fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: dgilbert@redhat.com v1->v2: - use guint for GSource tags - move migration patch last because it set watch_tag but never read it - add more details in errors - don't drop tsr_retry sanity check in migration patch Paolo Bonzini (6): serial: make tsr_retry unsigned serial: simplify tsr_retry reset serial: separate serial_xmit and serial_watch_cb char: change qemu_chr_fe_add_watch to return unsigned serial: remove watch on reset serial: reinstate watch after migration hw/char/cadence_uart.c | 9 ++++--- hw/char/serial.c | 67 ++++++++++++++++++++++++++++++++++++------------ include/hw/char/serial.h | 3 ++- include/sysemu/char.h | 16 ++++++++++-- net/vhost-user.c | 2 +- qemu-char.c | 8 +++--- 6 files changed, 78 insertions(+), 27 deletions(-) -- 2.5.5