From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVFs-0002Lb-6G for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:20:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzVFn-0008Nb-7P for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:20:12 -0400 Received: from mail-qk0-x233.google.com ([2607:f8b0:400d:c09::233]:34179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVFn-0008Mk-3d for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:20:07 -0400 Received: by qkoo18 with SMTP id o18so89412395qko.1 for ; Mon, 01 Jun 2015 12:20:06 -0700 (PDT) Sender: Richard Henderson Message-ID: <556CB062.6060000@twiddle.net> Date: Mon, 01 Jun 2015 12:20:02 -0700 From: Richard Henderson MIME-Version: 1.0 References: <2bf38ab7b248733e71dcda93d34e7cb63321884c.1433052532.git.crosthwaite.peter@gmail.com> In-Reply-To: <2bf38ab7b248733e71dcda93d34e7cb63321884c.1433052532.git.crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 08/34] translate-all: Move tcg_handle_interrupt to -common 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: > Move this function to common code. It has no arch specific > dependencies. Prepares support for multi-arch where the translate-all > interface needs to be virtualised. One less thing to virtualise. > > Signed-off-by: Peter Crosthwaite > --- > translate-all.c | 30 ------------------------------ > translate-common.c | 35 +++++++++++++++++++++++++++++++++++ > 2 files changed, 35 insertions(+), 30 deletions(-) Reviewed-by: Richard Henderson r~