From: Leon Alrae <leon.alrae@imgtec.com>
To: Aurelien Jarno <aurelien@aurel32.net>
Cc: yongbok.kim@imgtec.com, cristian.cuna@imgtec.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 01/21] target-mips: introduce MIPS64R6 ISA and a new generic CPU
Date: Mon, 2 Jun 2014 10:49:16 +0100 [thread overview]
Message-ID: <538C489C.6060408@imgtec.com> (raw)
In-Reply-To: <20140530164346.GA2766@ohm.rr44.fr>
On 30/05/14 17:43, Aurelien Jarno wrote:
>> + /* A generic CPU providing MIPS64 Release 6 features.
>> + FIXME: Eventually this should be replaced by a real CPU model. */
>> + .name = "MIPS64R6-generic",
>> + .CP0_PRid = 0x00010000,
>> + .CP0_Config0 = MIPS_CONFIG0 | (0x2 << CP0C0_AR) | (0x2 << CP0C0_AT) |
>> + (MMU_TYPE_R4000 << CP0C0_MT),
>> + .CP0_Config1 = MIPS_CONFIG1 | (1 << CP0C1_FP) | (63 << CP0C1_MMU) |
>> + (2 << CP0C1_IS) | (4 << CP0C1_IL) | (3 << CP0C1_IA) |
>> + (2 << CP0C1_DS) | (4 << CP0C1_DL) | (3 << CP0C1_DA) |
>> + (0 << CP0C1_PC) | (1 << CP0C1_WR) | (1 << CP0C1_EP),
>
> Do we really suppport watch registers or EJTAG in QEMU?
>
EJTAG seems to be supported to some extent (I haven't tested it though).
Therefore I left it available if someone would like to experiment with it.
As far as Watch is concerned, it doesn't seem to be functional, but the
Watch* registers are available. For me it was enough to leave the
feature available in the CPU configuration.
Please let me know if in your opinion these features should be disabled.
Thanks,
Leon
next prev parent reply other threads:[~2014-06-02 9:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1401461279-59617-1-git-send-email-leon.alrae@imgtec.com>
[not found] ` <1401461279-59617-12-git-send-email-leon.alrae@imgtec.com>
[not found] ` <20140530224101.GA12523@ohm.rr44.fr>
2014-06-02 8:52 ` [Qemu-devel] [PATCH 11/21] target-mips: Status.UX/SX/KX enable 32-bit address wrapping Leon Alrae
[not found] ` <1401461279-59617-2-git-send-email-leon.alrae@imgtec.com>
[not found] ` <20140530164346.GA2766@ohm.rr44.fr>
2014-06-02 9:49 ` Leon Alrae [this message]
[not found] ` <1401461279-59617-3-git-send-email-leon.alrae@imgtec.com>
[not found] ` <20140530164348.GA4065@ohm.rr44.fr>
2014-06-02 10:03 ` [Qemu-devel] [PATCH 02/21] target-mips: signal RI Exception on instructions removed in R6 Maciej W. Rozycki
[not found] ` <1401461279-59617-14-git-send-email-leon.alrae@imgtec.com>
2014-06-02 19:16 ` [Qemu-devel] [PATCH 13/21] target-mips: add Compact Branches Aurelien Jarno
2014-06-03 9:29 ` Leon Alrae
2014-06-03 19:49 ` Aurelien Jarno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=538C489C.6060408@imgtec.com \
--to=leon.alrae@imgtec.com \
--cc=aurelien@aurel32.net \
--cc=cristian.cuna@imgtec.com \
--cc=qemu-devel@nongnu.org \
--cc=yongbok.kim@imgtec.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.