All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-arm] [PATCH 0/2] Fix confusing argument names in some common functions
@ 2016-06-10 16:26 ` Sergey Sorokin
  0 siblings, 0 replies; 26+ messages in thread
From: Sergey Sorokin @ 2016-06-10 16:26 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Guan Xuetao, Sergey Sorokin, Eduardo Habkost,
	Jia Liu, Anthony Green, Mark Cave-Ayland, Alexander Graf,
	Bastian Koppelmann, Blue Swirl, Max Filippov, Michael Walle,
	qemu-arm, qemu-ppc, Paolo Bonzini, David Gibson, Leon Alrae,
	Aurelien Jarno, Richard Henderson

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 names to avoid a confusion.

Sergey Sorokin (2):
  Fix confusing argument names of do_unaligned_access() functions
  Fix a confusing argument name in tlb_fill() function

 include/exec/exec-all.h       |  2 +-
 include/qom/cpu.h             |  8 ++++----
 target-alpha/cpu.h            |  4 ++--
 target-alpha/mem_helper.c     |  8 ++++----
 target-arm/internals.h        |  4 ++--
 target-arm/op_helper.c        | 27 +++++++++++++++------------
 target-cris/op_helper.c       |  4 ++--
 target-i386/mem_helper.c      |  4 ++--
 target-lm32/op_helper.c       |  4 ++--
 target-m68k/op_helper.c       |  4 ++--
 target-microblaze/op_helper.c |  4 ++--
 target-mips/cpu.h             |  4 ++--
 target-mips/op_helper.c       |  6 +++---
 target-moxie/helper.c         |  4 ++--
 target-openrisc/mmu_helper.c  |  4 ++--
 target-ppc/mmu_helper.c       |  6 +++---
 target-s390x/mem_helper.c     |  4 ++--
 target-sh4/op_helper.c        |  4 ++--
 target-sparc/cpu.h            |  5 +++--
 target-sparc/ldst_helper.c    |  9 +++++----
 target-tricore/op_helper.c    |  4 ++--
 target-unicore32/op_helper.c  |  4 ++--
 target-xtensa/cpu.h           |  4 ++--
 target-xtensa/op_helper.c     | 10 ++++++----
 24 files changed, 74 insertions(+), 67 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2016-06-14 18:40 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10 16:26 [Qemu-arm] [PATCH 0/2] Fix confusing argument names in some common functions Sergey Sorokin
2016-06-10 16:26 ` [Qemu-devel] " Sergey Sorokin
2016-06-10 16:26 ` [Qemu-arm] [PATCH 1/2] Fix confusing argument names of do_unaligned_access() functions Sergey Sorokin
2016-06-10 16:26   ` [Qemu-devel] " Sergey Sorokin
2016-06-10 16:33   ` Peter Maydell
2016-06-10 16:33     ` Peter Maydell
2016-06-10 16:36     ` [Qemu-arm] " Sergey Sorokin
2016-06-10 16:36       ` [Qemu-devel] " Sergey Sorokin
2016-06-10 16:42     ` [Qemu-arm] " Sergey Sorokin
2016-06-10 16:42       ` [Qemu-devel] " Sergey Sorokin
2016-06-10 16:43       ` [Qemu-arm] " Peter Maydell
2016-06-10 16:43         ` [Qemu-devel] " Peter Maydell
2016-06-10 17:26         ` [Qemu-arm] " Sergey Sorokin
2016-06-10 17:26           ` [Qemu-devel] " Sergey Sorokin
2016-06-13  8:23           ` [Qemu-arm] " Paolo Bonzini
2016-06-13  8:23             ` [Qemu-devel] " Paolo Bonzini
2016-06-13  7:03   ` Aurelien Jarno
2016-06-13  7:03     ` Aurelien Jarno
2016-06-14 12:01     ` [Qemu-arm] " Sergey Sorokin
2016-06-14 12:01       ` [Qemu-devel] " Sergey Sorokin
2016-06-10 16:26 ` [Qemu-arm] [PATCH 2/2] Fix a confusing argument name in tlb_fill() function Sergey Sorokin
2016-06-10 16:26   ` [Qemu-devel] " Sergey Sorokin
2016-06-11 10:28   ` [Qemu-arm] " David Gibson
2016-06-11 10:28     ` [Qemu-devel] " David Gibson
2016-06-14 18:40   ` [Qemu-arm] " Eduardo Habkost
2016-06-14 18:40     ` [Qemu-devel] " Eduardo Habkost

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.