Re: [PATCH] hw/pci-host/i440fx: Remove unused parameter from i440fx_init()

2022-06-28 Thread Laurent Vivier
Le 12/06/2022 à 21:28, Bernhard Beschow a écrit : pi440fx_state is an out-parameter which is never read by the caller. Signed-off-by: Bernhard Beschow --- hw/i386/pc_piix.c| 3 --- hw/pci-host/i440fx.c | 4 +--- include/hw/pci-host/i440fx.h | 1 - 3 files changed, 1 ins

Re: [PATCH] hw/pci-host/i440fx: Remove unused parameter from i440fx_init()

2022-06-20 Thread Mark Cave-Ayland
On 19/06/2022 22:44, B wrote: Am 12. Juni 2022 19:28:00 UTC schrieb Bernhard Beschow : pi440fx_state is an out-parameter which is never read by the caller. Signed-off-by: Bernhard Beschow Ping --- hw/i386/pc_piix.c| 3 --- hw/pci-host/i440fx.c | 4 +--- include/hw/pci-ho

Re: [PATCH] hw/pci-host/i440fx: Remove unused parameter from i440fx_init()

2022-06-19 Thread B
Am 12. Juni 2022 19:28:00 UTC schrieb Bernhard Beschow : >pi440fx_state is an out-parameter which is never read by the caller. > >Signed-off-by: Bernhard Beschow Ping >--- > hw/i386/pc_piix.c| 3 --- > hw/pci-host/i440fx.c | 4 +--- > include/hw/pci-host/i440fx.h | 1 - > 3 f

[PATCH] hw/pci-host/i440fx: Remove unused parameter from i440fx_init()

2022-06-12 Thread Bernhard Beschow
pi440fx_state is an out-parameter which is never read by the caller. Signed-off-by: Bernhard Beschow --- hw/i386/pc_piix.c| 3 --- hw/pci-host/i440fx.c | 4 +--- include/hw/pci-host/i440fx.h | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/hw/i386/pc_piix.