From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmwgn-0007u3-SE for qemu-devel@nongnu.org; Tue, 07 Aug 2018 03:45:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmwgm-0007nL-Li for qemu-devel@nongnu.org; Tue, 07 Aug 2018 03:45:57 -0400 Received: from mail-oi0-x242.google.com ([2607:f8b0:4003:c06::242]:44644) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fmwgm-0007n9-FH for qemu-devel@nongnu.org; Tue, 07 Aug 2018 03:45:56 -0400 Received: by mail-oi0-x242.google.com with SMTP id s198-v6so26784883oih.11 for ; Tue, 07 Aug 2018 00:45:56 -0700 (PDT) MIME-Version: 1.0 References: <1530526971-1812-1-git-send-email-wanpengli@tencent.com> <20180702214315.GH7451@localhost.localdomain> In-Reply-To: <20180702214315.GH7451@localhost.localdomain> From: Wanpeng Li Date: Tue, 7 Aug 2018 15:45:51 +0800 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH] target-i386: adds PV_SEND_IPI CPUID feature bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: "qemu-devel@nongnu.org Developers" , kvm , Paolo Bonzini , Radim Krcmar , Vitaly Kuznetsov Hi Eduardo, On Tue, 3 Jul 2018 at 05:43, Eduardo Habkost wrote: > > On Mon, Jul 02, 2018 at 06:22:51PM +0800, Wanpeng Li wrote: > > From: Wanpeng Li > > > > 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