]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
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)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2019 15:50:17 +0000 (16:50 +0100)
commit4c257911dcc7c4189768e9651755c849ce9db4e8
treee5baac44abccd6c78062c59aba92f04431ce67f6
parent76e5a4d58357b9d077afccf7f7c82e17f733b722
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>
target/i386/cpu.c