* [Qemu-devel] [PATCH] fix compile failure in acpi.c
@ 2008-12-04 12:11 Glauber Costa
2008-12-05 17:44 ` [Qemu-devel] " Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Glauber Costa @ 2008-12-04 12:11 UTC (permalink / raw)
To: kvm; +Cc: qemu-devel, avi
kvm header has to be always included.
Signed-off-by: Glauber Costa <glommer@redhat.com>
---
qemu/hw/acpi.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/qemu/hw/acpi.c b/qemu/hw/acpi.c
index 12f4fce..5458e54 100644
--- a/qemu/hw/acpi.c
+++ b/qemu/hw/acpi.c
@@ -24,9 +24,7 @@
#include "i2c.h"
#include "smbus.h"
#include "kvm.h"
-#ifdef USE_KVM
#include "qemu-kvm.h"
-#endif
#include "string.h"
//#define DEBUG
--
1.5.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-05 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-04 12:11 [Qemu-devel] [PATCH] fix compile failure in acpi.c Glauber Costa
2008-12-05 17:44 ` [Qemu-devel] " Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).