]> git.ipfire.org Git - thirdparty/qemu.git/commit
i386: remove the 'INTEL_PT' CPUID bit from named CPU models
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Dec 2018 11:35:56 +0000 (12:35 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 28 Mar 2019 16:20:19 +0000 (11:20 -0500)
commitd03c3895116eedabe6ff8becdbfd118d4a93030d
treebad26f02e0c8e76ad7d7a9086448e323a1651e5a
parent02d735c274177b7cd86bae02099b2602cafff8bd
i386: remove the 'INTEL_PT' CPUID bit from named CPU models

Processor tracing is not yet implemented for KVM and it will be an
opt in feature requiring a special module parameter.
Disable it, because it is wrong to enable it by default and
it is impossible that no one has ever used it.

Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 4c257911dcc7c4189768e9651755c849ce9db4e8)
*drop context dependency on ecb85fe48
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/i386/cpu.c