Re: [Qemu-devel] [PATCH] esp: On qemu-system-sparc's esp, TC is not set properly

2012-10-02 Thread odanet
Could you please try this patch. The TC (count to zero) flag is wrongly cleared after reading the RINTR register. (contradicting the comment just above the patch in the source file.) Regards Olivier diff --rup a/hw/esp.c b/hw/esp.c --- a/hw/esp.c  2012-10-01 22:06:39.0 +0200 +++ b/hw/esp

Re: [Qemu-devel] [PATCH] esp: On qemu-system-sparc's esp, TC is not set properly

2012-09-30 Thread Blue Swirl
On Tue, Sep 25, 2012 at 6:15 PM, Ryo ONODERA wrote: > Hi, > > From: Ryo ONODERA , Date: Wed, 26 Sep 2012 02:44:35 +0900 > >> I does not understand hw/esp.c fully. >> This patch supresses esp/TC related errors on NetBSD/sparc 5.1.2 or 6.0_RC2. >> >> Please review the patch. >> >> This is patch for

Re: [Qemu-devel] [PATCH] esp: On qemu-system-sparc's esp, TC is not set properly

2012-09-25 Thread Ryo ONODERA
Hi, From: Ryo ONODERA , Date: Wed, 26 Sep 2012 02:44:35 +0900 > I does not understand hw/esp.c fully. > This patch supresses esp/TC related errors on NetBSD/sparc 5.1.2 or 6.0_RC2. > > Please review the patch. > > This is patch for https://bugs.launchpad.net/qemu/+bug/1055090 . > > Signed-off-

[Qemu-devel] [PATCH] esp: On qemu-system-sparc's esp, TC is not set properly

2012-09-25 Thread Ryo ONODERA
I does not understand hw/esp.c fully. This patch supresses esp/TC related errors on NetBSD/sparc 5.1.2 or 6.0_RC2. Please review the patch. This is patch for https://bugs.launchpad.net/qemu/+bug/1055090 . Signed-off-by: Ryo ONODERA --- hw/esp.c | 8 1 file changed, 8 insertions(+) di