Re: [Qemu-devel] [PATCH] spice: Convert core to QEMU thread API

2011-09-21 Thread Dong Xu Wang
Tested, it is compatible with checkpatch.pl and can work well. No need to use pthread directly, we have proper abstractions for identity checking. Signed-off-by: Jan Kiszka --- ui/spice-core.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/spice-core.c b/ui

[Qemu-devel] [PATCH] spice: Convert core to QEMU thread API

2011-09-20 Thread Jan Kiszka
No need to use pthread directly, we have proper abstractions for identity checking. Signed-off-by: Jan Kiszka --- ui/spice-core.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/spice-core.c b/ui/spice-core.c index 3cbc721..afdf82e 100644 --- a/ui/spice-core.c