diff options
author | Eduardo Habkost | 2012-11-02 17:25:15 +0100 |
---|---|---|
committer | Andreas Färber | 2012-11-02 17:55:29 +0100 |
commit | e4ab0d6b0d1118a90238d8194eedb91aab15ebe1 (patch) | |
tree | bd748ddd30318c984206639b806765748d156558 /migration-tcp.c | |
parent | Merge remote-tracking branch 'kraxel/pixman.v3' into staging (diff) | |
download | qemu-e4ab0d6b0d1118a90238d8194eedb91aab15ebe1.tar.gz qemu-e4ab0d6b0d1118a90238d8194eedb91aab15ebe1.tar.xz 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 'migration-tcp.c')
0 files changed, 0 insertions, 0 deletions