Re: [PATCH v3 05/10] hw/isa/vt82c686: Instantiate IDE function in host device

2022-08-31 Thread BALATON Zoltan
On Wed, 31 Aug 2022, BB wrote: Am 31. August 2022 15:12:26 MESZ schrieb BALATON Zoltan : On Wed, 31 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 with

Re: [PATCH v3 05/10] hw/isa/vt82c686: Instantiate IDE function in host device

2022-08-31 Thread BB
Am 31. August 2022 15:12:26 MESZ schrieb BALATON Zoltan : >On Wed, 31 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 south bridge it

Re: [PATCH v3 05/10] hw/isa/vt82c686: Instantiate IDE function in host device

2022-08-31 Thread BALATON Zoltan
On Wed, 31 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 south bridge itself. Signed-off-by: Bernhard Beschow --- configs/devices/mips64el-

[PATCH v3 05/10] hw/isa/vt82c686: Instantiate IDE function in host device

2022-08-31 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 south bridge itself. Signed-off-by: Bernhard Beschow --- configs/devices/mips64el-softmmu/default.mak | 1 - hw/isa/Kconfig