]> git.proxmox.com Git - qemu.git/commit
coroutine-ucontext: Help valgrind understand coroutines
authorKevin Wolf <kwolf@redhat.com>
Fri, 29 Jun 2012 11:40:27 +0000 (13:40 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 17 Jul 2012 14:48:32 +0000 (16:48 +0200)
commit3f4349dc8b9494315f8331b2ea4e8d1f83fb801d
tree1e0267b1c907a90c3dddef494be13b9076fa2d9f
parent9e559533bd825a3e371497875576137a8586c831
coroutine-ucontext: Help valgrind understand coroutines

valgrind tends to get confused and report false positives when you
switch stacks and don't tell it about it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
configure
coroutine-ucontext.c