|
|
8b1478 |
From 94a85e1b51fb7e2f646938330c4a4ebf4ffeb281 Mon Sep 17 00:00:00 2001
|
|
|
8b1478 |
From: "plai@redhat.com" <plai@redhat.com>
|
|
|
8b1478 |
Date: Tue, 4 Jun 2019 21:47:27 +0200
|
|
|
8b1478 |
Subject: [PATCH 08/23] i386: Make arch_capabilities migratable
|
|
|
8b1478 |
|
|
|
8b1478 |
RH-Author: plai@redhat.com
|
|
|
8b1478 |
Message-id: <1559684847-10889-9-git-send-email-plai@redhat.com>
|
|
|
8b1478 |
Patchwork-id: 88530
|
|
|
8b1478 |
O-Subject: [RHEL7.7 qemu-kvm-rhev PATCH v4 8/8] i386: Make arch_capabilities migratable
|
|
|
8b1478 |
Bugzilla: 1709972
|
|
|
8b1478 |
RH-Acked-by: Eduardo Habkost <ehabkost@redhat.com>
|
|
|
8b1478 |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
8b1478 |
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
8b1478 |
|
|
|
8b1478 |
From: Eduardo Habkost <ehabkost@redhat.com>
|
|
|
8b1478 |
|
|
|
8b1478 |
Now that kvm_arch_get_supported_cpuid() will only return
|
|
|
8b1478 |
arch_capabilities if QEMU is able to initialize the MSR properly,
|
|
|
8b1478 |
we know that the feature is safely migratable.
|
|
|
8b1478 |
|
|
|
8b1478 |
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
|
|
|
8b1478 |
Message-Id: <20190125220606.4864-3-ehabkost@redhat.com>
|
|
|
8b1478 |
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
|
|
|
8b1478 |
(cherry picked from commit 014018e19b3c54dd1bf5072bc912ceffea40abe8)
|
|
|
8b1478 |
Signed-off-by: Paul Lai <plai@redhat.com>
|
|
|
8b1478 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
8b1478 |
---
|
|
|
8b1478 |
target/i386/cpu.c | 1 -
|
|
|
8b1478 |
1 file changed, 1 deletion(-)
|
|
|
8b1478 |
|
|
|
8b1478 |
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
|
|
|
8b1478 |
index 478c5a4..1f2f286 100644
|
|
|
8b1478 |
--- a/target/i386/cpu.c
|
|
|
8b1478 |
+++ b/target/i386/cpu.c
|
|
|
8b1478 |
@@ -1053,7 +1053,6 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
|
|
|
8b1478 |
.reg = R_EDX,
|
|
|
8b1478 |
},
|
|
|
8b1478 |
.tcg_features = TCG_7_0_EDX_FEATURES,
|
|
|
8b1478 |
- .unmigratable_flags = CPUID_7_0_EDX_ARCH_CAPABILITIES,
|
|
|
8b1478 |
},
|
|
|
8b1478 |
[FEAT_8000_0007_EDX] = {
|
|
|
8b1478 |
.type = CPUID_FEATURE_WORD,
|
|
|
8b1478 |
--
|
|
|
8b1478 |
1.8.3.1
|
|
|
8b1478 |
|