From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaIhf-0001ZD-Nd for qemu-devel@nongnu.org; Fri, 11 Sep 2015 03:25:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaIhb-0001Sh-RN for qemu-devel@nongnu.org; Fri, 11 Sep 2015 03:24:59 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:37931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaIhb-0001SY-KB for qemu-devel@nongnu.org; Fri, 11 Sep 2015 03:24:55 -0400 Received: by wiclk2 with SMTP id lk2so47769810wic.1 for ; Fri, 11 Sep 2015 00:24:55 -0700 (PDT) Sender: Paolo Bonzini References: From: Paolo Bonzini Message-ID: <55F281C5.3090308@redhat.com> Date: Fri, 11 Sep 2015 09:24:53 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 10/15] exec-all: Move cpu_can_do_io() to qom/cpu.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, rth@twiddle.net On 11/09/2015 07:39, Peter Crosthwaite wrote: > This function has no architecture specific dependencies and should be > callable from core code. It also does not exist anymore. :-P Paolo