Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-30 Thread BB
Am 29. August 2022 20:12:21 MESZ schrieb BB : > > >Am 29. August 2022 19:04:06 MESZ schrieb BALATON Zoltan : >>On Mon, 29 Aug 2022, BB wrote: >>> Am 25. August 2022 01:18:56 MESZ schrieb BALATON Zoltan >>> : On Thu, 25 Aug 2022, Bernhard Beschow wrote: > On Wed, Aug 24, 2022 at 3:54 PM

Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-29 Thread BB
Am 29. August 2022 19:04:06 MESZ schrieb BALATON Zoltan : >On Mon, 29 Aug 2022, BB wrote: >> Am 25. August 2022 01:18:56 MESZ schrieb BALATON Zoltan : >>> On Thu, 25 Aug 2022, Bernhard Beschow wrote: On Wed, Aug 24, 2022 at 3:54 PM BALATON Zoltan wrote: > On Tue, 23 Aug 2022, Bernhard

Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-29 Thread BALATON Zoltan
On Mon, 29 Aug 2022, BB wrote: Am 25. August 2022 01:18:56 MESZ schrieb BALATON Zoltan : On Thu, 25 Aug 2022, Bernhard Beschow wrote: On Wed, Aug 24, 2022 at 3:54 PM BALATON Zoltan wrote: On Tue, 23 Aug 2022, Bernhard Beschow wrote: The IDE function is closely tied to the ISA function (e.g.

Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-29 Thread BB
Am 25. August 2022 01:18:56 MESZ schrieb BALATON Zoltan : >On Thu, 25 Aug 2022, Bernhard Beschow wrote: >> On Wed, Aug 24, 2022 at 3:54 PM BALATON Zoltan wrote: >>> On Tue, 23 Aug 2022, Bernhard Beschow wrote: The IDE function is closely tied to the ISA function (e.g. the IDE interrup

Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-24 Thread BALATON Zoltan
On Thu, 25 Aug 2022, Bernhard Beschow wrote: On Wed, Aug 24, 2022 at 3:54 PM BALATON Zoltan wrote: On Tue, 23 Aug 2022, Bernhard Beschow wrote: The IDE function is closely tied to the ISA function (e.g. the IDE interrupt routing happens there), so it makes sense that the IDE function is instan

Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-24 Thread Bernhard Beschow
On Wed, Aug 24, 2022 at 3:54 PM BALATON Zoltan wrote: > On Tue, 23 Aug 2022, Bernhard Beschow wrote: > > The IDE function is closely tied to the ISA function (e.g. the IDE > > interrupt routing happens there), so it makes sense that the IDE > > function is instantiated within the southbridge itse

Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-24 Thread BALATON Zoltan
On Tue, 23 Aug 2022, Bernhard Beschow wrote: The IDE function is closely tied to the ISA function (e.g. the IDE interrupt routing happens there), so it makes sense that the IDE function is instantiated within the southbridge itself. As a side effect, duplicated code in the boards is resolved. Si

[PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-22 Thread Bernhard Beschow
The IDE function is closely tied to the ISA function (e.g. the IDE interrupt routing happens there), so it makes sense that the IDE function is instantiated within the southbridge itself. As a side effect, duplicated code in the boards is resolved. Signed-off-by: Bernhard Beschow --- configs/dev