From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWU8U-0001eU-RM for qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:35:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWU8L-0007oO-A6 for qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:35:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWU8L-0007nj-1K for qemu-devel@nongnu.org; Thu, 08 Nov 2012 10:35:09 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qA8FZ6Er004717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 8 Nov 2012 10:35:08 -0500 Message-ID: <509BD125.9060008@redhat.com> Date: Thu, 08 Nov 2012 16:35:01 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1352210901-1923-1-git-send-email-hdegoede@redhat.com> <1352210901-1923-8-git-send-email-hdegoede@redhat.com> In-Reply-To: <1352210901-1923-8-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/8] usb-hid: Move from NAK/polling to async packet handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 11/06/12 15:08, Hans de Goede wrote: > Signed-off-by: Hans de Goede This one makes win7 guests run into this assert when moving the mouse ptr: qemu-system-x86_64: /home/kraxel/projects/qemu/hw/usb/dev-hid.c:490: usb_hid_handle_data: Assertion `us->async_packet_pending == ((void *)0)' failed. cheers, Gerd