cpus: create qemu_in_vcpu_thread()
authorJuan Quintela <quintela@redhat.com>
Tue, 18 Sep 2012 14:30:11 +0000 (16:30 +0200)
committerJuan Quintela <quintela@redhat.com>
Wed, 17 Oct 2012 16:35:00 +0000 (18:35 +0200)
commitaa723c23147e93fef8475bd80fd29e633378c34d
treee3bd1976f63364afedaf2c452e35fcc40f09cddf
parenta2b413512443e67cd58285b8d98b84792a66c710
cpus: create qemu_in_vcpu_thread()

Old code used !io_thread to know if a thread was an vcpu or not.  That
fails when we introduce the iothread.

Signed-off-by: Juan Quintela <quintela@redhat.com>
cpus.c