summaryrefslogtreecommitdiff
path: root/target-alpha
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2013-01-21 15:06:39 +0100
committerAndreas Färber <afaerber@suse.de>2013-01-27 14:34:27 +0100
commit2c728dfef56d468a6a80b4dacdfb7109220d2546 (patch)
treea0951f87686bb125a4a6271f978abdcae44b76b1 /target-alpha
parenta91987c25db38834091174681a6e1ffcbe582182 (diff)
downloadqemu-2c728dfef56d468a6a80b4dacdfb7109220d2546.tar.gz
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>
Diffstat (limited to 'target-alpha')
0 files changed, 0 insertions, 0 deletions