From: Wanpeng Li <wanpengli@tencent.com>
Adds PV_SEND_IPI CPUID feature bit.
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Radim Krčmář <rkrcmar@redhat.com>
Cc: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Wanpeng Li <wanpengli@tencent.com>
---
 target/i386/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index 1e6a7d0..24e425a 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -870,7 +870,7 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
         .feat_names = {
             "kvmclock", "kvm-nopiodelay", "kvm-mmu", "kvmclock",
             "kvm-asyncpf", "kvm-steal-time", "kvm-pv-eoi", "kvm-pv-unhalt",
-            NULL, "kvm-pv-tlb-flush", NULL, NULL,
+            NULL, "kvm-pv-tlb-flush", NULL, "kvm-pv-ipi",
             NULL, NULL, NULL, NULL,
             NULL, NULL, NULL, NULL,
             NULL, NULL, NULL, NULL,
-- 
2.7.4
                
            On Mon, Jul 02, 2018 at 06:22:51PM +0800, Wanpeng Li wrote: > From: Wanpeng Li <wanpengli@tencent.com> > > Adds PV_SEND_IPI CPUID feature bit. > Thanks! Paolo, Radim: can I assume the bit is already reserved and queue this patch, or should I wait until the KVM patch is merged into kvm.git? -- Eduardo
Ping, On Tue, 3 Jul 2018 at 05:43, Eduardo Habkost <ehabkost@redhat.com> wrote: > > On Mon, Jul 02, 2018 at 06:22:51PM +0800, Wanpeng Li wrote: > > From: Wanpeng Li <wanpengli@tencent.com> > > > > Adds PV_SEND_IPI CPUID feature bit. > > > > Thanks! > > Paolo, Radim: can I assume the bit is already reserved and queue > this patch, or should I wait until the KVM patch is merged into > kvm.git?
Hi Eduardo, On Tue, 3 Jul 2018 at 05:43, Eduardo Habkost <ehabkost@redhat.com> wrote: > > On Mon, Jul 02, 2018 at 06:22:51PM +0800, Wanpeng Li wrote: > > From: Wanpeng Li <wanpengli@tencent.com> > > > > Adds PV_SEND_IPI CPUID feature bit. > > > > Thanks! > > Paolo, Radim: can I assume the bit is already reserved and queue > this patch, or should I wait until the KVM patch is merged into > kvm.git? I guess you can apply the qemu patch now since the kvm part is merged. https://git.kernel.org/pub/scm/virt/kvm/kvm.git/commit/?h=queue&id=4180bf1b655a791a0a6ef93a2ffffc762722c782 Regards, Wanpeng Li
On 07/08/2018 09:45, Wanpeng Li wrote: >> >> Paolo, Radim: can I assume the bit is already reserved and queue >> this patch, or should I wait until the KVM patch is merged into >> kvm.git? > I guess you can apply the qemu patch now since the kvm part is merged. > https://git.kernel.org/pub/scm/virt/kvm/kvm.git/commit/?h=queue&id=4180bf1b655a791a0a6ef93a2ffffc762722c782 QEMU is in freeze, so it will have to wait for the next release. Thanks! Paolo
On Tue, Aug 07, 2018 at 12:07:37PM +0200, Paolo Bonzini wrote: > On 07/08/2018 09:45, Wanpeng Li wrote: > >> > >> Paolo, Radim: can I assume the bit is already reserved and queue > >> this patch, or should I wait until the KVM patch is merged into > >> kvm.git? > > I guess you can apply the qemu patch now since the kvm part is merged. > > https://git.kernel.org/pub/scm/virt/kvm/kvm.git/commit/?h=queue&id=4180bf1b655a791a0a6ef93a2ffffc762722c782 > > QEMU is in freeze, so it will have to wait for the next release. Thanks! I'm queueing for 3.1, thanks! -- Eduardo
© 2016 - 2025 Red Hat, Inc.