Re: [Qemu-devel] QEMU IRQ Emulation

2014-07-30 Thread Eric Blake
[meta-response] On 07/30/2014 04:21 AM, Raghavendra wrote: > Hello, > > I am new to QEMU development. Recently I've added code to emulate > mma7660 (i2c based accelerometer) device. Most of the device code is > done, but now I wish to emulate even the IRQs. While I don't have an answer for your

[Qemu-devel] QEMU IRQ Emulation

2014-07-30 Thread Raghavendra
Hello, I am new to QEMU development. Recently I've added code to emulate mma7660 (i2c based accelerometer) device. Most of the device code is done, but now I wish to emulate even the IRQs. So my question is how do I emulate IRQs for a particular device? I need some coding guidance as to how