[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1733523707-15954-1-git-send-email-nunodasneves@linux.microsoft.com>
Date: Fri, 6 Dec 2024 14:21:45 -0800
From: Nuno Das Neves <nunodasneves@...ux.microsoft.com>
To: linux-hyperv@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
linux-arch@...r.kernel.org
Cc: kys@...rosoft.com,
haiyangz@...rosoft.com,
wei.liu@...nel.org,
mhklinux@...look.com,
decui@...rosoft.com,
catalin.marinas@....com,
will@...nel.org,
tglx@...utronix.de,
mingo@...hat.com,
bp@...en8.de,
dave.hansen@...ux.intel.com,
x86@...nel.org,
hpa@...or.com,
arnd@...db.de,
jinankjain@...ux.microsoft.com,
muminulrussell@...il.com,
skinsburskii@...ux.microsoft.com,
mukeshrathor@...rosoft.com
Subject: [PATCH 0/2] hyperv: Move some features to common code
There are several bits of Hyper-V-related code that today live in
arch/x86 but are not really specific to x86_64 and will work on arm64
too.
Some of these will be needed in the upcoming mshv driver code (for
Linux as root partition on Hyper-V). So this is a good time to move
them to hv_common.c.
Signed-off-by: Nuno Das Neves <nudasnev@...rosoft.com>
Nuno Das Neves (2):
hyperv: Move hv_current_partition_id to arch-generic code
hyperv: Move create_vp and deposit_pages hvcalls to hv_common.c
arch/arm64/hyperv/mshyperv.c | 3 +
arch/x86/hyperv/hv_init.c | 25 +----
arch/x86/hyperv/hv_proc.c | 144 ---------------------------
arch/x86/include/asm/mshyperv.h | 4 -
drivers/hv/hv_common.c | 168 ++++++++++++++++++++++++++++++++
include/asm-generic/mshyperv.h | 4 +
6 files changed, 176 insertions(+), 172 deletions(-)
--
2.34.1
Powered by blists - more mailing lists