From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHBIp-0003LE-8G for qemu-devel@nongnu.org; Fri, 21 Oct 2011 05:22:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHBIo-0008SJ-7q for qemu-devel@nongnu.org; Fri, 21 Oct 2011 05:22:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHBIn-0008S7-Q3 for qemu-devel@nongnu.org; Fri, 21 Oct 2011 05:22:10 -0400 Message-ID: <4EA139B9.9040408@redhat.com> Date: Fri, 21 Oct 2011 11:22:01 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1318419034-15287-1-git-send-email-kraxel@redhat.com> <4E96C212.8060500@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 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 Hi, > Original: > * Mouse #1: QEMU HID Tablet (absolute) > Mouse #0: QEMU PS/2 Mouse > > Start from the snapshot: > * Mouse #0: QEMU PS/2 Mouse > Mouse #1: QEMU HID Tablet (absolute) > > The active mouse device is not be saved into the snapshot. That shouldn't hurt though. When the guest polls the tablet the first time after starting from snapshot should activate it. In case it the guest doesn't pull because the guest activated remote wakeup and suspended the device we now (with the patch) activate it too. It also doesn't reproduce here. /me wonders what is going on ... What does 'info usb' print before and after snapshotting? Can you also post the full qemu command line? thanks, Gerd