From: Bernhard Beschow <shentey@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"Eduardo Habkost" <eduardo@habkost.net>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"BALATON Zoltan" <balaton@eik.bme.hu>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
qemu-trivial@nongnu.org, "Artyom Tarasenko" <atar4qemu@gmail.com>,
"Bernhard Beschow" <shentey@gmail.com>
Subject: [PATCH v2 0/2] Export struct ISAParallelState
Date: Mon, 12 Jun 2023 10:12:36 +0200 [thread overview]
Message-ID: <20230612081238.1742-1-shentey@gmail.com> (raw)
This series incorporates rebased versions of the ISAParallelState patches of
[1] as requested by Mark.
v2:
* Add forgotten SoB tags (Zoltan, Phil)
Changes since [1]:
* Don't export register definitions (Phil)
* Rephrase commit message of second patch (Zoltan)
[1] https://patchew.org/QEMU/20230521123049.312349-1-shentey@gmail.com/
Bernhard Beschow (2):
hw/char/parallel: Export struct ParallelState
hw/char/parallel-isa: Export struct ISAParallelState
include/hw/char/parallel-isa.h | 46 ++++++++++++++++++++++++++++++++++
include/hw/char/parallel.h | 21 +++++++++++++++-
hw/char/parallel-isa.c | 1 +
hw/char/parallel.c | 32 +----------------------
hw/i386/pc_piix.c | 2 +-
hw/i386/pc_q35.c | 2 +-
hw/isa/isa-superio.c | 1 +
hw/sparc64/sun4u.c | 2 +-
8 files changed, 72 insertions(+), 35 deletions(-)
create mode 100644 include/hw/char/parallel-isa.h
--
2.41.0
next reply other threads:[~2023-06-12 8:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-12 8:12 Bernhard Beschow [this message]
2023-06-12 8:12 ` [PATCH v2 1/2] hw/char/parallel: Export struct ParallelState Bernhard Beschow
2023-06-12 8:12 ` [PATCH v2 2/2] hw/char/parallel-isa: Export struct ISAParallelState Bernhard Beschow
2023-06-12 18:49 ` [PATCH v2 0/2] " Mark Cave-Ayland
2023-06-13 8:22 ` Philippe Mathieu-Daudé
2023-06-13 9:32 ` 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=20230612081238.1742-1-shentey@gmail.com \
--to=shentey@gmail.com \
--cc=atar4qemu@gmail.com \
--cc=balaton@eik.bme.hu \
--cc=eduardo@habkost.net \
--cc=marcandre.lureau@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=richard.henderson@linaro.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).