qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable
@ 2018-12-21 12:44 Paolo Bonzini
  2018-12-25  8:23 ` Kang, Luwei
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Paolo Bonzini @ 2018-12-21 12:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: ehabkost, qemu-stable

Marshaling of processor tracing MSRs is not yet implemented in
QEMU, mark the feature as unmigratable.

Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 target/i386/cpu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index 9c54c41e7a..a6a597d2bf 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -1012,6 +1012,7 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
             .needs_ecx = true, .ecx = 0,
             .reg = R_EBX,
         },
+        .unmigratable_features = CPUID_7_0_EBX_INTEL_PT,
         .tcg_features = TCG_7_0_EBX_FEATURES,
     },
     [FEAT_7_0_ECX] = {
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-01-05  2:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-21 12:44 [Qemu-devel] [PATCH] i386: mark the 'INTEL_PT' CPUID bit as unmigratable Paolo Bonzini
2018-12-25  8:23 ` Kang, Luwei
2018-12-28 13:53   ` Paolo Bonzini
2018-12-29  1:28     ` Eduardo Habkost
2019-01-02  1:30       ` Kang, Luwei
2019-01-05  2:35         ` Eduardo Habkost
2019-01-02  1:06     ` Kang, Luwei
2018-12-26  8:24 ` no-reply
2018-12-26  8:26 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).