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

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



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

end of thread, other threads:[~2023-06-13 11:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12  8:12 [PATCH v2 0/2] Export struct ISAParallelState Bernhard Beschow
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é

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