commit | a61c67828dea7c64edaf226cadb45b4ffcc1d411 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 12 17:28:11 2011 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 22 11:53:59 2011 +0100 |
tree | c79d57d2d80d7617b12ed015ef7c100de964b854 | |
parent | cbcfa0418f0c196afa765f5c9837b9344d1adcf3 [diff] |
qemu-nbd: use common main loop Using a single main loop for sockets will help yielding from the socket coroutine back to the main loop, and later reentering it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>