From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 0/5] M68k for 6.0 patches
Date: Mon, 15 Mar 2021 21:42:21 +0100 [thread overview]
Message-ID: <20210315204226.3481044-1-laurent@vivier.eu> (raw)
The following changes since commit e7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c:
Merge remote-tracking branch 'remotes/philmd/tags/avr-20210315' into stagin=
g (2021-03-15 16:59:55 +0000)
are available in the Git repository at:
git://github.com/vivier/qemu-m68k.git tags/m68k-for-6.0-pull-request
for you to fetch changes up to e1cecdca559d552bc5ab282696301858a97c3e8c:
m68k: add Virtual M68k Machine (2021-03-15 21:03:06 +0100)
----------------------------------------------------------------
m68k pull request 20210315
Add m68k virt machine
----------------------------------------------------------------
Laurent Vivier (5):
hw/char: add goldfish-tty
hw/intc: add goldfish-pic
m68k: add an interrupt controller
m68k: add a system controller
m68k: add Virtual M68k Machine
docs/specs/virt-ctlr.txt | 26 ++
default-configs/devices/m68k-softmmu.mak | 1 +
include/hw/char/goldfish_tty.h | 35 ++
include/hw/intc/goldfish_pic.h | 33 ++
include/hw/intc/m68k_irqc.h | 41 +++
include/hw/misc/virt_ctrl.h | 22 ++
.../standard-headers/asm-m68k/bootinfo-virt.h | 18 +
hw/char/goldfish_tty.c | 285 ++++++++++++++++
hw/intc/goldfish_pic.c | 219 ++++++++++++
hw/intc/m68k_irqc.c | 119 +++++++
hw/m68k/virt.c | 313 ++++++++++++++++++
hw/misc/virt_ctrl.c | 151 +++++++++
MAINTAINERS | 13 +
hw/char/Kconfig | 3 +
hw/char/meson.build | 2 +
hw/char/trace-events | 10 +
hw/intc/Kconfig | 6 +
hw/intc/meson.build | 2 +
hw/intc/trace-events | 8 +
hw/m68k/Kconfig | 9 +
hw/m68k/meson.build | 1 +
hw/misc/Kconfig | 3 +
hw/misc/meson.build | 3 +
hw/misc/trace-events | 7 +
24 files changed, 1330 insertions(+)
create mode 100644 docs/specs/virt-ctlr.txt
create mode 100644 include/hw/char/goldfish_tty.h
create mode 100644 include/hw/intc/goldfish_pic.h
create mode 100644 include/hw/intc/m68k_irqc.h
create mode 100644 include/hw/misc/virt_ctrl.h
create mode 100644 include/standard-headers/asm-m68k/bootinfo-virt.h
create mode 100644 hw/char/goldfish_tty.c
create mode 100644 hw/intc/goldfish_pic.c
create mode 100644 hw/intc/m68k_irqc.c
create mode 100644 hw/m68k/virt.c
create mode 100644 hw/misc/virt_ctrl.c
--=20
2.29.2
next reply other threads:[~2021-03-15 20:43 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-15 20:42 Laurent Vivier [this message]
2021-03-15 20:42 ` [PULL 1/5] hw/char: add goldfish-tty Laurent Vivier
2021-03-15 20:42 ` [PULL 2/5] hw/intc: add goldfish-pic Laurent Vivier
2021-03-15 20:42 ` [PULL 3/5] m68k: add an interrupt controller Laurent Vivier
2021-03-15 20:42 ` [PULL 4/5] m68k: add a system controller Laurent Vivier
2021-03-15 20:42 ` [PULL 5/5] m68k: add Virtual M68k Machine Laurent Vivier
2021-03-18 9:19 ` Philippe Mathieu-Daudé
2021-03-18 9:52 ` Laurent Vivier
2021-03-18 10:02 ` Philippe Mathieu-Daudé
2021-03-18 10:06 ` Laurent Vivier
2021-03-18 10:35 ` Paolo Bonzini
2021-03-18 10:40 ` Peter Maydell
2021-03-18 10:45 ` Paolo Bonzini
2021-03-18 11:10 ` Peter Maydell
2021-03-18 11:20 ` Philippe Mathieu-Daudé
2021-03-18 15:36 ` Philippe Mathieu-Daudé
2021-03-18 15:51 ` Laurent Vivier
2021-03-18 15:56 ` Laurent Vivier
2021-03-18 16:25 ` Philippe Mathieu-Daudé
2021-03-18 17:28 ` Max Reitz
2021-03-19 6:32 ` Thomas Huth
2021-03-19 9:20 ` Max Reitz
2021-03-19 9:29 ` Paolo Bonzini
2021-03-19 10:51 ` Laurent Vivier
2021-03-19 11:08 ` Paolo Bonzini
2021-03-19 10:50 ` Laurent Vivier
2021-03-19 10:51 ` Max Reitz
2021-03-19 10:57 ` Max Reitz
2021-03-19 10:55 ` Thomas Huth
2021-03-18 16:50 ` Paolo Bonzini
2021-03-17 13:34 ` [PULL 0/5] M68k for 6.0 patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2020-12-12 17:54 Laurent Vivier
2020-12-12 19:53 ` Peter Maydell
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=20210315204226.3481044-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--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).