[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] rust: subprojects: add libc crate
From: |
Zhao Liu |
Subject: |
Re: [PATCH 1/2] rust: subprojects: add libc crate |
Date: |
Wed, 19 Feb 2025 23:27:13 +0800 |
On Thu, Feb 13, 2025 at 03:32:15PM +0100, Paolo Bonzini wrote:
> Date: Thu, 13 Feb 2025 15:32:15 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 1/2] rust: subprojects: add libc crate
> X-Mailer: git-send-email 2.48.1
>
> This allows access to errno values.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/Cargo.lock | 7 ++++
> rust/qemu-api/Cargo.toml | 1 +
> scripts/archive-source.sh | 2 +-
> scripts/make-release | 2 +-
> subprojects/libc-0.2-rs.wrap | 7 ++++
> .../packagefiles/libc-0.2-rs/meson.build | 36 +++++++++++++++++++
> 6 files changed, 53 insertions(+), 2 deletions(-)
> create mode 100644 subprojects/libc-0.2-rs.wrap
> create mode 100644 subprojects/packagefiles/libc-0.2-rs/meson.build
Missing to update subprojects/.gitignore. With this nit fixed,
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>