coroutine: add qemu_coroutine_entered() function
commitf643e469f31df735fd5c42ab317f96ebfe749871
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 27 Sep 2016 15:18:34 +0000 (27 16:18 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 28 Sep 2016 16:11:23 +0000 (28 17:11 +0100)
treedc93c449d6963efb3e5c553442348c390f76d83f
parent844c82296f8bd6ceff8d170f3740740f3ce84b73
coroutine: add qemu_coroutine_entered() function

See the doc comments for a description of this new coroutine API.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-id: 1474989516-18255-2-git-send-email-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/qemu/coroutine.h
util/qemu-coroutine.c