Re: [Qemu-devel] [PATCH 1/3] mainstone: correct and simplify irq handling

2011-02-16 Thread Dmitry Eremin-Solenikov
Hello, On Wed, Feb 16, 2011 at 4:13 AM, andrzej zaborowski wrote: > On 12 February 2011 01:15, Dmitry Eremin-Solenikov > wrote: >> Simplify IRQ handling to stop setting an input irq pin. As a win, also get >> correct IRQ status after save/load cycle. > > Thanks, I pushed the three patches from

Re: [Qemu-devel] [PATCH 1/3] mainstone: correct and simplify irq handling

2011-02-15 Thread andrzej zaborowski
On 12 February 2011 01:15, Dmitry Eremin-Solenikov wrote: > Simplify IRQ handling to stop setting an input irq pin. As a win, also get > correct IRQ status after save/load cycle. Thanks, I pushed the three patches from you but see a question below. > > Signed-off-by: Dmitry Eremin-Solenikov > -

[Qemu-devel] [PATCH 1/3] mainstone: correct and simplify irq handling

2011-02-11 Thread Dmitry Eremin-Solenikov
Simplify IRQ handling to stop setting an input irq pin. As a win, also get correct IRQ status after save/load cycle. Signed-off-by: Dmitry Eremin-Solenikov --- hw/mst_fpga.c | 29 ++--- 1 files changed, 10 insertions(+), 19 deletions(-) diff --git a/hw/mst_fpga.c b/hw/