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 A7975CAC598 for ; Tue, 16 Sep 2025 08:34:36 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1uyR8r-0006SP-W0; Tue, 16 Sep 2025 04:34:27 -0400 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 1uyR8p-0006PF-90; Tue, 16 Sep 2025 04:34:23 -0400 Received: from mgamail.intel.com ([198.175.65.10]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uyR8i-0005zs-Vw; Tue, 16 Sep 2025 04:34:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1758011657; x=1789547657; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=I/48RpoCPl6ZWK3Vj7H9PIyhemwGMzTTef3jIIR839g=; b=gc9iXgBmfzRFpRpTTRR0xz48Sjm/uWgi+EAit2sc5qWz3B0/Xf73PkLu HYvCIQxFMAn+Xf6NSFDq6K3eNYY3T8pZzT5NYwS3VtH+Bddk09dcu6Ljh uHl0OKKhUgUYPWmGgl4cq+OaYMv4xNMDY4c2SXSmBzDM1id9WtZr5PHdl ROiCOHw6NTTPHXGGH+azY5nMib6cILsPTkptThZENsbR+AzXxr0fPb82L E6anyVWtRbQAs/0NPGDFGoCjekKSEJjpt/cdDy0JajDp5oIdG3JBlbwWF Z3KMl4382uL1VvA7AGU23ajm0D7tbv4F2dUGipeLWq8vxT0GzxjBP24lQ A==; X-CSE-ConnectionGUID: h7ZfOAG6SBaoTN+2ntAPgA== X-CSE-MsgGUID: vQUO0vspRty6pO/4hoTQag== X-IronPort-AV: E=McAfee;i="6800,10657,11554"; a="77725128" X-IronPort-AV: E=Sophos;i="6.18,268,1751266800"; d="scan'208";a="77725128" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2025 01:34:10 -0700 X-CSE-ConnectionGUID: g+IsUANjR4aILovbVMHyRA== X-CSE-MsgGUID: UerIZdUiSd6q7snA9a3xjA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.18,268,1751266800"; d="scan'208";a="174690990" Received: from liuzhao-optiplex-7080.sh.intel.com ([10.239.160.39]) by orviesa007.jf.intel.com with ESMTP; 16 Sep 2025 01:34:08 -0700 From: Zhao Liu To: Paolo Bonzini , Manos Pitsidianakis Cc: qemu-devel@nongnu.org, qemu-rust@nongnu.org, Zhao Liu Subject: [PATCH 00/12] rust: miscellaneous cleanup & HPET #property conversion Date: Tue, 16 Sep 2025 16:55:45 +0800 Message-Id: <20250916085557.2008344-1-zhao1.liu@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.175.65.10; envelope-from=zhao1.liu@intel.com; helo=mgamail.intel.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.035, 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: , Errors-To: qemu-rust-bounces+qemu-rust=archiver.kernel.org@nongnu.org Sender: qemu-rust-bounces+qemu-rust=archiver.kernel.org@nongnu.org Hi, This series include: * cleanup for .gitignore of subproject. * cleanup for clippy error & warnings based on v1.83. * support bit property in #property. * HPET #property conversion. * get rid of the legacy declare_properties & define_property. And this series is based on the commit 355ce1d4fbaa of Paolo's rust-ci branch (since I understand that branch includes the latest rust PR patches.) Thanks and Best Regards, Zhao --- Manos Pitsidianakis (2): rust/qdev: use addr_of! in QDevProp rust/qdev: Refine the documentation for QDevProp trait Zhao Liu (10): subprojects: Update .gitignore for proc-macro2 and syn subprojects: Ignore .wraplock file generated by meson v1.9.0 rust/qemu-macros: Fix Clippy's complaints about lambda parameter naming rust/common/uninit: Fix Clippy's complaints about lifetime rust/qdev: Rename PropertyInfo field from VALUE to BASE_INFO rust/qdev: Support property info for more common types rust/qdev: Support bit property in #property macro rust/hpet: Clean up type mismatch for num_timers property rust/hpet: Convert qdev properties to #property macro rust/qdev: Drop declare_properties & define_property macros rust/common/src/uninit.rs | 4 +- rust/hw/core/src/qdev.rs | 105 ++++++++++--------------------- rust/hw/timer/hpet/src/device.rs | 55 +++------------- rust/qemu-macros/src/lib.rs | 81 ++++++++++++++++-------- subprojects/.gitignore | 7 ++- 5 files changed, 102 insertions(+), 150 deletions(-) -- 2.34.1