From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1tKpqy-000478-Tm for mharc-qemu-rust@gnu.org; Mon, 09 Dec 2024 21:20:00 -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 1tKpqx-00046g-5A; Mon, 09 Dec 2024 21:19:59 -0500 Received: from mgamail.intel.com ([192.198.163.9]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tKpqu-00064p-E3; Mon, 09 Dec 2024 21:19:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1733797196; x=1765333196; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=uysF80S1yd/OJmgxa+64hcQYxG7HISslCaMN3yYx/Uc=; b=eotoB0i920+9PvzBpKAL7QqyMM+M1CSBxpEnrleEG+3VWN1TUQCQVJ3S /9jVjw0J9pPUsp2kvwqucivlCO8H2vALkErj+8Qk4ytbizXYayNbYBFNw zAAkpLERl2+1vFwlYlZDKHxcs5RrwPYgC7K6PcqVoAhGn7/e2bfI+qiSW 5MeLHNPZFD+m/hklZvMKst4P23cjuYbd0NbYAq7i6/cqjBJdc3bzweS0p b0bViEQjcHcbw/N6CtER541GMbQCzwxKsCrPG1zQa8wTNPC7zq2Ni5BJB 2YYAtwolGWxOROy8x8UlFYTzPgg794jKpRvXExx7S6/+JjSemNgRpqQK3 Q==; X-CSE-ConnectionGUID: 2HIMuuw6QOuwyBh4agpZ8w== X-CSE-MsgGUID: d4/a+9fFQK6V34myUOy0Ig== X-IronPort-AV: E=McAfee;i="6700,10204,11281"; a="44800205" X-IronPort-AV: E=Sophos;i="6.12,221,1728975600"; d="scan'208";a="44800205" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2024 18:19:50 -0800 X-CSE-ConnectionGUID: 6i/bHd7sS+ySDe4uleCwIA== X-CSE-MsgGUID: LijIjvBrQzSl2eO3Vlix8w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,221,1728975600"; d="scan'208";a="100314131" Received: from liuzhao-optiplex-7080.sh.intel.com (HELO localhost) ([10.239.160.36]) by orviesa004.jf.intel.com with ESMTP; 09 Dec 2024 18:19:49 -0800 Date: Tue, 10 Dec 2024 10:38:02 +0800 From: Zhao Liu To: Paolo Bonzini Cc: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , qemu-devel@nongnu.org, qemu-rust@nongnu.org, Junjie Mao Subject: Re: [PATCH 00/26] rust: bundle of prerequisites for HPET implementation Message-ID: References: <20241209123717.99077-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Received-SPF: pass client-ip=192.198.163.9; envelope-from=zhao1.liu@intel.com; helo=mgamail.intel.com X-Spam_score_int: -48 X-Spam_score: -4.9 X-Spam_bar: ---- X-Spam_report: (-4.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.489, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, 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-BeenThere: qemu-rust@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: QEMU Rust-related patches and discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2024 02:19:59 -0000 On Mon, Dec 09, 2024 at 06:23:21PM +0100, Paolo Bonzini wrote: > Date: Mon, 9 Dec 2024 18:23:21 +0100 > From: Paolo Bonzini > Subject: Re: [PATCH 00/26] rust: bundle of prerequisites for HPET > implementation > > On Mon, Dec 9, 2024 at 5:24 PM Philippe Mathieu-Daudé wrote: > > > > On 9/12/24 13:36, Paolo Bonzini wrote: > > > > > Paolo Bonzini (26): > > > bql: check that the BQL is not dropped within marked sections > > > rust: cell: add BQL-enforcing Cell variant > > > rust: cell: add BQL-enforcing RefCell variant > > > rust: define prelude > > > rust: add bindings for interrupt sources > > > rust: add a bit operation module > > > rust: qom: add default definitions for ObjectImpl > > > rust: qom: rename Class trait to ClassInitImpl > > > rust: qom: convert type_info! macro to an associated const > > > rust: qom: move ClassInitImpl to the instance side > > > rust: qdev: move device_class_init! body to generic function, > > > ClassInitImpl implementation to macro > > > rust: qdev: move bridge for realize and reset functions out of pl011 > > > rust: qom: automatically use Drop trait to implement instance_finalize > > > rust: qom: move bridge for TypeInfo functions out of pl011 > > > rust: qom: split ObjectType from ObjectImpl trait > > > rust: qom: change the parent type to an associated type > > > rust: qom: put class_init together from multiple ClassInitImpl<> > > > rust: qom: add possibility of overriding unparent > > > rust: rename qemu-api modules to follow C code a bit more > > > rust: re-export C types from qemu-api submodules > > > rust: tests: allow writing more than one test > > > rust: qom: add casting functionality > > > rust: qom: add initial subset of methods on Object > > > rust: qom: move device_id to PL011 class side > > > rust: qemu-api: add a module to wrap functions and zero-sized closures > > > rust: callbacks: allow passing optional callbacks as () > > > > Am I correct some patches are from Zhao Liu and got the > > authorship inadvertently removed? > > Just one, which is co-authored; it has > > Signed-off-by: Zhao Liu > Co-authored-by: Paolo Bonzini > Signed-off-by: Paolo Bonzini > > So I should have put either Co-authored-by him or left him as the > primary author. > Thank you Paolo! You deserve to be credited as the author. It's completely different from my previous solution, so it's all your work! HPET will be a user. Regards, Zhao