On 05/04/10 20:23, Amit Shah wrote:
Hello,
This series lets interested callers ask for an -EAGAIN return from the
chardev backends (only unix and tcp sockets as of now) to implement
their own flow control.
A new call, qemu_chr_write_nb() is added, that will fallback to
qemu_chr_write() if the backend file isn't non-blocking or if no
callback was supplied.
Support for other backend types is easy to add and will be done in
later patches.
I think we've finally sorted out all issues.
Acked-by: Gerd Hoffmann <kra...@redhat.com>
cheers,
Gerd