[Spice-devel] VirtIO Net driver for Ubuntu 11.10

2012-06-03 Thread Charles . Tsai-蔡清海-研究發展部
Alon, We recently ran an Ubuntu 11.10 VM which was installed with VirtIO NIC driver. The VirtIO net driver came from the Ubuntu's default package. The VM we installed was configured as a bridge mode. When we ran the Iperf test against the VM, the network interface of the VM was fairl

[Spice-devel] [PATCH] Actually process write watches in the wakeup handler

2012-06-03 Thread Jeremy White
My apologies for the churn; this is, I think, a slightly better patch than my previous patch, 'Process watches even when there is no X activity', in that it avoids doing an extra polling select when we're idle. --- src/spiceqxl_main_loop.c | 17 - 1 file changed, 16 insertions(+

Re: [Spice-devel] Further thoughts on the write polling in the xf86_spice_xql driver

2012-06-03 Thread Alon Levy
On Sat, Jun 02, 2012 at 01:24:29PM -0500, Jeremy White wrote: > I spent a fair amount of energy trying to understand the issue with EAGAIN > and the xspice server. I've sent in one patch which I believe to be > correct. > > I had some further thoughts I wanted to share as well. > > To reprise, t