From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fa6bR-0004yp-66 for qemu-devel@nongnu.org; Mon, 02 Jul 2018 17:43:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fa6bO-0002EL-1V for qemu-devel@nongnu.org; Mon, 02 Jul 2018 17:43:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44672) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fa6bN-0002Du-Rt for qemu-devel@nongnu.org; Mon, 02 Jul 2018 17:43:17 -0400 Date: Mon, 2 Jul 2018 18:43:15 -0300 From: Eduardo Habkost Message-ID: <20180702214315.GH7451@localhost.localdomain> References: <1530526971-1812-1-git-send-email-wanpengli@tencent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1530526971-1812-1-git-send-email-wanpengli@tencent.com> 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: Wanpeng Li Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , Vitaly Kuznetsov 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? -- Eduardo