[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH RFC qom-cpu 08/41] cpu: Introduce CPU
From: |
Richard Henderson |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH RFC qom-cpu 08/41] cpu: Introduce CPUClass::synchronize_from_tb() to drop cpu_pc_from_tb() |
Date: |
Mon, 01 Jul 2013 10:13:07 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
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 <address@hidden>
> ---
> 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 <address@hidden>
r~
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-ppc] [Qemu-devel] [PATCH RFC qom-cpu 08/41] cpu: Introduce CPUClass::synchronize_from_tb() to drop cpu_pc_from_tb(),
Richard Henderson <=