From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdy5L-0003Sv-CJ for qemu-devel@nongnu.org; Thu, 29 Nov 2012 01:59:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tdy5K-0000Xl-B7 for qemu-devel@nongnu.org; Thu, 29 Nov 2012 01:58:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdy5K-0000Xh-37 for qemu-devel@nongnu.org; Thu, 29 Nov 2012 01:58:58 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAT6wv3p029672 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 29 Nov 2012 01:58:57 -0500 Message-ID: <50B707AE.1000301@redhat.com> Date: Thu, 29 Nov 2012 07:58:54 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1354115302-797-1-git-send-email-yhalperi@redhat.com> In-Reply-To: <1354115302-797-1-git-send-email-yhalperi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qxl: reload memslots after migration, when qxl is in UNDEFINED mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yonit Halperin Cc: qemu-devel@nongnu.org On 11/28/12 16:08, Yonit Halperin wrote: > The devram memslot stays active when qxl enters UNDEFINED mode (i.e, no > primary surface). If migration has occurred while the device is in > UNDEFINED stae, the memslots have to be reloaded at the destination. Patch added to spice patch queue. thanks, Gerd