From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZgWG-0001zG-FG for qemu-devel@nongnu.org; Sat, 17 Nov 2012 06:25:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZgWD-0000lr-9s for qemu-devel@nongnu.org; Sat, 17 Nov 2012 06:25:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZgWD-0000lh-1J for qemu-devel@nongnu.org; Sat, 17 Nov 2012 06:25:01 -0500 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 qAHBP0lo001574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 17 Nov 2012 06:25:00 -0500 From: Hans de Goede Date: Sat, 17 Nov 2012 12:26:55 +0100 Message-Id: <1353151617-25804-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [USB fixes for 1.3] usb-redir: Fix migration race with output int eps List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org This 2 patch set for 1.3 fixes a migration race for devices with output interrupt endpoints. Regards, Hans