From: Johannes Thumshirn <jth@kernel.org>
To: qemu-devel@nongnu.org
Cc: Alistair Francis <alistair@alistair23.me>,
Javier Rodriguez <josejavier.rodriguez@duagon.com>,
Dmitry Fomichev <dmitry.fomichev@wdc.com>,
Johannes Thumshirn <jth@kernel.org>
Subject: [PATCH 0/4] Add emulation of MEN Chameleon Hardware
Date: Wed, 29 Mar 2023 10:45:09 +0200 [thread overview]
Message-ID: <20230329084513.7835-1-jth@kernel.org> (raw)
Add emulation of MEN Chameleon Hardware to Qemu.
This emulation is specifically designed to test the upstream Linux kernel
drivers when one has no access to the hardware.
The emulation consists of the bus itself, a PCI hardware target creating the
bus, MEN Micro Electronic's 8250 based UART via MCB and a watchdog timer.
Johannes Thumshirn (4):
Add MEN Chameleon Bus emulation
Add MEN Chameleon Bus via PCI carrier
serial-mcb: Add serial via MEN chameleon bus
wdt_z069: Add support for MEN 16z069 Watchdog
MAINTAINERS | 6 +
hw/Kconfig | 1 +
hw/char/Kconfig | 6 +
hw/char/meson.build | 1 +
hw/char/serial-mcb.c | 115 +++++++++++++++
hw/mcb/Kconfig | 8 ++
hw/mcb/mcb-pci.c | 307 ++++++++++++++++++++++++++++++++++++++++
hw/mcb/mcb.c | 182 ++++++++++++++++++++++++
hw/mcb/meson.build | 2 +
hw/meson.build | 1 +
hw/watchdog/Kconfig | 5 +
hw/watchdog/meson.build | 1 +
hw/watchdog/wdt_z069.c | 218 ++++++++++++++++++++++++++++
include/hw/mcb/mcb.h | 106 ++++++++++++++
14 files changed, 959 insertions(+)
create mode 100644 hw/char/serial-mcb.c
create mode 100644 hw/mcb/Kconfig
create mode 100644 hw/mcb/mcb-pci.c
create mode 100644 hw/mcb/mcb.c
create mode 100644 hw/mcb/meson.build
create mode 100644 hw/watchdog/wdt_z069.c
create mode 100644 include/hw/mcb/mcb.h
--
2.39.2
next reply other threads:[~2023-03-29 13:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 8:45 Johannes Thumshirn [this message]
2023-03-29 8:45 ` [PATCH 1/4] Add MEN Chameleon Bus emulation Johannes Thumshirn
2023-04-05 9:09 ` Alistair Francis
2023-03-29 8:45 ` [PATCH 2/4] Add MEN Chameleon Bus via PCI carrier Johannes Thumshirn
2023-04-05 6:29 ` Alistair Francis
2023-03-29 8:45 ` [PATCH 3/4] serial-mcb: Add serial via MEN chameleon bus Johannes Thumshirn
2023-04-05 8:32 ` Alistair Francis
2023-03-29 8:45 ` [PATCH 4/4] wdt_z069: Add support for MEN 16z069 Watchdog Johannes Thumshirn
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=20230329084513.7835-1-jth@kernel.org \
--to=jth@kernel.org \
--cc=alistair@alistair23.me \
--cc=dmitry.fomichev@wdc.com \
--cc=josejavier.rodriguez@duagon.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).