Fabrice Bellard wrote:
Ed Swierk wrote:
3. qemu sleeps soundly while packets back up in slirp's buffers. slirp
socket fds should be added to the main qemu select() loop to avoid
unnecessary delays.
I agree, but your patch does not suppress the slirp select(). I tried to
do it with the follo
Ed Swierk wrote:
3. qemu sleeps soundly while packets back up in slirp's buffers. slirp
socket fds should be added to the main qemu select() loop to avoid
unnecessary delays.
I agree, but your patch does not suppress the slirp select(). I tried to
do it with the following patch but slirp beco