aboutsummaryrefslogtreecommitdiff
path: root/qemu-kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-kvm.h')
-rw-r--r--qemu-kvm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-kvm.h b/qemu-kvm.h
index 4e9707fa3..9f4572862 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -40,6 +40,9 @@ int kvm_arch_has_work(CPUState *env);
int kvm_arch_try_push_interrupts(void *opaque);
void kvm_arch_update_regs_for_sipi(CPUState *env);
+extern int kvm_allowed;
+extern int kvm_irqchip;
+
#define ALIGN(x, y) (((x)+(y)-1) & ~((y)-1))
#define BITMAP_SIZE(m) (ALIGN(((m)>>TARGET_PAGE_BITS), HOST_LONG_BITS) / 8)
#endif