Re: [Qemu-devel] [PATCH v3 1/8] target/mips: Introduce MXU registers

2018-08-28 Thread Janeczek, Craig via Qemu-devel
Where is the definition of MXU control register (MXU_CR)? MXU_CR is the last element in this array. Before sending patches, it is obligatory to run scripts/checkpatch.pl - this (missing braces) will be reported by this script. I did run checkpath before sending a patch. This was not reported.

Re: [Qemu-devel] [PATCH v3 1/8] target/mips: Introduce MXU registers

2018-08-28 Thread Aleksandar Markovic
> From: Craig Janeczek > Sent: Tuesday, August 28, 2018 3:00 PM > To: qemu-devel@nongnu.org > Cc: Aleksandar Markovic; aurel...@aurel32.net; Craig Janeczek > Subject: [PATCH v3 1/8] target/mips: Introduce MXU registers > > Define and initialize the 16 MXU registers. > > Signed-off-by: Craig Ja

[Qemu-devel] [PATCH v3 1/8] target/mips: Introduce MXU registers

2018-08-28 Thread Craig Janeczek via Qemu-devel
Define and initialize the 16 MXU registers. Signed-off-by: Craig Janeczek --- v1 - NA v2 - NA v3 - Initial patch, split out from prior first patch target/mips/cpu.h | 1 + target/mips/translate.c | 16 2 files changed, 17 insertions(+) diff --git a/target