diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2012-11-02 14:25:15 -0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-11-02 17:55:29 +0100 |
commit | e4ab0d6b0d1118a90238d8194eedb91aab15ebe1 (patch) | |
tree | bd748ddd30318c984206639b806765748d156558 /envlist.c | |
parent | 4ba79505f43bd0ace35c3fe42197eb02e7e0478e (diff) |
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 'envlist.c')
0 files changed, 0 insertions, 0 deletions