qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC 02/38] hw/i386/kvmvapic: add missing include of tcg.h


From: Emilio G. Cota
Subject: [Qemu-devel] [RFC 02/38] hw/i386/kvmvapic: add missing include of tcg.h
Date: Sun, 23 Aug 2015 20:23:31 -0400

So that the declaration of tb_lock can be found.

Signed-off-by: Emilio G. Cota <address@hidden>
---
 hw/i386/kvmvapic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/i386/kvmvapic.c b/hw/i386/kvmvapic.c
index 1c3b5b6..a9a33fd 100644
--- a/hw/i386/kvmvapic.c
+++ b/hw/i386/kvmvapic.c
@@ -13,6 +13,7 @@
 #include "sysemu/kvm.h"
 #include "hw/i386/apic_internal.h"
 #include "hw/sysbus.h"
+#include "tcg/tcg.h"
 
 #define VAPIC_IO_PORT           0x7e
 
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]