From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) (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 80D9E25C716 for ; Fri, 13 Jun 2025 21:03:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749848598; cv=none; b=I8uAK0QefyOUpriqpShTqRgWkTFcEt5jJKMpTE/5OHWD1V800jg3g1H4Ti9hginLThqic5yc9FRGk9nHT6pDIXGFQN1muw3vNTTb7G6vOdAHFBEPcvopFwpHLa2Oy8TT4Sm6sZgEOPV1BvP78qqxG/TjvZOwVAwg93qh8yH0AOc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749848598; c=relaxed/simple; bh=RvoNgZOWtd0BxznLOG4DnK82GZ7oKsETmKcwAOzz4qs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TYsjYEKBVpVaarsi7XWnLT8x/3sa7F0h3sG7xkO1GXn38ONxycGQ80Vw87ZK0vAPEyx5XyazTP+hi4hvWWXsHEcQBAfhGdoHhzYzuW/dZlGG74TYUDm++0Le5nG/+2ZAQb0cXi8OkhySjpOWcJyTfL6/CPRSq4iGS6rlQqQGuUo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=Kc8nPVhl; arc=none smtp.client-ip=95.215.58.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="Kc8nPVhl" Date: Fri, 13 Jun 2025 14:02:53 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1749848582; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UYPjxyG6Lkdruehl3Wfp/fvOgutsisDdZvGlZZakKgQ=; b=Kc8nPVhlXgf6TePD1ArgM60c5dmNUT/R1JjVbnGxN7TexwkvkpcVz2WLId55A9oZ/CDUE5 FbP2i2FSaWw7NAS2SkcnbcgK6HWEZ0xCShW/gxdnuC/LY4NPQptRcXYiWmJk0yYg54tCZA FkggVzxEL64vxvaUGTfILfyirGgdhDI= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Paolo Bonzini Cc: Sean Christopherson , Marc Zyngier , Tianrui Zhao , Bibo Mao , Huacai Chen , Madhavan Srinivasan , Anup Patel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Christian Borntraeger , Janosch Frank , Claudio Imbrenda , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, kvm@vger.kernel.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, kvm-riscv@lists.infradead.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Anish Ghulati , Colton Lewis , Thomas Huth Subject: Re: [PATCH 0/8] KVM: Remove include/kvm, standardize includes Message-ID: References: <20250611001042.170501-1-seanjc@google.com> <125bfa5b-4727-4998-a0da-fb50feec6df6@redhat.com> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <125bfa5b-4727-4998-a0da-fb50feec6df6@redhat.com> X-Migadu-Flow: FLOW_OUT On Thu, Jun 12, 2025 at 06:56:53AM +0200, Paolo Bonzini wrote: > On 6/11/25 02:10, Sean Christopherson wrote: > > Kill off include/kvm (through file moves/renames), and standardize the set of > > KVM includes across all architectures. > > > > This conflicts with Colton's partioned PMU series[1], but this should work as > > a nice prepatory cleanup for the partitioned PMU work (and hopefully can land > > sooner). > > > > Note, these patches were originally posted as part of a much larger and more > > agressive RFC[1]. We've effectively abandoned upstreaming the multi-KVM idea, > > but I'm trying to (slowly) upstream the bits and pieces that I think/hope are > > generally beneficial. > > > > [1] https://lore.kernel.org/all/20250602192702.2125115-1-coltonlewis@google.com > > [2] https://lore.kernel.org/all/20230916003118.2540661-1-seanjc@google.com > > Marc, Oliver, I'd like to commit this to kvm/next sometime soon; I'll wait > for your ack since most of the meat here is in arch/arm64. Let it rip, just to get ahead of potential conflicts can you push out a topic branch? Acked-by: Oliver Upton Thanks, Oliver