]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Make invtsc migratable when user sets tsc-khz explicitly
authorXiaoyao Li <xiaoyao.li@intel.com>
Wed, 14 Aug 2024 07:54:31 +0000 (03:54 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Oct 2024 10:30:21 +0000 (12:30 +0200)
commit87c88db3143e91076d167a62dd7febf49afca8a2
tree2ed06cd3f23dbc8f24cd0f79777d5b3c2f2d3dbd
parent5ab639141b6d916a6f4041d4ec46f2f1a1e4a365
target/i386: Make invtsc migratable when user sets tsc-khz explicitly

When user sets tsc-frequency explicitly, the invtsc feature is actually
migratable because the tsc-frequency is supposed to be fixed during the
migration.

See commit d99569d9d856 ("kvm: Allow invtsc migration if tsc-khz
is set explicitly") for referrence.

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Link: https://lore.kernel.org/r/20240814075431.339209-10-xiaoyao.li@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c