diff options
Diffstat (limited to 'softmmu')
-rw-r--r-- | softmmu/arch_init.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/softmmu/arch_init.c b/softmmu/arch_init.c index 3f4d7c1b1c..9011af74e4 100644 --- a/softmmu/arch_init.c +++ b/softmmu/arch_init.c @@ -87,12 +87,3 @@ int graphic_depth = 32; #endif const uint32_t arch_type = QEMU_ARCH; - -int kvm_available(void) -{ -#ifdef CONFIG_KVM - return 1; -#else - return 0; -#endif -} |