From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dlDKO-0001iW-W4 for qemu-devel@nongnu.org; Fri, 25 Aug 2017 08:03:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dlDKO-0001Da-9G for qemu-devel@nongnu.org; Fri, 25 Aug 2017 08:03:09 -0400 Received: from mail-wr0-x232.google.com ([2a00:1450:400c:c0c::232]:36200) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dlDKO-0001DB-3J for qemu-devel@nongnu.org; Fri, 25 Aug 2017 08:03:08 -0400 Received: by mail-wr0-x232.google.com with SMTP id p14so6730858wrg.3 for ; Fri, 25 Aug 2017 05:03:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1501867249-1924-1-git-send-email-peter.maydell@linaro.org> <1501867249-1924-5-git-send-email-peter.maydell@linaro.org> <50d6ba4d-cfa3-5b5f-5da1-dca2326d4f5d@amsat.org> From: Peter Maydell Date: Fri, 25 Aug 2017 13:02:46 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH 4/8] boards.h: Define new flag ignore_memory_transaction_failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= On 24 August 2017 at 21:28, Richard Henderson wrote: > Peter and I had a chat on IRC about this. > > While I think the background region idea is tempting, it does nothing to help > legacy boards once devices start signaling their own errors. Therefore some > sort of flag is the only reasonable solution. Thanks; I'm going to put this series into target-arm.next as-is (with the couple of minor comment tweaks suggested in review applied to it), ready for the post-2.10-release pull request. -- PMM