[Qemu-devel] Updated rtl8139 timer interrupt rewrote

2010-02-07 Thread Frediano Ziglio
Hi, I rewrote timer implementation for this card. I wrote even a small Linux guest test program (attached as main.c). This patch add a QEMU timer only when needed (timeout status not set, timeout irq wanted and timer set). I tested this patch with a Darwin system and with my test program (I

Re: [Qemu-devel] Updated rtl8139 timer interrupt rewrote

2010-02-07 Thread Roy Tam
2010/2/7 Frediano Ziglio fredd...@gmail.com: Hi, I rewrote timer implementation for this card. I wrote even a small Linux guest test program (attached as main.c). This patch add a QEMU timer only when needed (timeout status not set, timeout irq wanted and timer set). I tested this patch with