[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Export struct ISAParallelState
From: |
Bernhard Beschow |
Subject: |
[PATCH 0/2] Export struct ISAParallelState |
Date: |
Sun, 11 Jun 2023 13:00:06 +0200 |
This series incorporates rebased versions of the ISAParallelState patches of
[1] as requested by Mark.
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
- [PATCH 0/2] Export struct ISAParallelState,
Bernhard Beschow <=
[PATCH 1/2] hw/char/parallel: Export struct ParallelState, Bernhard Beschow, 2023/06/11