From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Date: Sat, 11 Dec 2021 14:21:26 +0000 Subject: [PATCH v11 kvmtool 0/8] KVMTOOL RISC-V Support In-Reply-To: References: <20211119124515.89439-1-anup.patel@wdc.com> Message-ID: <87sfuz9q8p.wl-maz@kernel.org> List-Id: To: kvm-riscv@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sat, 11 Dec 2021 07:28:49 +0000, Anup Patel wrote: > > Hi Marc, Hi Will, > > On Fri, Nov 19, 2021 at 6:15 PM Anup Patel wrote: > > > > This series adds RISC-V support for KVMTOOL and it is based on the > > Linux-5.16-rc1. The KVM RISC-V patches have been merged in the Linux > > kernel since 5.16-rc1. > > > > The KVMTOOL RISC-V patches can be found in riscv_master branch at: > > https//github.com/kvm-riscv/kvmtool.git > > Ping ? > Do you have further comments on this series ? Not much on my side, apart that it is a bit annoying that some of the support is actually an almost exact copy of the arm code (PCI being a striking example). It would have been nice to see some effort to make the code common, although it isn't a blocker on my side. Thanks, M. -- Without deviation from the norm, progress is not possible. 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86D2DC433F5 for ; Sat, 11 Dec 2021 14:21:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231171AbhLKOVc (ORCPT ); Sat, 11 Dec 2021 09:21:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229586AbhLKOVc (ORCPT ); Sat, 11 Dec 2021 09:21:32 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27BC6C061714 for ; Sat, 11 Dec 2021 06:21:32 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E299DB80108 for ; Sat, 11 Dec 2021 14:21:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7013EC004DD; Sat, 11 Dec 2021 14:21:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639232489; bh=UQnDSlFJn2g7C/yJsDd0+yFQ+AGNf8mBKqSmcTbIlqE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=K5ZLR04ZGnZ6OGYf6vz+mKh1abHkgf2V4rTh5pADV/z8wJIJvxYBfSNRe1T3QeS8o KUWL81lOa696h9tnGbn/RXhP3O4eGn49dc//3wzMJVBVP58X6INMAZU23yEtpOGAOj SGlk2/cyNa8xUtYkBBm8mvbLjQ0C6gIYp23Bm5sJ0TH41DEyvfgacum7FYNOiDHNW/ Pqk4PJgF2/pIgbJCmJdEL5cPWVOgpcO/YhM9BOL1CM8zWpdMrlohZ+UH6ThU6qofKd 8RfuTO45Qiu/JhEhkwrBj8JvGgsvuVofnNi9mdVpMc7LAYCRVn0CN/4mJopOXSXBMY xg+ZVr4OJ4cTQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mw3Ff-00BTQQ-Cc; Sat, 11 Dec 2021 14:21:27 +0000 Date: Sat, 11 Dec 2021 14:21:26 +0000 Message-ID: <87sfuz9q8p.wl-maz@kernel.org> From: Marc Zyngier To: Anup Patel Cc: Will Deacon , julien.thierry.kdev@gmail.com, Paolo Bonzini , Atish Patra , Alistair Francis , Vincent Chen , KVM General , kvm-riscv@lists.infradead.org, Anup Patel Subject: Re: [PATCH v11 kvmtool 0/8] KVMTOOL RISC-V Support In-Reply-To: References: <20211119124515.89439-1-anup.patel@wdc.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: anup@brainfault.org, will@kernel.org, julien.thierry.kdev@gmail.com, pbonzini@redhat.com, atishp@atishpatra.org, Alistair.Francis@wdc.com, vincent.chen@sifive.com, kvm@vger.kernel.org, kvm-riscv@lists.infradead.org, anup.patel@wdc.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Sat, 11 Dec 2021 07:28:49 +0000, Anup Patel wrote: > > Hi Marc, Hi Will, > > On Fri, Nov 19, 2021 at 6:15 PM Anup Patel wrote: > > > > This series adds RISC-V support for KVMTOOL and it is based on the > > Linux-5.16-rc1. The KVM RISC-V patches have been merged in the Linux > > kernel since 5.16-rc1. > > > > The KVMTOOL RISC-V patches can be found in riscv_master branch at: > > https//github.com/kvm-riscv/kvmtool.git > > Ping ? > Do you have further comments on this series ? Not much on my side, apart that it is a bit annoying that some of the support is actually an almost exact copy of the arm code (PCI being a striking example). It would have been nice to see some effort to make the code common, although it isn't a blocker on my side. Thanks, M. -- Without deviation from the norm, progress is not possible.