From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UofxW-0008RU-IB for qemu-devel@nongnu.org; Mon, 17 Jun 2013 16:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UofxT-0008GE-UY for qemu-devel@nongnu.org; Mon, 17 Jun 2013 16:23:26 -0400 Received: from mail-gh0-x22a.google.com ([2607:f8b0:4002:c05::22a]:37739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UofxT-0008G8-QF for qemu-devel@nongnu.org; Mon, 17 Jun 2013 16:23:23 -0400 Received: by mail-gh0-f170.google.com with SMTP id z10so1094173ghb.15 for ; Mon, 17 Jun 2013 13:23:23 -0700 (PDT) Sender: Richard Henderson Message-ID: <51BF7037.3020606@twiddle.net> Date: Mon, 17 Jun 2013 13:23:19 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1371398269-6213-1-git-send-email-afaerber@suse.de> <1371398269-6213-17-git-send-email-afaerber@suse.de> In-Reply-To: <1371398269-6213-17-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH qom-cpu v2 16/29] cpu: Change qemu_init_vcpu() argument to CPUState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-devel@nongnu.org On 06/16/2013 08:57 AM, Andreas Färber wrote: > This allows to move the call to CPUState's realizefn. > Therefore move the stub into libqemustub.a. > > Signed-off-by: Andreas Färber > --- > cpus.c | 5 +---- > include/qemu-common.h | 8 -------- > include/qom/cpu.h | 8 ++++++++ > qom/cpu.c | 2 ++ > stubs/cpus.c | 4 ++++ > target-alpha/cpu.c | 3 --- > target-arm/cpu.c | 1 - > target-cris/cpu.c | 1 - > target-i386/cpu.c | 1 - > target-lm32/cpu.c | 2 -- > target-m68k/cpu.c | 1 - > target-microblaze/cpu.c | 1 - > target-mips/cpu.c | 1 - > target-moxie/cpu.c | 5 ++--- > target-openrisc/cpu.c | 1 - > target-ppc/translate_init.c | 2 -- > target-s390x/cpu.c | 1 - > target-sh4/cpu.c | 1 - > target-sparc/cpu.c | 3 --- > target-unicore32/cpu.c | 3 --- > target-xtensa/cpu.c | 3 --- > 21 files changed, 17 insertions(+), 40 deletions(-) Reviewed-by: Richard Henderson r~