qemu-e2k/target-i386
Igor Mammedov 2c728dfef5 target-i386: Remove setting tsc-frequency from x86_def_t
Setting tsc-frequency from x86_def_t is NOP because default tsc_khz
in x86_def_t is 0 and CPUX86State.tsc_khz is also initialized to 0
by default. So there is no need to overwrite tsc_khz with default 0
because field was already initialized to 0.

Custom tsc-frequency setting is not affected due to it being set
without using x86_def_t.

Field tsc_khz in x86_def_t becomes unused with this patch, so drop it
as well.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-01-27 14:34:27 +01:00
..
arch_dump.c
arch_memory_mapping.c target-i386: fix bits 39:32 of the final physical address when using 4M page 2013-01-09 15:12:20 -02:00
cc_helper_template.h
cc_helper.c
cpu-qom.h
cpu.c target-i386: Remove setting tsc-frequency from x86_def_t 2013-01-27 14:34:27 +01:00
cpu.h target-i386: Remove vendor_override field from CPUX86State 2013-01-27 14:34:27 +01:00
excp_helper.c
fpu_helper.c
helper.c target-i386: Use switch in check_hw_breakpoints() 2013-01-15 09:23:50 +01:00
helper.h
hyperv.c
hyperv.h
int_helper.c
ioport-user.c
kvm_i386.h
kvm-stub.c
kvm.c target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index 2013-01-27 14:34:26 +01:00
machine.c target-i386: Define DR7 bit field constants 2013-01-15 09:14:35 +01:00
Makefile.objs
mem_helper.c
misc_helper.c target-i386: Use switch in check_hw_breakpoints() 2013-01-15 09:23:50 +01:00
ops_sse_header.h
ops_sse.h
seg_helper.c target-i386: Introduce hw_{local,global}_breakpoint_enabled() 2013-01-15 09:14:48 +01:00
shift_helper_template.h
smm_helper.c
svm_helper.c
svm.h
TODO
topology.h target-i386: Topology & APIC ID utility functions 2013-01-27 14:34:27 +01:00
translate.c