Re: [Qemu-devel] High speed polling

2011-06-20 Thread Clay Andreasen
ifference. The guest is a full-blown x86_64 OS. I am polling to minimize latency. I am looking at other ways to tolerate the current latency in case I can't do much better. Clay On 06/15/11 01:22, Stefan Hajnoczi wrote: On Tue, Jun 14, 2011 at 11:32 PM, Clay Andreasen wrote: I have a

[Qemu-devel] High speed polling

2011-06-14 Thread Clay Andreasen
I have a network device simulation that I am connecting to multiple instances of Qemu (nodes) via a shared memory queue. It works pretty well as long as all of the nodes are initiating communication but when one node is passive, it must poll to get packets. So far the fastest I have been able