aboutsummaryrefslogtreecommitdiff
path: root/qtest.c
diff options
context:
space:
mode:
authorliguang <lig.fnst@cn.fujitsu.com>2013-01-24 13:03:27 +0800
committerAnthony Liguori <aliguori@us.ibm.com>2013-02-01 15:08:02 -0600
commitd5286af5ef27bfe25aa0472eb4d695964ae16b23 (patch)
tree60229b388420176533d4f46c78df2e9625ec696c /qtest.c
parent217e21be6e0f2c1caa0b644f56aa60dba7ea7893 (diff)
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>
Diffstat (limited to 'qtest.c')
-rw-r--r--qtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtest.c b/qtest.c
index c9b58ceb8b..b7a3821ca7 100644
--- a/qtest.c
+++ b/qtest.c
@@ -24,7 +24,7 @@
const char *qtest_chrdev;
const char *qtest_log;
-int qtest_allowed = 0;
+bool qtest_allowed;
static DeviceState *irq_intercept_dev;
static FILE *qtest_log_fp;