From: Oliver Upton <oliver.upton@linux.dev>
To: kvmarm@lists.linux.dev
Cc: kvm@vger.kernel.org, Will Deacon <will@kernel.org>,
Julien Thierry <julien.thierry.kdev@gmail.com>,
Marc Zyngier <maz@kernel.org>,
Alexandru Elisei <alexandru.elisei@arm.com>,
Andre Przywara <andre.przywara@arm.com>,
Oliver Upton <oliver.upton@linux.dev>
Subject: [PATCH kvmtool 6/9] arm64: Move remaining kvm/* headers
Date: Tue, 25 Mar 2025 14:39:36 -0700 [thread overview]
Message-ID: <20250325213939.2414498-7-oliver.upton@linux.dev> (raw)
In-Reply-To: <20250325213939.2414498-1-oliver.upton@linux.dev>
Move the remaining kvm/* headers into the top-level ARM include path.
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
---
arm/aarch64/include/kvm/fdt-arch.h | 6 ------
arm/{aarch64 => }/include/kvm/barrier.h | 0
arm/include/{arm-common => kvm}/fdt-arch.h | 0
3 files changed, 6 deletions(-)
delete mode 100644 arm/aarch64/include/kvm/fdt-arch.h
rename arm/{aarch64 => }/include/kvm/barrier.h (100%)
rename arm/include/{arm-common => kvm}/fdt-arch.h (100%)
diff --git a/arm/aarch64/include/kvm/fdt-arch.h b/arm/aarch64/include/kvm/fdt-arch.h
deleted file mode 100644
index e448bf1..0000000
--- a/arm/aarch64/include/kvm/fdt-arch.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef KVM__KVM_FDT_H
-#define KVM__KVM_FDT_H
-
-#include "arm-common/fdt-arch.h"
-
-#endif /* KVM__KVM_FDT_H */
diff --git a/arm/aarch64/include/kvm/barrier.h b/arm/include/kvm/barrier.h
similarity index 100%
rename from arm/aarch64/include/kvm/barrier.h
rename to arm/include/kvm/barrier.h
diff --git a/arm/include/arm-common/fdt-arch.h b/arm/include/kvm/fdt-arch.h
similarity index 100%
rename from arm/include/arm-common/fdt-arch.h
rename to arm/include/kvm/fdt-arch.h
--
2.39.5
next prev parent reply other threads:[~2025-03-25 21:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-25 21:39 [PATCH kvmtool 0/9] arm: Drop support for 32-bit kvmtool Oliver Upton
2025-03-25 21:39 ` [PATCH kvmtool 1/9] Drop support for 32-bit arm Oliver Upton
2025-03-25 21:39 ` [PATCH kvmtool 2/9] arm64: Move arm64-only features into main directory Oliver Upton
2025-03-25 21:39 ` [PATCH kvmtool 3/9] arm64: Combine kvm.c Oliver Upton
2025-03-25 21:39 ` [PATCH kvmtool 4/9] arm64: Merge kvm-cpu.c Oliver Upton
2025-03-25 21:39 ` [PATCH kvmtool 5/9] arm64: Combine kvm-config-arch.h Oliver Upton
2025-03-25 21:39 ` Oliver Upton [this message]
2025-03-25 21:39 ` [PATCH kvmtool 7/9] arm64: Move asm headers Oliver Upton
2025-03-25 21:39 ` [PATCH kvmtool 8/9] arm64: Rename top-level directory Oliver Upton
2025-03-25 21:39 ` [PATCH kvmtool 9/9] arm64: Get rid of the 'arm-common' include directory Oliver Upton
2025-03-27 16:32 ` [PATCH kvmtool 0/9] arm: Drop support for 32-bit kvmtool Alexandru Elisei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250325213939.2414498-7-oliver.upton@linux.dev \
--to=oliver.upton@linux.dev \
--cc=alexandru.elisei@arm.com \
--cc=andre.przywara@arm.com \
--cc=julien.thierry.kdev@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.linux.dev \
--cc=maz@kernel.org \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.