Re: [PATCH 5/6] hw/isa/piix4: Factor out SM bus initialization from create() function

2022-05-22 Thread Mark Cave-Ayland
On 22/05/2022 10:21, Bernhard Beschow wrote: On Sat, May 21, 2022 at 10:39 AM Mark Cave-Ayland > wrote: On 13/05/2022 18:54, Bernhard Beschow wrote: > Initialize the SM bus just like is done for piix3 which modernizes the > code. >

Re: [PATCH 5/6] hw/isa/piix4: Factor out SM bus initialization from create() function

2022-05-22 Thread Bernhard Beschow
On Sat, May 21, 2022 at 10:39 AM Mark Cave-Ayland < mark.cave-ayl...@ilande.co.uk> wrote: > On 13/05/2022 18:54, Bernhard Beschow wrote: > > > Initialize the SM bus just like is done for piix3 which modernizes the > > code. > > > > Signed-off-by: Bernhard Beschow > > --- > > hw/isa/piix4.c

Re: [PATCH 5/6] hw/isa/piix4: Factor out SM bus initialization from create() function

2022-05-21 Thread Mark Cave-Ayland
On 13/05/2022 18:54, Bernhard Beschow wrote: Initialize the SM bus just like is done for piix3 which modernizes the code. Signed-off-by: Bernhard Beschow --- hw/isa/piix4.c| 15 +++ hw/mips/malta.c | 7 ++- include/hw/southbridge/piix.h | 2 +

[PATCH 5/6] hw/isa/piix4: Factor out SM bus initialization from create() function

2022-05-13 Thread Bernhard Beschow
Initialize the SM bus just like is done for piix3 which modernizes the code. Signed-off-by: Bernhard Beschow --- hw/isa/piix4.c| 15 +++ hw/mips/malta.c | 7 ++- include/hw/southbridge/piix.h | 2 +- 3 files changed, 10 insertions(+), 14 deletions(