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 lists.gnu.org (lists.gnu.org [209.51.188.17]) (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 36674CFA447 for ; Thu, 20 Nov 2025 21:14:11 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1vMBy7-0006vE-Ad; Thu, 20 Nov 2025 16:13:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1vMBhr-0002x0-Eq; Thu, 20 Nov 2025 15:56:43 -0500 Received: from sea.source.kernel.org ([172.234.252.31]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1vMBhq-00023s-0V; Thu, 20 Nov 2025 15:56:43 -0500 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id D6EAD409C0; Thu, 20 Nov 2025 20:56:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E48FC4CEF1; Thu, 20 Nov 2025 20:56:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763672199; bh=2pYElKHGR5RcqWfEny1X8x1hSS/joUcyehFsxjMGGNo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UxxZDwRi3rDEJCg00okFKwvwfoNMTWxSa1Sbq0DjMSguF4OiNOlQ+61TUKstHdzbz pthwusTMgcT4htyYej6QbqOHtIhjeEvgLQd3nAH96XA1uFOm2TOP1vwOnOMobyRN52 LdRZS+F1KN1ohZ4ArBaPjVLTZWDdffq4/2b5ZmAkXSlnu0mF4T+/yWM1915Ku3AekV h9AbQdgvzGQ0eiNc1/1qeV1jB5pD5F5PjpW5D2KvJsfzJLyySk4EYCt2KVIxLYKbTa YADXqIn/n6THLgvDa0UuuUOYl8MVVIMzh/OGXhoJvcFSOGi5vjLntOwW7YFdqjxpUf IKuQfrsN0Rj8w== Date: Thu, 20 Nov 2025 12:56:38 -0800 From: Drew Fustini To: Daniel Henrique Barboza Cc: qemu-devel@nongnu.org, Palmer Dabbelt , Alistair Francis , Weiwei Li , Liu Zhiwei , qemu-riscv@nongnu.org, Paolo Bonzini , Nicolas Pitre , Kornel =?utf-8?Q?Dul=C4=99ba?= , Atish Kumar Patra , Atish Patra , Vasudevan Srinivasan , Radim =?utf-8?B?S3LEjW3DocWZ?= , yunhui cui , Chen Pei , guo.wenjia23@zte.com.cn, liu.qingtao2@zte.com.cn Subject: Re: [PATCH 6/7] hw/riscv: meson: add CBQRI controllers to the build Message-ID: References: <20251119-riscv-ssqosid-cbqri-v1-0-3392fc760e48@kernel.org> <20251119-riscv-ssqosid-cbqri-v1-6-3392fc760e48@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=172.234.252.31; envelope-from=fustini@kernel.org; helo=sea.source.kernel.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 20 Nov 2025 16:13:23 -0500 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On Thu, Nov 20, 2025 at 09:01:03AM -0300, Daniel Henrique Barboza wrote: > Hi, > > I think this patch and patch 5 should be squashed together. Both LGTM otherwise. Thanks for the feedback. I will squash them for the next revision. Drew