Re: [Qemu-devel] [PATCH] slirp: Signal free input buffer space to io-thread

2012-03-30 Thread Paolo Bonzini
Il 30/03/2012 19:43, Jan Kiszka ha scritto: > This massively accelerates slirp reception speed: If data arrives > faster than the guest can read it from the input buffer, the file > descriptor for the corresponding socket was taken out of the fdset for > select. However, the event of the guest read

[Qemu-devel] [PATCH] slirp: Signal free input buffer space to io-thread

2012-03-30 Thread Jan Kiszka
This massively accelerates slirp reception speed: If data arrives faster than the guest can read it from the input buffer, the file descriptor for the corresponding socket was taken out of the fdset for select. However, the event of the guest reading enough data from the buffer was not signaled. Th