[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC v11 31/55] target/arm: remove kvm include file for PSCI and arm-pow
From: |
Claudio Fontana |
Subject: |
[RFC v11 31/55] target/arm: remove kvm include file for PSCI and arm-powerctl |
Date: |
Tue, 23 Mar 2021 16:46:15 +0100 |
The QEMU PSCI implementation is not used for KVM,
we do not need the kvm constants header.
Signed-off-by: Claudio Fontana <cfontana@suse.de>
---
target/arm/arm-powerctl.h | 2 --
target/arm/psci.c | 1 -
2 files changed, 3 deletions(-)
diff --git a/target/arm/arm-powerctl.h b/target/arm/arm-powerctl.h
index 37c8a04f0a..35e048ce14 100644
--- a/target/arm/arm-powerctl.h
+++ b/target/arm/arm-powerctl.h
@@ -11,8 +11,6 @@
#ifndef QEMU_ARM_POWERCTL_H
#define QEMU_ARM_POWERCTL_H
-#include "kvm-consts.h"
-
#define QEMU_ARM_POWERCTL_RET_SUCCESS QEMU_PSCI_RET_SUCCESS
#define QEMU_ARM_POWERCTL_INVALID_PARAM QEMU_PSCI_RET_INVALID_PARAMS
#define QEMU_ARM_POWERCTL_ALREADY_ON QEMU_PSCI_RET_ALREADY_ON
diff --git a/target/arm/psci.c b/target/arm/psci.c
index 6709e28013..800c4a55d8 100644
--- a/target/arm/psci.c
+++ b/target/arm/psci.c
@@ -19,7 +19,6 @@
#include "qemu/osdep.h"
#include "cpu.h"
#include "exec/helper-proto.h"
-#include "kvm-consts.h"
#include "qemu/main-loop.h"
#include "sysemu/runstate.h"
#include "internals.h"
--
2.26.2
- Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), (continued)
Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Richard Henderson, 2021/03/24
[RFC v11 29/55] target/arm: cpu: fix style, Claudio Fontana, 2021/03/23
[RFC v11 27/55] target/arm: move sve_exception_el out of TCG helpers, Claudio Fontana, 2021/03/23
[RFC v11 35/55] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM, Claudio Fontana, 2021/03/23
[RFC v11 31/55] target/arm: remove kvm include file for PSCI and arm-powerctl,
Claudio Fontana <=
[RFC v11 33/55] target/arm: cleanup cpu includes, Claudio Fontana, 2021/03/23
[RFC v11 32/55] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/, Claudio Fontana, 2021/03/23
[RFC v11 40/55] Revert "target/arm: Restrict v8M IDAU to TCG", Claudio Fontana, 2021/03/23
[RFC v11 39/55] tests: do not run qom-test on all machines for ARM KVM-only, Claudio Fontana, 2021/03/23
[RFC v11 42/55] target/arm: move kvm post init initialization to kvm cpu accel, Claudio Fontana, 2021/03/23
[RFC v11 41/55] target/arm: create kvm cpu accel class, Claudio Fontana, 2021/03/23
[RFC v11 36/55] tests: restrict TCG-only arm-cpu-features tests to TCG builds, Claudio Fontana, 2021/03/23