All of lore.kernel.org
 help / color / mirror / Atom feed
From: Huacai Chen <chenhuacai@gmail.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: Huacai Chen <zltjiangshi@gmail.com>,
	Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>,
	Aurelien Jarno <aurelien@aurel32.net>
Subject: Re: [PATCH V13 9/9] docs/system: Update MIPS machine documentation
Date: Sat, 10 Oct 2020 09:47:54 +0800	[thread overview]
Message-ID: <CAAhV-H4JOFzmoL1O_d=Fko5kxVC=Z0R5jywdihztuVVPaXVhNg@mail.gmail.com> (raw)
In-Reply-To: <a4b8cb9d-d4ed-0acc-e40f-d4914a8adb51@amsat.org>

Hi, Philippe,

On Fri, Oct 9, 2020 at 11:29 PM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Hi Huacai,
>
> On 10/7/20 10:39 AM, Huacai Chen wrote:
> > Add Loongson-3A CPU models and Loongson-3 based machine description.
> >
> > Signed-off-by: Huacai Chen <chenhc@lemote.com>
> > ---
> >   docs/system/cpu-models-mips.rst.inc | 10 ++++++++--
> >   docs/system/target-mips.rst         | 10 ++++++++++
> >   2 files changed, 18 insertions(+), 2 deletions(-)
> >
> > diff --git a/docs/system/cpu-models-mips.rst.inc b/docs/system/cpu-models-mips.rst.inc
> > index 499b5b6..02cc4bb 100644
> > --- a/docs/system/cpu-models-mips.rst.inc
> > +++ b/docs/system/cpu-models-mips.rst.inc
> > @@ -48,11 +48,17 @@ across all desired hosts.
> >   ``I6400``
> >       MIPS64 Processor (Release 6, 2014)
> >
> > +``Loongson-2E``
> > +    MIPS64 Processor (Loongson 2, 2006)
> > +
> >   ``Loongson-2F``
> >       MIPS64 Processor (Loongson 2, 2008)
> >
> > -``Loongson-2E``
> > -    MIPS64 Processor (Loongson 2, 2006)
> > +``Loongson-3A1000``
> > +    MIPS64 Processor (Loongson 3, 2010)
> > +
> > +``Loongson-3A4000``
> > +    MIPS64 Processor (Loongson 3, 2018)
> >
> >   ``mips64dspr2``
> >       MIPS64 Processor (Release 2, 2006)
> > diff --git a/docs/system/target-mips.rst b/docs/system/target-mips.rst
> > index cd2a931..1f86ccb 100644
> > --- a/docs/system/target-mips.rst
> > +++ b/docs/system/target-mips.rst
> > @@ -84,6 +84,16 @@ The Fuloong 2E emulation supports:
> >
> >   -  RTL8139D as a network card chipset
> >
> > +The Loongson-3 virtual platform emulation supports:
> > +
> > +-  Loongson 3A CPU
> > +
> > +-  LIOINTC as interrupt controller
> > +
> > +-  GPEX and virtio as variable devices
>
> What do you mean by "as variable devices"?
I want to describe "Loongson-3 virtual machine use GPEX as its pci
host controller, and use virtio as its device model to connect many
kinds of devices" here.

Huacai
>
> > +
> > +-  Both KVM and TCG supported
> > +
> >   The mipssim pseudo board emulation provides an environment similar to
> >   what the proprietary MIPS emulator uses for running Linux. It supports:
> >
> >


      reply	other threads:[~2020-10-10  1:49 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-07  8:39 [PATCH V13 0/9] mips: Add Loongson-3 machine support Huacai Chen
2020-10-07  8:39 ` [PATCH V13 1/9] linux-headers: Update MIPS KVM type defintition Huacai Chen
2020-10-10  8:25   ` Philippe Mathieu-Daudé
2020-10-10 12:59   ` Peter Maydell
2020-10-10 13:11     ` Philippe Mathieu-Daudé
2020-10-07  8:39 ` [PATCH V13 2/9] meson.build: Re-enable KVM support for MIPS Huacai Chen
2020-10-07  8:51   ` Paolo Bonzini
2020-11-17 17:17   ` Philippe Mathieu-Daudé
2020-11-20  4:28     ` Huacai Chen
2020-11-20 10:55       ` Philippe Mathieu-Daudé
2020-11-20 10:55         ` Philippe Mathieu-Daudé
2020-11-22  3:31         ` Huacai Chen
2020-11-22  3:31           ` Huacai Chen
2021-03-23 13:56           ` Philippe Mathieu-Daudé
2021-03-23 13:56             ` Philippe Mathieu-Daudé
2021-03-24  1:22             ` Jiaxun Yang
2021-03-24  1:22               ` Jiaxun Yang
2021-03-24  2:12               ` YunQiang Su
2021-03-24  2:12                 ` YunQiang Su
2020-10-07  8:39 ` [PATCH V13 3/9] target/mips: Fix PageMask with variable page size Huacai Chen
2020-10-07  8:39 ` [PATCH V13 4/9] target/mips: Add loongson-ext lswc2 group of instructions (Part 1) Huacai Chen
2020-10-07  8:39 ` [PATCH V13 5/9] target/mips: Add loongson-ext lswc2 group of instructions (Part 2) Huacai Chen
2020-10-07  8:39 ` [PATCH V13 6/9] target/mips: Add loongson-ext lsdc2 group of instructions Huacai Chen
2020-10-10 13:07   ` Philippe Mathieu-Daudé
2020-10-11  3:02     ` Huacai Chen
2020-10-11 11:13       ` Philippe Mathieu-Daudé
2020-10-12 10:33         ` Huacai Chen
2020-10-12 11:04           ` Philippe Mathieu-Daudé
2020-10-07  8:39 ` [PATCH V13 7/9] hw/mips: Implement fw_cfg_arch_key_name() Huacai Chen
2020-10-07  8:39 ` [PATCH V13 8/9] hw/mips: Add Loongson-3 machine support Huacai Chen
2020-10-10  9:09   ` Philippe Mathieu-Daudé
2020-10-11  2:53     ` Huacai Chen
2020-10-12  8:12       ` Philippe Mathieu-Daudé
2020-10-13 11:12         ` Huacai Chen
2020-10-13 13:45           ` Philippe Mathieu-Daudé
2020-10-14  1:28             ` Huacai Chen
2020-10-07  8:39 ` [PATCH V13 9/9] docs/system: Update MIPS machine documentation Huacai Chen
2020-10-09 15:29   ` Philippe Mathieu-Daudé
2020-10-10  1:47     ` Huacai Chen [this message]

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='CAAhV-H4JOFzmoL1O_d=Fko5kxVC=Z0R5jywdihztuVVPaXVhNg@mail.gmail.com' \
    --to=chenhuacai@gmail.com \
    --cc=aleksandar.qemu.devel@gmail.com \
    --cc=aleksandar.rikalo@syrmia.com \
    --cc=aurelien@aurel32.net \
    --cc=f4bug@amsat.org \
    --cc=qemu-devel@nongnu.org \
    --cc=zltjiangshi@gmail.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.