qemu-patch-raspberry4/target-i386
Eduardo Habkost e4ab0d6b0d 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>
2012-11-02 17:55:29 +01:00
..
arch_dump.c
arch_memory_mapping.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cc_helper.c
cc_helper_template.h
cpu-qom.h
cpu.c target-i386: cpu: fix --disable-kvm compilation 2012-11-02 17:55:29 +01:00
cpu.h target-i386: Pass X86CPU to cpu_x86_inject_mce() 2012-10-31 04:12:23 +01:00
excp_helper.c
fpu_helper.c
helper.c cpus: Pass CPUState to run_on_cpu() 2012-10-31 04:12:23 +01:00
helper.h target-i386: rename helper flags 2012-10-28 14:54:23 +01:00
hyperv.c
hyperv.h
int_helper.c
ioport-user.c
kvm-stub.c
kvm.c Merge remote-tracking branch 'qemu-kvm/uq/master' into staging 2012-11-01 11:12:50 -05:00
kvm_i386.h
machine.c
Makefile.objs
mem_helper.c
misc_helper.c
ops_sse.h
ops_sse_header.h
seg_helper.c
shift_helper_template.h
smm_helper.c
svm.h
svm_helper.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
TODO
translate.c