scripts: rename get-wraps-from-cargo-registry.py
It does more than that now. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini committed
Aug 21, 2026 at 08:02 UTC
22b1759a4b118fe0390628cc870d1429ba2e9ece
3 files changed
+3
-3
MAINTAINERS
+1
-1
@@ -3764,7 +3764,7 @@ F: rust/rustfmt.toml
3764
F: rust/system/
3765
F: rust/tests/
3766
F: rust/util/
3767
-F: scripts/get-wraps-from-cargo-registry.py
3767
+F: scripts/update-cargo-wraps.py
3768
3769
Rust-related patches CC here
3770
L: qemu-rust@nongnu.org
docs/about/build-platforms.rst
+1
-1
@@ -128,7 +128,7 @@ Rust build dependencies
128
129
Some distros prefer to avoid vendored crate sources, and instead use
130
local sources from e.g. ``/usr/share/cargo/registry``. QEMU includes a
131
- script, ``scripts/get-wraps-from-cargo-registry.py``, that automatically
131
+ script, ``scripts/update-cargo-wraps.py``, that automatically
132
performs this task. The script is meant to be invoked after unpacking
133
the QEMU tarball. QEMU also includes ``rust/Cargo.toml`` and
134
``rust/Cargo.lock`` files that can be used to compute QEMU's build
scripts/update-cargo-wraps.py
renamed
+1
-1
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: GPL-2.0-or-later
4
5
"""
6
-get-wraps-from-cargo-registry.py - Update Meson subprojects from a Cargo
6
+update-cargo-wraps.py - Update Meson subprojects from a Cargo
7
registry or from the versions pinned in Cargo.lock.
8
"""
9