From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFmAT-0007fx-DH for qemu-devel@nongnu.org; Wed, 13 Mar 2013 09:56:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFmAS-0002fG-4V for qemu-devel@nongnu.org; Wed, 13 Mar 2013 09:56:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFmAR-0002et-TZ for qemu-devel@nongnu.org; Wed, 13 Mar 2013 09:56:32 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2DDuU1h005915 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Mar 2013 09:56:30 -0400 From: Hans de Goede Date: Wed, 13 Mar 2013 14:59:40 +0100 Message-Id: <1363183187-16258-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] Spice / usb-redir chardev flowcontrol patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Gerd Hoffmann Here is a series adding watch support to the spicevmc chardev backend and flowcontrol support to the usb-redir device. It begins with a few chardev related bugfixes which were found during the development of this series. Note that this series is based *on top of* Gerd Hoffmann's chardev.4 series to avoid conflicts with that series. Regards, Hans