]> git.ipfire.org Git - thirdparty/qemu.git/commit
test-coroutine: prepare for the next patch
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 Jul 2016 17:10:00 +0000 (19:10 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 13 Jul 2016 11:26:02 +0000 (13:26 +0200)
commit7e70cdba9f220bef3f3481c663c066c2b80469aa
tree7526a6caa39004de6e7fc9d12fb4d1f4d33d4b56
parent7d9c8581370738fb3877a724ac061e6a8cd00121
test-coroutine: prepare for the next patch

The next patch moves the coroutine argument from first-enter to
creation time.  In this case, coroutine has not been initialized
yet when the coroutine is created, so change to a pointer.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/test-coroutine.c