]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
rust/hpet: drop now unneeded qemu_api dep
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 8 Sep 2025 10:49:58 +0000 (12:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 Sep 2025 17:00:57 +0000 (19:00 +0200)
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>
rust/Cargo.lock
rust/hw/timer/hpet/Cargo.toml
rust/hw/timer/hpet/meson.build

index 021ce6dd48c25acc6aebb17abad3afb86191eafc..c407029afed6bc211a30d6552e6aacb5920e797b 100644 (file)
@@ -93,7 +93,6 @@ dependencies = [
  "common",
  "hwcore",
  "migration",
- "qemu_api",
  "qemu_macros",
  "qom",
  "system",
index 68e8187bb820bf64b1274a3c1e2e32174b342523..08bf97af55324d482943db2a3c236eda05ab84b9 100644 (file)
@@ -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" }
 
index 3b94d5ec0a7c4d1c9fe86d82e99fbad62afdc565..8ab26630d959cb52fc80b0485401958c8a486d5e 100644 (file)
@@ -5,7 +5,6 @@ _libhpet_rs = static_library(
   rust_abi: 'rust',
   dependencies: [
     common_rs,
-    qemu_api_rs,
     util_rs,
     migration_rs,
     bql_rs,