Re: [PATCH 2/6] hw/ide/via: Wire up IDE legacy interrupts in host device

2023-05-21 Thread BALATON Zoltan
On Sun, 21 May 2023, BALATON Zoltan wrote: On Sun, 21 May 2023, Bernhard Beschow wrote: Resolves circular depencency between IDE function and south bridge. Signed-off-by: Bernhard Beschow Reviewed-by: Mark Cave-Ayland --- hw/ide/via.c | 6 -- hw/isa/vt82c686.c | 5 + 2 files change

Re: [PATCH 2/6] hw/ide/via: Wire up IDE legacy interrupts in host device

2023-05-21 Thread BALATON Zoltan
On Sun, 21 May 2023, Bernhard Beschow wrote: Resolves circular depencency between IDE function and south bridge. Signed-off-by: Bernhard Beschow Reviewed-by: Mark Cave-Ayland --- hw/ide/via.c | 6 -- hw/isa/vt82c686.c | 5 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --g

[PATCH 2/6] hw/ide/via: Wire up IDE legacy interrupts in host device

2023-05-21 Thread Bernhard Beschow
Resolves circular depencency between IDE function and south bridge. Signed-off-by: Bernhard Beschow Reviewed-by: Mark Cave-Ayland --- hw/ide/via.c | 6 -- hw/isa/vt82c686.c | 5 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/hw/ide/via.c b/hw/ide/via.c index 177ba