mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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:
parent
217e21be6e
commit
d5286af5ef
5 changed files with 11 additions and 11 deletions
|
@ -39,7 +39,7 @@
|
|||
#define KVM_FEATURE_CLOCKSOURCE_STABLE_BIT 0
|
||||
#endif
|
||||
|
||||
extern int kvm_allowed;
|
||||
extern bool kvm_allowed;
|
||||
extern bool kvm_kernel_irqchip;
|
||||
extern bool kvm_async_interrupts_allowed;
|
||||
extern bool kvm_irqfds_allowed;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue