From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj6R2-00075g-Al for qemu-devel@nongnu.org; Thu, 13 Dec 2012 05:54:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tj6Qu-0005CN-JF for qemu-devel@nongnu.org; Thu, 13 Dec 2012 05:54:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj6Qu-0005CJ-B2 for qemu-devel@nongnu.org; Thu, 13 Dec 2012 05:54:28 -0500 Date: Thu, 13 Dec 2012 16:24:23 +0530 From: Amit Shah Message-ID: <20121213105423.GA6857@amit.redhat.com> References: <87lidm6f7p.fsf@codemonkey.ws> <1354093540-22583-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1354093540-22583-1-git-send-email-alevy@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] chardev/spice: fix missing spice mouse after migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws, armbru@redhat.com On (Wed) 28 Nov 2012 [11:05:37], Alon Levy wrote: > Adds a new char device backend callback to check connectedness, implemented > for virtio console, and used by spice-char-dev in post migration. > > Is using NULL for DeviceState the intention for non device vmstates? It works > fine in practice. Any more opinions / reviews on this series? Anthony? Amit