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 4515BD29FF1 for ; Wed, 14 Jan 2026 11:36:07 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1vfzAE-0003Vd-KH; Wed, 14 Jan 2026 06:35:51 -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 1vfz9c-0003Hb-Mt for qemu-devel@nongnu.org; Wed, 14 Jan 2026 06:35:18 -0500 Received: from 2a02-a46b-bd8f-1-bf6f-2443-36bc-c202.fixed6.kpn.net ([2a02:a46b:bd8f:1:bf6f:2443:36bc:c202] helo=gorilla.13thmonkey.org) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1vfz9a-00054Y-2e for qemu-devel@nongnu.org; Wed, 14 Jan 2026 06:35:12 -0500 Received: by gorilla.13thmonkey.org (Postfix, from userid 103) id F2A6E14D1EB4; Wed, 14 Jan 2026 12:28:00 +0100 (CET) Date: Wed, 14 Jan 2026 12:28:00 +0100 From: Reinoud Zandijk To: Markus Armbruster Cc: Paolo Bonzini , Daniel =?iso-8859-1?Q?P=2E_Berrang=E9?= , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , Thomas Huth , qemu-devel@nongnu.org, Peter Maydell , Richard Henderson , Reinoud Zandijk , Ryo ONODERA Subject: Re: [PULL 13/31] accel/nvmm: Replace @dirty field by generic CPUState::vcpu_dirty field Message-ID: References: <20250704101433.8813-1-philmd@linaro.org> <20250704101433.8813-14-philmd@linaro.org> <44ccfba7-21a3-4c24-aa6a-4b2bdb989792@redhat.com> <87v7h44pal.fsf@pond.sub.org> <87a4yg4gmo.fsf@pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a4yg4gmo.fsf@pond.sub.org> Received-SPF: none client-ip=2a02:a46b:bd8f:1:bf6f:2443:36bc:c202; envelope-from=reinoud@gorilla.13thmonkey.org; helo=gorilla.13thmonkey.org X-Spam_score_int: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.8 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.001, KHOP_HELO_FCRDNS=0.399, NO_DNS_FOR_FROM=0.001, RCVD_IN_PBL=3.335, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: qemu development 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 Wed, Jan 14, 2026 at 11:45:35AM +0100, Markus Armbruster wrote: > That they didn't immediately post the fix upstream is a bit of a > disappointment. Deep in the weeds, I guess. Sorry to break this but even submitting simple patches and getting them into the qemu source tree hasn't been an easy nor enjoyable experience to me to understate it so once in a while, a new version is pulled into pkgsrc and patches are made on top and if they start to grow or diverge too much a patch round can be made requested on the qemu repo. This is just my experience of course. With regards, Reinoud