]> git.proxmox.com Git - qemu.git/commit
tools: Use real async.c instead of stubs
authorKevin Wolf <kwolf@redhat.com>
Tue, 22 Feb 2011 17:42:31 +0000 (18:42 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 15 Mar 2011 12:21:14 +0000 (13:21 +0100)
commit4e59b545868a5ee5f59b346337f0c44209929334
tree72259446c85fab7f8c81af617d8db8130d7ce250
parente11480db7ff15a9e878f6b3cc1199b439bf7c825
tools: Use real async.c instead of stubs

It's wrong to call BHs directly, even in tools. The only operations that
schedule BHs are called in a loop that (indirectly) contains a call to
qemu_bh_poll anyway, so we're not losing the scheduled BHs: Tools either use
synchronous functions, which are guaranteed to have completed (including any
BHs) when they return; or if they use asynchronous functions, they need to call
qemu_aio_wait() or similar functions already today.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Makefile.objs
qemu-tool.c