commit | aa723c23147e93fef8475bd80fd29e633378c34d | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Tue Sep 18 16:30:11 2012 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Wed Oct 17 18:35:00 2012 +0200 |
tree | e3bd1976f63364afedaf2c452e35fcc40f09cddf | |
parent | a2b413512443e67cd58285b8d98b84792a66c710 [diff] |
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>