qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Jiaxun Yang <jiaxun.yang@flygoat.com>, qemu-devel@nongnu.org
Cc: balaton@eik.bme.hu
Subject: Re: [PATCH 3/3] hw/mips: Add MIPS virt board
Date: Sun, 5 Feb 2023 12:48:23 +0100	[thread overview]
Message-ID: <02b95cdf-fe38-f147-1b9c-5078aaf35adb@linaro.org> (raw)
In-Reply-To: <20230202132138.30945-4-jiaxun.yang@flygoat.com>

Hi Jiaxun,

On 2/2/23 14:21, Jiaxun Yang wrote:
> MIPS virt board is design to utilize existing VirtIO infrastures
> but also comptitable with MIPS's existing internal simulation tools.
> 
> It includes virtio-mmio, pcie gpex, flash rom, fw_cfg, goldfish-rtc,
> and optional goldfish_pic in case MIPS GIC is not present.

Is it worth using the CPS/GIC? Can't we using the goldfish PIC
regardless CPS availability? Did you run performance comparison?

> 
> It should be able to cooperate with any MIPS CPU cores.
> 
> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
> v1:
>   - Rename to virt board
>   - Convert BIOS flash to ROM
>   - Cleanups
> ---
>   MAINTAINERS                             |    7 +
>   configs/devices/mips-softmmu/common.mak |    1 +
>   docs/system/target-mips.rst             |   24 +
>   hw/mips/Kconfig                         |   18 +
>   hw/mips/meson.build                     |    1 +
>   hw/mips/virt.c                          | 1015 +++++++++++++++++++++++
>   6 files changed, 1066 insertions(+)
>   create mode 100644 hw/mips/virt.c



  reply	other threads:[~2023-02-05 11:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02 13:21 [PATCH 0/3] MIPS Virt machine Jiaxun Yang
2023-02-02 13:21 ` [PATCH 1/3] docs/system: Remove "mips" board from target-mips.rst Jiaxun Yang
2023-02-05 11:38   ` Philippe Mathieu-Daudé
2023-02-02 13:21 ` [PATCH 2/3] hw/misc: Add MIPS Trickbox device Jiaxun Yang
2023-02-02 13:21 ` [PATCH 3/3] hw/mips: Add MIPS virt board Jiaxun Yang
2023-02-05 11:48   ` Philippe Mathieu-Daudé [this message]
2023-02-06  1:08     ` Jiaxun Yang
2023-02-22 10:29       ` Jiaxun Yang
2023-03-09 13:38 ` [PATCH 0/3] MIPS Virt machine Philippe Mathieu-Daudé

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=02b95cdf-fe38-f147-1b9c-5078aaf35adb@linaro.org \
    --to=philmd@linaro.org \
    --cc=balaton@eik.bme.hu \
    --cc=jiaxun.yang@flygoat.com \
    --cc=qemu-devel@nongnu.org \
    /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 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).