Include qemu-kvm.h unconditionally
commit16cc5d9c8f818822157de5123b1584df7cb90bf4
authorGlauber Costa <glommer@redhat.com>
Thu, 12 Feb 2009 20:36:22 +0000 (12 15:36 -0500)
committerAvi Kivity <avi@redhat.com>
Tue, 17 Feb 2009 18:00:16 +0000 (17 18:00 +0000)
tree1a2fd4adc121a39d7666c2c0a90013cc393311f1
parent1c68cbed4db8e3157e3266d9bca4491433acf680
Include qemu-kvm.h unconditionally

We don't have any kind of kvm support for linux-user targets,
but conditionalizing the inclusion of kvm header make
linux-user compilation break. And we don't have a reason to
prevent that, do we?

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
gdbstub.c