Re: [Qemu-devel] [PATCH 1/2][sparc64] Fix vector interrupt handling

2012-04-04 Thread Blue Swirl
Thanks, applied both. On Tue, Apr 3, 2012 at 15:49, Artyom Tarasenko wrote: > Don't produce stray irq 5, don't overwrite ivec_data if still busy with > processing of the previous interrupt. > > Signed-off-by: Artyom Tarasenko > --- >  hw/sun4u.c |   29 - >  1 files ch

[Qemu-devel] [PATCH 1/2][sparc64] Fix vector interrupt handling

2012-04-03 Thread Artyom Tarasenko
Don't produce stray irq 5, don't overwrite ivec_data if still busy with processing of the previous interrupt. Signed-off-by: Artyom Tarasenko --- hw/sun4u.c | 29 - 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/hw/sun4u.c b/hw/sun4u.c index 1d6769