Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-10-12 Thread Thomas Huth
On 13/10/2024 06.53, Guenter Roeck wrote: On 10/12/24 07:06, Bernhard Beschow wrote: Am 12. Oktober 2024 09:40:27 UTC schrieb Thomas Huth : On 12/10/2024 00.48, Philippe Mathieu-Daudé wrote: On 11/10/24 05:23, Thomas Huth wrote: On 03/05/2024 23.34, Guenter Roeck wrote: Hi, On Thu, Feb 08

Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-10-12 Thread Guenter Roeck
On 10/12/24 07:06, Bernhard Beschow wrote: Am 12. Oktober 2024 09:40:27 UTC schrieb Thomas Huth : On 12/10/2024 00.48, Philippe Mathieu-Daudé wrote: On 11/10/24 05:23, Thomas Huth wrote: On 03/05/2024 23.34, Guenter Roeck wrote: Hi, On Thu, Feb 08, 2024 at 07:12:40PM +0100, Philippe Mathie

Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-10-12 Thread Bernhard Beschow
Am 12. Oktober 2024 09:40:27 UTC schrieb Thomas Huth : >On 12/10/2024 00.48, Philippe Mathieu-Daudé wrote: >> On 11/10/24 05:23, Thomas Huth wrote: >>> On 03/05/2024 23.34, Guenter Roeck wrote: Hi, On Thu, Feb 08, 2024 at 07:12:40PM +0100, Philippe Mathieu-Daudé wrote: > We s

Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-10-12 Thread Thomas Huth
On 12/10/2024 00.48, Philippe Mathieu-Daudé wrote: On 11/10/24 05:23, Thomas Huth wrote: On 03/05/2024 23.34, Guenter Roeck wrote: Hi, On Thu, Feb 08, 2024 at 07:12:40PM +0100, Philippe Mathieu-Daudé wrote: We should not wire IRQs on unrealized device. Signed-off-by: Philippe Mathieu-Daudé

Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-10-11 Thread Philippe Mathieu-Daudé
On 11/10/24 05:23, Thomas Huth wrote: On 03/05/2024 23.34, Guenter Roeck wrote: Hi, On Thu, Feb 08, 2024 at 07:12:40PM +0100, Philippe Mathieu-Daudé wrote: We should not wire IRQs on unrealized device. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Peter Maydell Reviewed-by: Yoshinori S

Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-10-11 Thread Thomas Huth
On 03/05/2024 23.34, Guenter Roeck wrote: Hi, On Thu, Feb 08, 2024 at 07:12:40PM +0100, Philippe Mathieu-Daudé wrote: We should not wire IRQs on unrealized device. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Peter Maydell Reviewed-by: Yoshinori Sato qemu 9.0 fails to boot Linux fro

Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-05-03 Thread Guenter Roeck
Hi, On Thu, Feb 08, 2024 at 07:12:40PM +0100, Philippe Mathieu-Daudé wrote: > We should not wire IRQs on unrealized device. > > Signed-off-by: Philippe Mathieu-Daudé > Reviewed-by: Peter Maydell > Reviewed-by: Yoshinori Sato qemu 9.0 fails to boot Linux from ide/ata drives with the sh4 and sh

Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-02-12 Thread Yoshinori Sato
On Fri, 09 Feb 2024 03:12:40 +0900, Philippe Mathieu-Daudé wrote: > > We should not wire IRQs on unrealized device. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/sh4/r2d.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/sh4/r2d.c b/hw/sh4/r2d.c > index e9f316

Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-02-09 Thread Peter Maydell
On Thu, 8 Feb 2024 at 18:14, Philippe Mathieu-Daudé wrote: > > We should not wire IRQs on unrealized device. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/sh4/r2d.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

2024-02-08 Thread Philippe Mathieu-Daudé
We should not wire IRQs on unrealized device. Signed-off-by: Philippe Mathieu-Daudé --- hw/sh4/r2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/sh4/r2d.c b/hw/sh4/r2d.c index e9f316a6ce..c73e8f49b8 100644 --- a/hw/sh4/r2d.c +++ b/hw/sh4/r2d.c @@ -285,9 +285,9 @@ stati