accel: change {xen, kvm, tcg, qtest}_allowed from int to bool

Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
liguang 2013-01-24 13:03:27 +08:00 committed by Anthony Liguori
parent 217e21be6e
commit d5286af5ef
5 changed files with 11 additions and 11 deletions

View file

@ -17,7 +17,7 @@
#include "qemu-common.h"
#if !defined(CONFIG_USER_ONLY)
extern int qtest_allowed;
extern bool qtest_allowed;
extern const char *qtest_chrdev;
extern const char *qtest_log;