From d5286af5ef27bfe25aa0472eb4d695964ae16b23 Mon Sep 17 00:00:00 2001 From: liguang Date: Thu, 24 Jan 2013 13:03:27 +0800 Subject: accel: change {xen, kvm, tcg, qtest}_allowed from int to bool Signed-off-by: liguang Signed-off-by: Anthony Liguori --- qtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtest.c') 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; -- cgit v1.2.1