From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eGjuV-0001Bj-01 for qemu-devel@nongnu.org; Mon, 20 Nov 2017 06:06:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eGjuN-0005Xl-4i for qemu-devel@nongnu.org; Mon, 20 Nov 2017 06:06:42 -0500 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:34964) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eGjuM-0005XR-Tx for qemu-devel@nongnu.org; Mon, 20 Nov 2017 06:06:35 -0500 Received: by mail-wm0-x242.google.com with SMTP id y80so17790629wmd.0 for ; Mon, 20 Nov 2017 03:06:34 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <001b01d361e9$d46ace40$7d406ac0$@ru> References: <20171116115926.16627-1-pbonzini@redhat.com> <20171116115926.16627-8-pbonzini@redhat.com> <001b01d361e9$d46ace40$7d406ac0$@ru> From: Peter Maydell Date: Mon, 20 Nov 2017 11:06:13 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL 07/11] cpu-exec: don't overwrite exception_index List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk Cc: Paolo Bonzini , QEMU Developers , Pavel Dovgalyuk On 20 November 2017 at 10:25, Pavel Dovgalyuk wrote: >> From: Peter Maydell [mailto:peter.maydell@linaro.org] >> On 17 November 2017 at 20:26, Paolo Bonzini wrote: >> > On 17/11/2017 21:07, Peter Maydell wrote: >> >> Hi. This commit breaks booting of Debian on aarch64 virt board. >> >> (repro instructions for creating the image available at: >> >> https://translatedcode.wordpress.com/2017/07/24/installing-debian-on-qemus-64-bit-arm-virt- >> board/) >> >> The guest kernel never prints anything to the serial port. >> >> >> >> Reverting this commit fixes master for me, so I plan to do >> >> that on Monday. >> > >> > Maybe you can also test moving the atomic_set inside the "if". It does >> > seem to be a genuine bugfix. >> >> No, that doesn't help: guest still sits there like a lemon. > > Maybe this is a more complex problem? > I tried removing this if and aarch64 still does not work. Reverting the commit fixes it for me; I have that going through build tests and will push the revert later today. thanks -- PMM