qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Max Filippov <jcmvbkbc@gmail.com>
Subject: [Qemu-devel] [PATCH 0/4] target/xtensa: add SMP linux capable hardware
Date: Sun, 27 Jan 2019 18:09:33 -0800	[thread overview]
Message-ID: <20190128020937.22775-1-jcmvbkbc@gmail.com> (raw)

Hello,

this series adds SMP-capable interrupt controller model amd instantiates
it on the XTFPGA boards when more than one CPU is specified in command
line. It also adds an MMUv2 SMP-capable xtensa core.

Max Filippov (4):
  target/xtensa: expose core runstall as an IRQ line
  target/xtensa: add MX interrupt controller
  hw/xtensa: xtfpga: use MX PIC for SMP
  target-xtensa: add test_mmuhifi_c3 core

 hw/xtensa/Makefile.objs                            |     1 +
 hw/xtensa/mx_pic.c                                 |   354 +
 hw/xtensa/pic_cpu.c                                |    12 +
 hw/xtensa/xtfpga.c                                 |    22 +-
 include/hw/xtensa/mx_pic.h                         |    44 +
 target/xtensa/Makefile.objs                        |     1 +
 target/xtensa/core-test_mmuhifi_c3.c               |    53 +
 target/xtensa/core-test_mmuhifi_c3/core-isa.h      |   384 +
 .../xtensa/core-test_mmuhifi_c3/gdb-config.inc.c   |   140 +
 .../core-test_mmuhifi_c3/xtensa-modules.inc.c      | 36403 +++++++++++++++++++
 target/xtensa/cpu.h                                |     2 +
 11 files changed, 37415 insertions(+), 1 deletion(-)
 create mode 100644 hw/xtensa/mx_pic.c
 create mode 100644 include/hw/xtensa/mx_pic.h
 create mode 100644 target/xtensa/core-test_mmuhifi_c3.c
 create mode 100644 target/xtensa/core-test_mmuhifi_c3/core-isa.h
 create mode 100644 target/xtensa/core-test_mmuhifi_c3/gdb-config.inc.c
 create mode 100644 target/xtensa/core-test_mmuhifi_c3/xtensa-modules.inc.c

-- 
2.11.0

             reply	other threads:[~2019-01-28  2:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-28  2:09 Max Filippov [this message]
2019-01-28  2:09 ` [Qemu-devel] [PATCH 1/4] target/xtensa: expose core runstall as an IRQ line Max Filippov
2019-01-28  2:09 ` [Qemu-devel] [PATCH 2/4] target/xtensa: add MX interrupt controller Max Filippov
2019-01-28  2:09 ` [Qemu-devel] [PATCH 3/4] hw/xtensa: xtfpga: use MX PIC for SMP Max Filippov
2019-01-28  2:09 ` [Qemu-devel] [PATCH 4/4] target-xtensa: add test_mmuhifi_c3 core Max Filippov

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=20190128020937.22775-1-jcmvbkbc@gmail.com \
    --to=jcmvbkbc@gmail.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).