From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhGBj-00006w-GK for qemu-devel@nongnu.org; Mon, 14 Aug 2017 10:17:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhGBd-0005ZO-Do for qemu-devel@nongnu.org; Mon, 14 Aug 2017 10:17:51 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:35903) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dhGBd-0005Yl-6q for qemu-devel@nongnu.org; Mon, 14 Aug 2017 10:17:45 -0400 Received: by mail-wm0-x229.google.com with SMTP id t201so38541671wmt.1 for ; Mon, 14 Aug 2017 07:17:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20170811142954.GN4859@toto> References: <1502438052-5117-1-git-send-email-frederic.konrad@adacore.com> <20170811142954.GN4859@toto> From: Peter Maydell Date: Mon, 14 Aug 2017 15:17:23 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH V2 for-2.10] xlnx-qspi: add a property for mmio-execution List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: KONRAD Frederic , QEMU Developers , Alistair Francis , "Dr. David Alan Gilbert" , Juan Quintela On 11 August 2017 at 15:29, Edgar E. Iglesias wrote: > On Fri, Aug 11, 2017 at 09:54:12AM +0200, KONRAD Frederic wrote: >> This adds mmio-exec property to workaround the migration bug. >> When enabled the migration is blocked and will return an error. >> >> Signed-off-by: KONRAD Frederic > > Thanks Fred! > > Reviewed-by: Edgar E. Iglesias > Thanks; v2 applied to master. -- PMM