]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/char/parallel-isa: Export struct ISAParallelState
authorBernhard Beschow <shentey@gmail.com>
Mon, 12 Jun 2023 08:12:38 +0000 (10:12 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Jun 2023 09:28:58 +0000 (11:28 +0200)
commit9cc44d9bd6fb8ceb75f8ae898a0d167f6305e511
treec0121d6dc1be4d8c3572f20da48ec5a9face1a5b
parent8ff98e09f3ad447255368eccaac7412dd15e8777
hw/char/parallel-isa: Export struct ISAParallelState

Allows the struct to be embedded directly into device models without additional
allocation.

Suggested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230612081238.1742-3-shentey@gmail.com>
[PMD: Update MAINTAINERS entry and use SPDX license identifier]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
MAINTAINERS
hw/char/parallel-isa.c
hw/char/parallel.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
hw/isa/isa-superio.c
hw/sparc64/sun4u.c
include/hw/char/parallel-isa.h [new file with mode: 0644]
include/hw/char/parallel.h