Fix KVM includes in helper.c
commit960057b5bd3f5c75a9de60522258a8b5b616ecdb
authorAlexander Graf <agraf@suse.de>
Mon, 22 Dec 2008 16:54:10 +0000 (22 17:54 +0100)
committerAvi Kivity <avi@redhat.com>
Wed, 24 Dec 2008 11:43:55 +0000 (24 13:43 +0200)
tree2a2f5f90cd03eb909f7a29b2f15e89cd61a667b9
parentf52148b2309378ac055cbf336ec53ca37fba1de5
Fix KVM includes in helper.c

By default target-i386/helper.c does not include config.h, so
no code in there knows if we're enabling KVM or not.
This breaks the nested activation, as that's depending on the
config options.

This patch fixes compilation broken thanks to my nested SVM
patches.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu-kvm.h