From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzV8p-0005pF-8R for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:12:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzV8m-0005cC-3E for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:12:55 -0400 Received: from mail-qk0-x231.google.com ([2607:f8b0:400d:c09::231]:34726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzV8l-0005c7-Vc for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:12:52 -0400 Received: by qkoo18 with SMTP id o18so89307344qko.1 for ; Mon, 01 Jun 2015 12:12:51 -0700 (PDT) Sender: Richard Henderson Message-ID: <556CAEAF.3060302@twiddle.net> Date: Mon, 01 Jun 2015 12:12:47 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 04/34] cpu-exec: Migrate some generic fns to cpus.c 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: > The goal is to split the functions such that cpu-exec is CPU specific > content, while cpus.c is generic code only. The function interface to > cpu-exec needs to be virtualised to prepare support for multi-arch and > moving these definitions out saves bloating the QOM interface. So > move these definitions out of cpu-exec to the architecture independent > cpus.c. > > Signed-off-by: Peter Crosthwaite > --- > cpu-exec.c | 49 ------------------------------------------------- > cpus.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 49 insertions(+), 49 deletions(-) Reviewed-by: Richard Henderson r~