[PATCH v2 0/2] Export struct ISAParallelState

Bernhard Beschow posted 2 patches 11 months, 1 week ago
Failed in applying to current master (apply log)
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>
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
[PATCH v2 0/2] Export struct ISAParallelState
Posted by Bernhard Beschow 11 months, 1 week ago
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

Re: [PATCH v2 0/2] Export struct ISAParallelState
Posted by Philippe Mathieu-Daudé 11 months, 1 week ago
On 12/6/23 10:12, Bernhard Beschow wrote:
> This series incorporates rebased versions of the ISAParallelState patches of
> [1] as requested by Mark.

> Bernhard Beschow (2):
>    hw/char/parallel: Export struct ParallelState
>    hw/char/parallel-isa: Export struct ISAParallelState

Thanks, queued (updating MAINTAINERS in patch 2).
Re: [PATCH v2 0/2] Export struct ISAParallelState
Posted by Philippe Mathieu-Daudé 11 months, 1 week ago
On 12/6/23 10:12, Bernhard Beschow wrote:
> This series incorporates rebased versions of the ISAParallelState patches of
> [1] as requested by Mark.

> Bernhard Beschow (2):
>    hw/char/parallel: Export struct ParallelState
>    hw/char/parallel-isa: Export struct ISAParallelState

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


Re: [PATCH v2 0/2] Export struct ISAParallelState
Posted by Mark Cave-Ayland 11 months, 1 week ago
On 12/06/2023 09:12, Bernhard Beschow wrote:

> 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

Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


ATB,

Mark.