From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REIqC-0000yu-Mo for qemu-devel@nongnu.org; Thu, 13 Oct 2011 06:48:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REIq7-0000hj-HR for qemu-devel@nongnu.org; Thu, 13 Oct 2011 06:48:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REIq7-0000hQ-2m for qemu-devel@nongnu.org; Thu, 13 Oct 2011 06:48:39 -0400 Message-ID: <4E96C212.8060500@redhat.com> Date: Thu, 13 Oct 2011 12:48:50 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1318419034-15287-1-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb-hid: activate usb tablet / mouse after migration. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: TeLeMan Cc: qemu-devel@nongnu.org On 10/13/11 04:09, TeLeMan wrote: > On Wed, Oct 12, 2011 at 19:30, Gerd Hoffmann wrote: >> qemu uses the ps/2 mouse by default. The usb tablet (or mouse) is >> activated as soon as qemu sees some guest activity on the device, >> i.e. polling for HID events. That used to work fine for both fresh >> boot and migration. > It does not fix usb tablet/mouse when starting vm directly from snapshot. What does "info mice" print before/after snapshotting? Which guest? WinXP IIRC? cheers, Gerd