From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 128DFC71136 for ; Fri, 13 Jun 2025 21:05:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=BCuqSqqV+yp7bF1wZEIzByO4B/LLEJscvDqtYclWO7k=; b=t7eXbbd5EvlyVg 4P0K2JdAufXPL7rVOlilax3Nm8jdcZjY+Mk42HR0LvoPuAn4GjpBQyDL4VQUnyZBlJlEh6je3jbIU IsOs2R1Mifi0YogEztaTj+jAoJstt9GewAuc9aQjXQ/3HVWkIZaHBPFjKpno4Uq+vvvGNPKvEiJGw ofWhrNMU4jvPFh3YbzV40E9yxlgt/rUCo+QCV26tFKv1BW2MHPx8c8954TbEHrZbnJMcy/lR+Gfxg DQBT3fK/f289x13YpafcYXx0iwlznE1BkIqFp3KJeP+L9yOG3zn1A6tQ/KC6nHdKzQSfsySIV0pIG q7lY7ByfpW4i/9htGqvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uQBaD-000000003yR-2uRR; Fri, 13 Jun 2025 21:05:05 +0000 Received: from out-176.mta1.migadu.com ([2001:41d0:203:375::b0]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uQBYG-000000003ac-41Wl; Fri, 13 Jun 2025 21:03:07 +0000 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <125bfa5b-4727-4998-a0da-fb50feec6df6@redhat.com> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250613_140306_096754_3CDE62C3 X-CRM114-Status: GOOD ( 11.56 ) X-BeenThere: kvm-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kvm-riscv" Errors-To: kvm-riscv-bounces+kvm-riscv=archiver.kernel.org@lists.infradead.org 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 -- kvm-riscv mailing list kvm-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kvm-riscv From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (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 7FC2525BEFB for ; Fri, 13 Jun 2025 21:03:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749848597; cv=none; b=Z+RaDgaoB3TsaZ2EJWRNKlL/lUGF8y+rLu9Uv3ddVxSorOJIs9nclk0pUWMCyO04rcCZhuEO20D7oZAEAkIovZQvXc5gBzOG/la7vAXE7Qmiy9wE8MpIFISMWLBQZV6gKksaa/LrO/p0w55uRr/CnDDSz3Fnlze/KEOKplUlfCg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749848597; c=relaxed/simple; bh=RvoNgZOWtd0BxznLOG4DnK82GZ7oKsETmKcwAOzz4qs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Tqp6nhRqdUniB9d19eiEXFxhwyQwsKHYIZDSBhJihFZkoDwoueVtHxgYgtEAGrUcjr7hnhVntQHIH1IZSHbJP3cQgv7WtyCGNf1PZ7k5oK40ZNbKFa+W7wdVi1MPbA/K1rxNEhJs5yWt+TX+sC6e/5OmYuh0wup8sRUFiM0OPZ4= 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.183 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: kvm@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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7A56DC71135 for ; Fri, 13 Jun 2025 22:09:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NRKKMA8q2HhC+9om9256oRwZNGOY4J2FR3pUQFEmEfA=; b=twMCzKdlfUncPg Bwen9QpcFMEXoGIjYs530nDLAcpPN1lr/g4reia7o/R0wbMSOnHXY20Tox9HDNhYX9UqyV3gkIK6N Kt1ReTHLcrJeIAl0yPkvHYhnwZKyUGrOR6rHUrqYrTd3M2vxWfFoW/iLLPtRfzdbEUcrmdY5iUqtN 2noeCzyrX8/1ABsOzn1qgCx1XPdFVCUDcirr7s7qN31QwduGt67ukMf9YhzpP/UY8xDefflILPpan Iv8mpM7L5x9F9Kj/pjUD8h3lHb/+1y0stqj1kyqSI3ezAixxARrODMOiSne0aUxRq65vE4APd1RQo EIdFOPD5m4iMswTETAdQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uQCaj-00000000Cyo-2hK8; Fri, 13 Jun 2025 22:09:41 +0000 Received: from out-180.mta1.migadu.com ([95.215.58.180]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uQBYQ-000000003dq-3uln for linux-riscv@lists.infradead.org; Fri, 13 Jun 2025 21:03:17 +0000 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <125bfa5b-4727-4998-a0da-fb50feec6df6@redhat.com> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250613_140315_115659_425B038E X-CRM114-Status: GOOD ( 11.47 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org 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 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv