Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-09-01 Thread BALATON Zoltan
On Thu, 1 Sep 2022, Bernhard Beschow wrote: On Wed, Aug 31, 2022 at 6:02 PM BALATON Zoltan wrote: On Wed, 31 Aug 2022, BB wrote: Am 31. August 2022 17:03:35 MESZ schrieb BALATON Zoltan < bala...@eik.bme.hu>: On Wed, 31 Aug 2022, BB wrote: Am 31. August 2022 15:23:37 MESZ schrieb BALATON Zol

Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-09-01 Thread Bernhard Beschow
On Wed, Aug 31, 2022 at 6:02 PM BALATON Zoltan wrote: > On Wed, 31 Aug 2022, BB wrote: > > Am 31. August 2022 17:03:35 MESZ schrieb BALATON Zoltan < > bala...@eik.bme.hu>: > >> On Wed, 31 Aug 2022, BB wrote: > >>> Am 31. August 2022 15:23:37 MESZ schrieb BALATON Zoltan < > bala...@eik.bme.hu>: >

Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-08-31 Thread BALATON Zoltan
On Wed, 31 Aug 2022, BB wrote: Am 31. August 2022 17:03:35 MESZ schrieb BALATON Zoltan : On Wed, 31 Aug 2022, BB wrote: Am 31. August 2022 15:23:37 MESZ schrieb BALATON Zoltan : On Wed, 31 Aug 2022, Bernhard Beschow wrote: The USB functions can be enabled/disabled through the ISA function. Al

Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-08-31 Thread BB
Am 31. August 2022 17:03:35 MESZ schrieb BALATON Zoltan : >On Wed, 31 Aug 2022, BB wrote: >> Am 31. August 2022 15:23:37 MESZ schrieb BALATON Zoltan : >>> On Wed, 31 Aug 2022, Bernhard Beschow wrote: The USB functions can be enabled/disabled through the ISA function. Also its interrupt

Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-08-31 Thread BALATON Zoltan
On Wed, 31 Aug 2022, BB wrote: Am 31. August 2022 15:23:37 MESZ schrieb BALATON Zoltan : On Wed, 31 Aug 2022, Bernhard Beschow wrote: The USB functions can be enabled/disabled through the ISA function. Also its interrupt routing can be influenced there. Signed-off-by: Bernhard Beschow --- hw/

Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-08-31 Thread BB
Am 31. August 2022 15:23:37 MESZ schrieb BALATON Zoltan : >On Wed, 31 Aug 2022, Bernhard Beschow wrote: >> The USB functions can be enabled/disabled through the ISA function. Also >> its interrupt routing can be influenced there. >> >> Signed-off-by: Bernhard Beschow >> --- >> hw/isa/vt82c686.

Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-08-31 Thread BALATON Zoltan
On Wed, 31 Aug 2022, Bernhard Beschow wrote: The USB functions can be enabled/disabled through the ISA function. Also its interrupt routing can be influenced there. Signed-off-by: Bernhard Beschow --- hw/isa/vt82c686.c | 12 hw/mips/fuloong2e.c | 3 --- hw/ppc/pegasos2.c | 4 --

[PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-08-31 Thread Bernhard Beschow
The USB functions can be enabled/disabled through the ISA function. Also its interrupt routing can be influenced there. Signed-off-by: Bernhard Beschow --- hw/isa/vt82c686.c | 12 hw/mips/fuloong2e.c | 3 --- hw/ppc/pegasos2.c | 4 3 files changed, 12 insertions(+), 7 del