qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] MIPS Virt machine
@ 2023-02-02 13:21 Jiaxun Yang
  2023-02-02 13:21 ` [PATCH 1/3] docs/system: Remove "mips" board from target-mips.rst Jiaxun Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jiaxun Yang @ 2023-02-02 13:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: philmd, balaton, Jiaxun Yang

Hi there,

This patchset is to add a new machine type for MIPS architecture, which
is purely a VirtIO machine.

It is design to utilize existing VirtIO infrastures but also comptitable
with MIPS's existing internal simulation tools.

It should be able to cooperate with any MIPS core and boot Generic MIPS
kernel.

For testing purpose I've built little endian kernel[1] to work with this
machine with R4X00, loongson2f, octeon, mips32r2, mips64r2 and mips64r6. 

TODO:
- Documentation
- Test against big endian kernel
- nanoMIPS options

Thanks

Jiaxun Yang (3):
  docs/system: Remove "mips" board from target-mips.rst
  hw/misc: Add MIPS Trickbox device
  hw/mips: Add MIPS virt board

 MAINTAINERS                             |    7 +
 configs/devices/mips-softmmu/common.mak |    1 +
 docs/system/target-mips.rst             |   26 +-
 hw/mips/Kconfig                         |   18 +
 hw/mips/meson.build                     |    1 +
 hw/mips/virt.c                          | 1015 +++++++++++++++++++++++
 hw/misc/Kconfig                         |    3 +
 hw/misc/meson.build                     |    1 +
 hw/misc/mips_trickbox.c                 |   97 +++
 hw/misc/trace-events                    |    4 +
 include/hw/misc/mips_trickbox.h         |   41 +
 11 files changed, 1206 insertions(+), 8 deletions(-)
 create mode 100644 hw/mips/virt.c
 create mode 100644 hw/misc/mips_trickbox.c
 create mode 100644 include/hw/misc/mips_trickbox.h

-- 
2.37.1 (Apple Git-137.1)



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

end of thread, other threads:[~2023-03-09 13:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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é
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é

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