qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Export struct ISAParallelState
@ 2023-06-11 11:00 Bernhard Beschow
  2023-06-11 11:00 ` [PATCH 1/2] hw/char/parallel: Export struct ParallelState Bernhard Beschow
  2023-06-11 11:00 ` [PATCH 2/2] hw/char/parallel-isa: Export struct ISAParallelState Bernhard Beschow
  0 siblings, 2 replies; 7+ messages in thread
From: Bernhard Beschow @ 2023-06-11 11:00 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marc-André Lureau, qemu-trivial, Philippe Mathieu-Daudé,
	Eduardo Habkost, Mark Cave-Ayland, Michael S. Tsirkin,
	Marcel Apfelbaum, Paolo Bonzini, Artyom Tarasenko, BALATON Zoltan,
	Richard Henderson, Bernhard Beschow

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-12 19:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 11:00 [PATCH 0/2] Export struct ISAParallelState Bernhard Beschow
2023-06-11 11:00 ` [PATCH 1/2] hw/char/parallel: Export struct ParallelState Bernhard Beschow
2023-06-11 11:00 ` [PATCH 2/2] hw/char/parallel-isa: Export struct ISAParallelState Bernhard Beschow
2023-06-11 13:15   ` BALATON Zoltan
2023-06-12  9:01     ` Bernhard Beschow
2023-06-12 10:06       ` BALATON Zoltan
2023-06-12 19:07         ` Mark Cave-Ayland

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).