Re: [Qemu-devel] [PATCH] [PPC] [KVM] Make iothread work

2010-05-18 Thread Aurelien Jarno
On Sun, Apr 18, 2010 at 11:10:17PM +0200, Alexander Graf wrote: > When running with --enable-io-thread the timer we have doesn't help, > because it doesn't wake up the CPU thread. So instead we need to > actually kick it. > > While at it I refined the logic a bit to not dumbly trigger a timer > ev

[Qemu-devel] [PATCH] [PPC] [KVM] Make iothread work

2010-04-18 Thread Alexander Graf
When running with --enable-io-thread the timer we have doesn't help, because it doesn't wake up the CPU thread. So instead we need to actually kick it. While at it I refined the logic a bit to not dumbly trigger a timer every 500ms, but rather do it more often after an interrupt got injected. If t