From: Marc-André Lureau <marcandre.lur...@redhat.com> Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- rust/Cargo.lock | 1 - rust/hw/timer/hpet/Cargo.toml | 1 - rust/hw/timer/hpet/meson.build | 1 - 3 files changed, 3 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 91f137d75c..80ad6f0fc6 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -93,7 +93,6 @@ dependencies = [ "common", "hwcore", "migration", - "qemu_api", "qemu_macros", "qom", "system", diff --git a/rust/hw/timer/hpet/Cargo.toml b/rust/hw/timer/hpet/Cargo.toml index 68e8187bb8..08bf97af55 100644 --- a/rust/hw/timer/hpet/Cargo.toml +++ b/rust/hw/timer/hpet/Cargo.toml @@ -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" } diff --git a/rust/hw/timer/hpet/meson.build b/rust/hw/timer/hpet/meson.build index b2eee01faf..8ab26630d9 100644 --- a/rust/hw/timer/hpet/meson.build +++ b/rust/hw/timer/hpet/meson.build @@ -8,7 +8,6 @@ _libhpet_rs = static_library( util_rs, migration_rs, bql_rs, - qemu_api, qemu_macros, qom_rs, system_rs, -- 2.50.1