Re: [PATCH 2/2] hw/char/parallel-isa: Export struct ISAParallelState

2023-06-12 Thread Mark Cave-Ayland
On 12/06/2023 11:06, BALATON Zoltan wrote: On Mon, 12 Jun 2023, Bernhard Beschow wrote: Am 11. Juni 2023 13:15:58 UTC schrieb BALATON Zoltan : On Sun, 11 Jun 2023, Bernhard Beschow wrote: Allows the struct to be embedded directly into device models without additional allocation. Suggested-by

Re: [PATCH 2/2] hw/char/parallel-isa: Export struct ISAParallelState

2023-06-12 Thread BALATON Zoltan
On Mon, 12 Jun 2023, Bernhard Beschow wrote: Am 11. Juni 2023 13:15:58 UTC schrieb BALATON Zoltan : On Sun, 11 Jun 2023, Bernhard Beschow wrote: Allows the struct to be embedded directly into device models without additional allocation. Suggested-by: Mark Cave-Ayland Patches missing SoB, ch

Re: [PATCH 2/2] hw/char/parallel-isa: Export struct ISAParallelState

2023-06-12 Thread Bernhard Beschow
Am 11. Juni 2023 13:15:58 UTC schrieb BALATON Zoltan : >On Sun, 11 Jun 2023, Bernhard Beschow wrote: >> Allows the struct to be embedded directly into device models without >> additional >> allocation. >> >> Suggested-by: Mark Cave-Ayland > >Patches missing SoB, checkpatch should have cought

Re: [PATCH 2/2] hw/char/parallel-isa: Export struct ISAParallelState

2023-06-11 Thread BALATON Zoltan
On Sun, 11 Jun 2023, Bernhard Beschow wrote: Allows the struct to be embedded directly into device models without additional allocation. Suggested-by: Mark Cave-Ayland Patches missing SoB, checkpatch should have cought this. I don't see any of the machines or device models actually embedding

[PATCH 2/2] hw/char/parallel-isa: Export struct ISAParallelState

2023-06-11 Thread Bernhard Beschow
Allows the struct to be embedded directly into device models without additional allocation. Suggested-by: Mark Cave-Ayland --- include/hw/char/parallel-isa.h | 46 ++ include/hw/char/parallel.h | 2 -- hw/char/parallel-isa.c | 1 + hw/char/parallel.c