[Qemu-devel] [PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit

Wanpeng Li posted 1 patch 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1530526971-1812-1-git-send-email-wanpengli@tencent.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
target/i386/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit
Posted by Wanpeng Li 7 years, 4 months ago
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


Re: [Qemu-devel] [PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit
Posted by Eduardo Habkost 7 years, 4 months ago
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

Re: [Qemu-devel] [PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit
Posted by Wanpeng Li 7 years, 3 months ago
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?

Re: [Qemu-devel] [PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit
Posted by Wanpeng Li 7 years, 2 months ago
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

Re: [Qemu-devel] [PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit
Posted by Paolo Bonzini 7 years, 2 months ago
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

Re: [Qemu-devel] [PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit
Posted by Eduardo Habkost 7 years, 2 months ago
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