From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIZNn-0000Zb-6B for qemu-devel@nongnu.org; Thu, 21 Mar 2013 02:53:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIZNm-0001IS-7c for qemu-devel@nongnu.org; Thu, 21 Mar 2013 02:53:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIZNl-0001IO-W2 for qemu-devel@nongnu.org; Thu, 21 Mar 2013 02:53:50 -0400 Message-ID: <514AAE79.8080804@redhat.com> Date: Thu, 21 Mar 2013 07:53:45 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1826544009.12082255.1363798795521.JavaMail.root@redhat.com> In-Reply-To: <1826544009.12082255.1363798795521.JavaMail.root@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] char: add a post_load callback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: amit shah , hdegoede@redhat.com, Anthony Liguori , qemu-devel@nongnu.org On 03/20/13 17:59, Alon Levy wrote: >> > I thought we previously discussed this? Just implement a migration >> > hook >> > in the spice code. > We did and Gerd objected so I sent this to have this discussion again, with him. migration section != migration hook. I think what Anthony asks for is to register a migration state notifier and handle the post-migration action there instead of adding a chardev callback. cheers, Gerd