qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target/mips: Rename MMI-related code elements
@ 2018-10-26 20:35 Aleksandar Markovic
  2018-10-26 20:35 ` [Qemu-devel] [PATCH 1/3] target/mips: Rename MMI-related masks Aleksandar Markovic
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Aleksandar Markovic @ 2018-10-26 20:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: aurelien, amarkovic, smarkovic, pjovanovic, juergenurban, noring

From: Aleksandar Markovic <amarkovic@wavecomp.com>

This series renames MMI-related code elements so that they do not
contain TX79 substring. Tx79 is one of CPUs that support MMI ASE.
Opcodes and other code elements should be as generic as possible,
and should not contain CPU name if they are supported by multiple
CPUs. In cases when there is a single-CPU-specific opcode, an
anoter special convention should apply, like, for example,
MMI_OPC__TX79_XXX or MMI_OPC__R5900_YYY. So far these cases were
not identified, but there will be some in the future. But overall,
the great MMI opcodes are shared (stay the same) between different
CPUs that support MMI.

Aleksandar Markovic (3):
  target/mips: Rename MMI-related masks
  target/mips: Rename MMI-related opcodes
  target/mips: Rename MMI-related functions

 target/mips/translate.c | 518 ++++++++++++++++++++++++------------------------
 1 file changed, 259 insertions(+), 259 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-10-26 21:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-26 20:35 [Qemu-devel] [PATCH 0/3] target/mips: Rename MMI-related code elements Aleksandar Markovic
2018-10-26 20:35 ` [Qemu-devel] [PATCH 1/3] target/mips: Rename MMI-related masks Aleksandar Markovic
2018-10-26 20:35 ` [Qemu-devel] [PATCH 2/3] target/mips: Rename MMI-related opcodes Aleksandar Markovic
2018-10-26 20:35 ` [Qemu-devel] [PATCH 3/3] target/mips: Rename MMI-related functions Aleksandar Markovic
2018-10-26 21:17 ` [Qemu-devel] [PATCH 0/3] target/mips: Rename MMI-related code elements Fredrik Noring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).