Re: [PATCH 6/6] hw/isa/piix{3,4}: Inline and remove create() functions

2022-05-21 Thread Mark Cave-Ayland
On 13/05/2022 18:54, Bernhard Beschow wrote: During the previous changesets the create() functions became trivial wrappers around more generic functions. Modernize the code. Signed-off-by: Bernhard Beschow --- hw/i386/pc_piix.c | 6 +- hw/isa/piix3.c| 16 ---

[PATCH 6/6] hw/isa/piix{3,4}: Inline and remove create() functions

2022-05-13 Thread Bernhard Beschow
During the previous changesets the create() functions became trivial wrappers around more generic functions. Modernize the code. Signed-off-by: Bernhard Beschow --- hw/i386/pc_piix.c | 6 +- hw/isa/piix3.c| 16 hw/isa/piix4.c| 10