From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UthfA-0001qi-4o for qemu-devel@nongnu.org; Mon, 01 Jul 2013 13:13:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uthf7-0005lT-0x for qemu-devel@nongnu.org; Mon, 01 Jul 2013 13:13:16 -0400 Sender: Richard Henderson Message-ID: <51D1B8A3.5040009@twiddle.net> Date: Mon, 01 Jul 2013 10:13:07 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1372536117-28167-1-git-send-email-afaerber@suse.de> <1372536117-28167-9-git-send-email-afaerber@suse.de> In-Reply-To: <1372536117-28167-9-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH RFC qom-cpu 08/41] cpu: Introduce CPUClass::synchronize_from_tb() to drop cpu_pc_from_tb() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Peter Maydell , Anthony Green , qemu-devel@nongnu.org, Alexander Graf , Blue Swirl , Max Filippov , Michael Walle , PowerPC , Paul Brook , "Edgar E. Iglesias" , jan.kiszka@web.de, Guan Xuetao , Aurelien Jarno On 06/29/2013 01:01 PM, Andreas Färber wrote: > Where no extra implementation is needed, fall back to CPUClass::set_pc(). > > Signed-off-by: Andreas Färber > --- > cpu-exec.c | 8 +++++++- > include/exec/exec-all.h | 3 --- > include/qemu/typedefs.h | 3 +++ > include/qom/cpu.h | 1 + > target-alpha/cpu.h | 5 ----- > target-arm/cpu.h | 5 ----- > target-cris/cpu.h | 4 ---- > target-i386/cpu.c | 8 ++++++++ > target-i386/cpu.h | 5 ----- > target-lm32/cpu.h | 5 ----- > target-m68k/cpu.h | 5 ----- > target-microblaze/cpu.h | 5 ----- > target-mips/cpu.c | 11 +++++++++++ > target-mips/cpu.h | 7 ------- > target-moxie/cpu.h | 5 ----- > target-openrisc/cpu.h | 5 ----- > target-ppc/cpu.h | 5 ----- > target-s390x/cpu.h | 5 ----- > target-sh4/cpu.c | 9 +++++++++ > target-sh4/cpu.h | 6 ------ > target-sparc/cpu.c | 9 +++++++++ > target-sparc/cpu.h | 6 ------ > target-unicore32/cpu.h | 5 ----- > target-xtensa/cpu.h | 5 ----- > 24 files changed, 48 insertions(+), 87 deletions(-) Reviewed-by: Richard Henderson r~