Re: [PATCH] fix compile failure in acpi.c

2008-12-05 Thread Avi Kivity

Glauber Costa wrote:

kvm header has to be always included.

  


Applied, thanks.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] fix compile failure in acpi.c

2008-12-04 Thread Glauber Costa
kvm header has to be always included.

Signed-off-by: Glauber Costa <[EMAIL PROTECTED]>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html