From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVEY-0001MV-RY for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:18:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzVEV-0007m1-AL for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:18:50 -0400 Received: from mail-qg0-x236.google.com ([2607:f8b0:400d:c04::236]:36532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVEV-0007lt-5p for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:18:47 -0400 Received: by qgf2 with SMTP id 2so51204357qgf.3 for ; Mon, 01 Jun 2015 12:18:46 -0700 (PDT) Sender: Richard Henderson Message-ID: <556CB012.6040005@twiddle.net> Date: Mon, 01 Jun 2015 12:18:42 -0700 From: Richard Henderson MIME-Version: 1.0 References: <3cd46ecda4802e140ac52b2418bbaf915c2fbe67.1433052532.git.crosthwaite.peter@gmail.com> In-Reply-To: <3cd46ecda4802e140ac52b2418bbaf915c2fbe67.1433052532.git.crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 07/34] 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: edgar.iglesias@gmail.com, Peter Crosthwaite , pbonzini@redhat.com, afaerber@suse.de, peter.maydell@linaro.org On 05/30/2015 11:11 PM, Peter Crosthwaite wrote: > This function has no architecture specific dependencies and should be > callable from core code. Move it to qom/cpu.h. > > Signed-off-by: Peter Crosthwaite > --- Reviewed-by: Richard Henderson r~