qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] target-mips: implement new MIPS64 Release 6 features
@ 2014-07-14 16:19 Leon Alrae
  2014-07-14 16:19 ` [Qemu-devel] [PATCH 1/6] target-mips: add Config5.SBRI Leon Alrae
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Leon Alrae @ 2014-07-14 16:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: yongbok.kim, cristian.cuna, leon.alrae, aurelien

This patchset provides the following set of features:
- forbidden slot
- Config5.SBRI bit
- reserved fields and reserved registers (ignore write, read 0)
- updated MIPS64R6-generic CPU

It also includes modification of the behaviour when accessing unimplemented
CP0 register - the Reserved Instruction exception is not generated.

These changes should be applied on top of the two pending MIPS64R6 patchsets.

Thanks,
Leon

Leon Alrae (6):
  target-mips: add Config5.SBRI
  target-mips: implement forbidden slot
  target-mips: CP0_Status.CU0 no longer allows the user to access CP0
  target-mips: add restrictions for possible values in registers
  target-mips: correctly handle access to unimplemented CP0 register
  target-mips: enable features in MIPS64R6-generic CPU

 target-mips/cpu.h            |   17 +-
 target-mips/op_helper.c      |   63 +++-
 target-mips/translate.c      |  659 ++++++++++++++++++++++--------------------
 target-mips/translate_init.c |   11 +-
 4 files changed, 415 insertions(+), 335 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2014-10-21 13:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 16:19 [Qemu-devel] [PATCH 0/6] target-mips: implement new MIPS64 Release 6 features Leon Alrae
2014-07-14 16:19 ` [Qemu-devel] [PATCH 1/6] target-mips: add Config5.SBRI Leon Alrae
2014-10-16 14:32   ` Yongbok Kim
2014-07-14 16:19 ` [Qemu-devel] [PATCH 2/6] target-mips: implement forbidden slot Leon Alrae
2014-10-20 11:10   ` Yongbok Kim
2014-07-14 16:19 ` [Qemu-devel] [PATCH 3/6] target-mips: CP0_Status.CU0 no longer allows the user to access CP0 Leon Alrae
2014-10-17  9:58   ` Yongbok Kim
2014-07-14 16:19 ` [Qemu-devel] [PATCH 4/6] target-mips: add restrictions for possible values in registers Leon Alrae
2014-10-20 10:19   ` Yongbok Kim
2014-10-21 13:54     ` Leon Alrae
2014-07-14 16:19 ` [Qemu-devel] [PATCH 5/6] target-mips: correctly handle access to unimplemented CP0 register Leon Alrae
2014-10-20 10:49   ` Yongbok Kim
2014-07-14 16:19 ` [Qemu-devel] [PATCH 6/6] target-mips: enable features in MIPS64R6-generic CPU Leon Alrae
2014-10-20 14:23   ` Yongbok Kim

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