qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target-mips: Add support for misaligned accesses
@ 2015-05-01 15:24 Yongbok Kim
  2015-05-01 15:24 ` [Qemu-devel] [PATCH 1/3] softmmu: Add size argument to do_unaligned_access() Yongbok Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Yongbok Kim @ 2015-05-01 15:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: Leon.Alrae

This patch set adds support for misaligned memory accesses in MIPS architecture
Release 6 and MIPS SIMD Architecture.

The behaviour, semantics, and architecture specifications of misaligned memory
accesses are described in:
MIPS Architecture For Programmers Volume I-A: Introduction to the MIPS64
Architecture, Appendix B Misaligned Memory Accesses.
Available at http://www.imgtec.com/mips/architectures/mips64.asp

Regards,
Yongbok


Yongbok Kim (3):
  softmmu: Add size argument to do_unaligned_access()
  target-mips: Misaligned Memory Accesses for R6
  target-mips: Misaligned Memory Accesses for MSA

 include/qom/cpu.h            |    7 +++--
 softmmu_template.h           |   24 +++++++++++-----------
 target-alpha/cpu-qom.h       |    3 +-
 target-alpha/mem_helper.c    |    3 +-
 target-mips/cpu-qom.h        |    3 +-
 target-mips/cpu.h            |    2 +
 target-mips/helper.c         |   36 +++++++++++++++++++++++++++++++++
 target-mips/op_helper.c      |   45 +++++++++++++++++++++++++++++++++++++++++-
 target-mips/translate_init.c |    2 +-
 target-sparc/cpu-qom.h       |    3 +-
 target-sparc/ldst_helper.c   |    3 +-
 target-xtensa/cpu-qom.h      |    3 +-
 target-xtensa/op_helper.c    |    2 +-
 13 files changed, 112 insertions(+), 24 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2015-05-05 19:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 15:24 [Qemu-devel] [PATCH 0/3] target-mips: Add support for misaligned accesses Yongbok Kim
2015-05-01 15:24 ` [Qemu-devel] [PATCH 1/3] softmmu: Add size argument to do_unaligned_access() Yongbok Kim
2015-05-01 15:24 ` [Qemu-devel] [PATCH 2/3] target-mips: Misaligned Memory Accesses for R6 Yongbok Kim
2015-05-01 15:39   ` Peter Maydell
2015-05-01 15:24 ` [Qemu-devel] [PATCH 3/3] target-mips: Misaligned Memory Accesses for MSA Yongbok Kim
2015-05-01 15:43   ` Peter Maydell
2015-05-01 15:55     ` Yongbok Kim
2015-05-05 14:51     ` Leon Alrae
2015-05-05 19:54   ` Leon Alrae

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).