diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-07-21 12:51:31 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-07-22 12:49:51 +0200 |
commit | 0d70c5aa1bbfb0f5099d53d6e084337a8246cc0c (patch) | |
tree | d8deba75a4f7d3d59cb7fcf3ebbebcf2ca3fd8ca /rust/hw/timer | |
parent | 56a3033abcfcf72a2f4f1376a605a0b1ad526b67 (diff) | |
download | qemu-0d70c5aa1bbfb0f5099d53d6e084337a8246cc0c.zip qemu-0d70c5aa1bbfb0f5099d53d6e084337a8246cc0c.tar.gz qemu-0d70c5aa1bbfb0f5099d53d6e084337a8246cc0c.tar.bz2 |
rust: devices are not staticlibs
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>
Diffstat (limited to 'rust/hw/timer')
-rw-r--r-- | rust/hw/timer/hpet/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rust/hw/timer/hpet/Cargo.toml b/rust/hw/timer/hpet/Cargo.toml index 6f07502..ac5df23 100644 --- a/rust/hw/timer/hpet/Cargo.toml +++ b/rust/hw/timer/hpet/Cargo.toml @@ -10,9 +10,6 @@ license.workspace = true repository.workspace = true rust-version.workspace = true -[lib] -crate-type = ["staticlib"] - [dependencies] qemu_api = { path = "../../../qemu-api" } qemu_api_macros = { path = "../../../qemu-api-macros" } |