Re: [Qemu-devel] [PATCH] ESP : Fix status register update

2011-01-28 Thread Blue Swirl
On Thu, Jan 27, 2011 at 7:06 PM, Olivier DANET wrote: > > The Count to zero flag (STAT_TC) must not be cleared after an Interrupt Status > register read. This is not what the patch is supposed to do, STAT_TC is already not cleared. I think you are trying to save Phase bits (2 to 0). > > Signed-o

[Qemu-devel] [PATCH] ESP : Fix status register update

2011-01-27 Thread Olivier DANET
The Count to zero flag (STAT_TC) must not be cleared after an Interrupt Status register read. Signed-off-by: Olivier Danet --- hw/esp.c     2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/esp.c b/hw/esp.c index fa9d2a2..90bfdc6 100644 --- a/hw/esp.c +++ b/hw/esp.c @@ -52