qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] b35399: Fix confusing argument names in some


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b35399: Fix confusing argument names in some common functi...
Date: Tue, 12 Jul 2016 06:00:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b35399bb4e9968296a12303b00f9f2066470e987
      
https://github.com/qemu/qemu/commit/b35399bb4e9968296a12303b00f9f2066470e987
  Author: Sergey Sorokin <address@hidden>
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
    M include/exec/cpu-common.h
    M include/exec/exec-all.h
    M include/qom/cpu.h
    M target-alpha/cpu.h
    M target-alpha/mem_helper.c
    M target-arm/internals.h
    M target-arm/op_helper.c
    M target-cris/op_helper.c
    M target-i386/mem_helper.c
    M target-lm32/op_helper.c
    M target-m68k/op_helper.c
    M target-microblaze/op_helper.c
    M target-mips/cpu.h
    M target-mips/op_helper.c
    M target-moxie/helper.c
    M target-openrisc/mmu_helper.c
    M target-ppc/mmu_helper.c
    M target-s390x/mem_helper.c
    M target-sh4/op_helper.c
    M target-sparc/cpu.h
    M target-sparc/ldst_helper.c
    M target-tricore/op_helper.c
    M target-unicore32/op_helper.c
    M target-xtensa/cpu.h
    M target-xtensa/op_helper.c

  Log Message:
  -----------
  Fix confusing argument names in some common functions

There are functions tlb_fill(), cpu_unaligned_access() and
do_unaligned_access() that are called with access type and mmu index
arguments. But these arguments are named 'is_write' and 'is_user' in their
declarations. The patches fix the arguments to avoid a confusion.

Signed-off-by: Sergey Sorokin <address@hidden>
Reviewed-by: Eduardo Habkost <address@hidden>
Acked-by: David Gibson <address@hidden>
Message-id: address@hidden
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

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