From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-bc08.mail.infomaniak.ch (smtp-bc08.mail.infomaniak.ch [45.157.188.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 97EC7208979 for ; Wed, 16 Apr 2025 15:45:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.157.188.8 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744818309; cv=none; b=jOf9cyd2Cho1i2JmifME9IVzTe77jxyV6XImTpoH/xM9UgFTbWkNZRZbucuCoS2Sbi8YH+SzBU3uPKllpTukUZ/ddrbLhFWTjxECg8SIeV+J/73NA9Fr8fXNAu8mJU/ku0Ls6/Jt+iD1P+AHJ+lBO3W0mI2qicUIYIZNOYzDyQU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744818309; c=relaxed/simple; bh=fAZO7Fa7jV+kYREsmNuqdJYFtwNwzzT0nKy+oP+3Fno=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gNZvOYbkUHEzCOMtFys2F7DxhWT+tVjsa8+qL4JooutYcMSLzXIAmQPXq5Xm2TuLBL0pBnodHXHXI4Ck/w4Eq5OjSOT8ABRR8U852HTBKesq0HFB7tdIiw6HCxA4n6R/doJO/2hrhIuVVCNIeJkg60SciWAmoS+B/r1/uZM0rYQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=digikod.net; spf=pass smtp.mailfrom=digikod.net; dkim=pass (1024-bit key) header.d=digikod.net header.i=@digikod.net header.b=CPx3J8+r; arc=none smtp.client-ip=45.157.188.8 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=digikod.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=digikod.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=digikod.net header.i=@digikod.net header.b="CPx3J8+r" Received: from smtp-3-0001.mail.infomaniak.ch (unknown [IPv6:2001:1600:4:17::246c]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4Zd51z0MMBzXQr; Wed, 16 Apr 2025 17:44:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digikod.net; s=20191114; t=1744818294; bh=VNzT8ZztgMzMVgyJuMBomyM+QeQmnFJJGsXoHwrUSGY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CPx3J8+rRA5zOicU2627y0zUqiODQSi85at4aUcNZ/Pn7TrJRrNsx2zwWkedu6yUq aa5lmFcD23/vQeyPQDhXVvxLOx74R3c1oGaBjB9z48rhCj89uQ7NhX6SO2oDVRSmfb UnBP/RPas3jAYxGs6Ef4d282gK6fV8X3mchSXgMI= Received: from unknown by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4Zd51x4myzzm99; Wed, 16 Apr 2025 17:44:53 +0200 (CEST) Date: Wed, 16 Apr 2025 17:44:52 +0200 From: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= To: Jon Kohler Cc: Sean Christopherson , Paolo Bonzini , "tglx@linutronix.de" , "mingo@redhat.com" , "bp@alien8.de" , "dave.hansen@linux.intel.com" , "x86@kernel.org" , "hpa@zytor.com" , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Alexander Grest , Nicolas Saenz Julienne , "Madhavan T . Venkataraman" , Tao Su , Xiaoyao Li , Zhao Liu Subject: Re: [RFC PATCH 00/18] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC) Message-ID: <20250416.peYa4autei9u@digikod.net> References: <20250313203702.575156-1-jon@nutanix.com> <20250415.AegioKi3ioda@digikod.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Infomaniak-Routing: alpha On Tue, Apr 15, 2025 at 02:43:57PM +0000, Jon Kohler wrote: > > > > On Apr 15, 2025, at 5:29 AM, Mickaël Salaün wrote: > > > > !-------------------------------------------------------------------| > > CAUTION: External Email > > > > |-------------------------------------------------------------------! > > > > Hi, > > > > This series looks good, just some inlined questions. > > RE Inlined questions - Did you send those elsewhere? I didn’t > see any others in my inbox, nor on lore. No, I just wanted to highlight that you inserted questions in several patches. :) > > > Sean, Paolo, what do you think? > > > > Jon, what is the status of the QEMU patches? > > I was waiting for comments here before sending to mailing list, but > I did post a link to the tree in the cover letter. The actual commit itself > is wicked trivial, so knock on wood, I’d imagine that would be the easiest > part of this endeavor. > > Would you suggest I sent those to QEMU mailing list now, while kernel side > is still in RFC? Happy to do so if that makes sense. > > https://github.com/JonKohler/qemu/commit/7a245414a0138b83cabcb809f5585ef8b5f78553 You can wait until Sean gets a look at this series, but you don't need to wait for it to be merged before starting a discussion with QEMU developers.