Fix missing decleration for kvm_enabled() in qemu for target-ppc/helper.c
commite4e709ab9707d21b0c9f5509f85aec005134267d
authorJerone Young <jyoung5@us.ibm.com>
Thu, 17 Apr 2008 20:12:18 +0000 (17 15:12 -0500)
committerAvi Kivity <avi@qumranet.com>
Tue, 22 Apr 2008 11:36:34 +0000 (22 14:36 +0300)
treec7f405dd61b5f4957b30a88ce2b7ef5a9e82adc2
parent7f1f41acb9654fbc55d78e0e7ef2222d4eaad3c8
Fix missing decleration for kvm_enabled() in qemu for target-ppc/helper.c

Recent change now requires target-ppc/helper.c to now include "qemu-kvm.h"
to get the definition for kvm_enabled(). This fixes it so things now compile
again.

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
target-ppc/helper.c