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: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Date: Sun, 7 Aug 2011 09:35:48 +0000

Thanks for the Ack, applied.

On Fri, Aug 5, 2011 at 3:49 PM, Richard Henderson <address@hidden> wrote:
> 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]