[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] rust: devices are not staticlibs
From: |
Zhao Liu |
Subject: |
Re: [PATCH] rust: devices are not staticlibs |
Date: |
Tue, 22 Jul 2025 22:39:03 +0800 |
On Mon, Jul 21, 2025 at 12:52:38PM +0200, Paolo Bonzini wrote:
> Date: Mon, 21 Jul 2025 12:52:38 +0200
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH] rust: devices are not staticlibs
> X-Mailer: git-send-email 2.50.1
>
> This is only cosmetic for now, but hopefully later on Meson will parse more
> of Cargo.toml. Devices are linked into a staticlib but are not staticlibs
> themselves.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/hw/char/pl011/Cargo.toml | 3 ---
> rust/hw/timer/hpet/Cargo.toml | 3 ---
> 2 files changed, 6 deletions(-)
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>