rust/hpet: drop now unneeded qemu_api dep
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Link: https://lore.kernel.org/r/20250827104147.717203-18-marcandre.lureau@redhat.com Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
0d93f81773
commit
960aaeb023
3 changed files with 0 additions and 3 deletions
1
rust/Cargo.lock
generated
1
rust/Cargo.lock
generated
|
|
@ -93,7 +93,6 @@ dependencies = [
|
|||
"common",
|
||||
"hwcore",
|
||||
"migration",
|
||||
"qemu_api",
|
||||
"qemu_macros",
|
||||
"qom",
|
||||
"system",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ migration = { path = "../../../migration" }
|
|||
bql = { path = "../../../bql" }
|
||||
qom = { path = "../../../qom" }
|
||||
system = { path = "../../../system" }
|
||||
qemu_api = { path = "../../../qemu-api" }
|
||||
qemu_macros = { path = "../../../qemu-macros" }
|
||||
hwcore = { path = "../../../hw/core" }
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ _libhpet_rs = static_library(
|
|||
rust_abi: 'rust',
|
||||
dependencies: [
|
||||
common_rs,
|
||||
qemu_api_rs,
|
||||
util_rs,
|
||||
migration_rs,
|
||||
bql_rs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue