qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Remove unused is_softmmu parameter from cpu_han


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Date: Fri, 05 Aug 2011 08:49:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0

On 08/03/2011 11:00 AM, Blue Swirl wrote:
> Parameter is_softmmu (and its evil mutant twin brother is_softmuu)
> is not used in cpu_*_handle_mmu_fault() functions, remove them
> and adjust callers.
> 
> Signed-off-by: Blue Swirl <address@hidden>

Acked-by: Richard Henderson <address@hidden>


r~

> ---
>  target-alpha/cpu.h            |    2 +-
>  target-alpha/helper.c         |    4 ++--
>  target-alpha/op_helper.c      |    2 +-
>  target-arm/cpu.h              |    2 +-
>  target-arm/helper.c           |    4 ++--
>  target-arm/op_helper.c        |    2 +-
>  target-cris/cpu.h             |    2 +-
>  target-cris/helper.c          |   11 +++++------
>  target-cris/op_helper.c       |    2 +-
>  target-i386/cpu.h             |    2 +-
>  target-i386/helper.c          |    4 ++--
>  target-i386/op_helper.c       |    2 +-
>  target-lm32/cpu.h             |    2 +-
>  target-lm32/helper.c          |    2 +-
>  target-lm32/op_helper.c       |    2 +-
>  target-m68k/cpu.h             |    2 +-
>  target-m68k/helper.c          |    4 ++--
>  target-m68k/op_helper.c       |    2 +-
>  target-microblaze/cpu.h       |    2 +-
>  target-microblaze/helper.c    |    4 ++--
>  target-microblaze/op_helper.c |    2 +-
>  target-mips/cpu.h             |    2 +-
>  target-mips/helper.c          |    6 +++---
>  target-mips/op_helper.c       |    2 +-
>  target-ppc/cpu.h              |    2 +-
>  target-ppc/helper.c           |    4 ++--
>  target-ppc/op_helper.c        |    2 +-
>  target-s390x/cpu.h            |    2 +-
>  target-s390x/helper.c         |   12 ++++++------
>  target-s390x/op_helper.c      |    2 +-
>  target-sh4/cpu.h              |    2 +-
>  target-sh4/helper.c           |    4 ++--
>  target-sh4/op_helper.c        |    2 +-
>  target-sparc/cpu.h            |    2 +-
>  target-sparc/helper.c         |    6 +++---
>  target-sparc/op_helper.c      |    2 +-
>  target-unicore32/cpu.h        |    2 +-
>  target-unicore32/helper.c     |    2 +-
>  user-exec.c                   |    2 +-
>  39 files changed, 59 insertions(+), 60 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]