From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn9ys-00065G-8R for qemu-devel@nongnu.org; Thu, 22 Sep 2016 15:48:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn9yp-0003RZ-3p for qemu-devel@nongnu.org; Thu, 22 Sep 2016 15:48:26 -0400 Received: from mail-yb0-x234.google.com ([2607:f8b0:4002:c09::234]:34067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn9yo-0003RM-W9 for qemu-devel@nongnu.org; Thu, 22 Sep 2016 15:48:23 -0400 Received: by mail-yb0-x234.google.com with SMTP id x93so58307348ybh.1 for ; Thu, 22 Sep 2016 12:48:22 -0700 (PDT) Sender: Richard Henderson References: <1474401271-3104-1-git-send-email-rth@twiddle.net> <0539b637-5e24-279a-6c9b-eb151ce32140@twiddle.net> From: Richard Henderson Message-ID: Date: Thu, 22 Sep 2016 12:48:19 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/13] AVR target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 09/22/2016 09:29 AM, Peter Maydell wrote: > The usual approach to this is that you add "&& !qtest_enabled()" to the > check for "should we bomb out?". (see for instance mips_malta.c). Thanks. I'll fix that up this weekend. r~