[Qemu-devel] Query regarding Iotrhead

2014-02-03 Thread Ayaz Akram
While debugging using gdb, I found that the interrupt related flow is not handled in io thread i.e. on using info thread, I found: Thread 2(iothread) is at __lll_lock_wait() while Thread 1 is at qemu_set_irq(in irq.c).. Initially I thought that this interrupt related

Re: [Qemu-devel] Query regarding Iotrhead

2014-02-03 Thread Stefan Hajnoczi
On Mon, Feb 3, 2014 at 1:57 PM, Ayaz Akram aaq...@gmail.com wrote: While debugging using gdb, I found that the interrupt related flow is not handled in io thread i.e. on using info thread, I found: Thread 2(iothread) is at __lll_lock_wait() while Thread 1 is at qemu_set_irq(in irq.c)..