summary refs log tree commit diff stats
path: root/compiler.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2012-11-02 14:25:15 -0200
committerAndreas Färber <afaerber@suse.de>2012-11-02 17:55:29 +0100
commite4ab0d6b0d1118a90238d8194eedb91aab15ebe1 (patch)
treebd748ddd30318c984206639b806765748d156558 /compiler.h
parent4ba79505f43bd0ace35c3fe42197eb02e7e0478e (diff)
downloadfocaccia-qemu-e4ab0d6b0d1118a90238d8194eedb91aab15ebe1.tar.gz
focaccia-qemu-e4ab0d6b0d1118a90238d8194eedb91aab15ebe1.zip
target-i386: cpu: fix --disable-kvm compilation
This fixes the following:
  target-i386/cpu.o: In function `kvm_cpu_fill_host':
  target-i386/cpu.c:783: undefined reference to `kvm_state'

I didn't notice the problem before because GCC was optimizing the entire
kvm_cpu_fill_host() function out (because all calls are conditional on
kvm_enabled()).

* cpu_x86_fill_model_id() is used only if CONFIG_KVM is set, so #ifdef it
  entirely to avoid compiler warnings.

* kvm_cpu_fill_host() should be called only if KVM is enabled, so
  use #ifdef CONFIG_KVM around the entire function body.

Reported-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'compiler.h')
0 files changed, 0 insertions, 0 deletions