Re: [PATCH v7 10/10] Drivers: hv: Enable Hyper-V code to be built on ARM64

2020-08-25 Thread Ben Dooks
On 24/08/2020 18:24, Ard Biesheuvel wrote: On Mon, 24 Aug 2020 at 18:48, Michael Kelley wrote: Update drivers/hv/Kconfig so CONFIG_HYPERV can be selected on ARM64, causing the Hyper-V specific code to be built. Signed-off-by: Michael Kelley --- drivers/hv/Kconfig | 3 ++- 1 file changed,

RE: [PATCH v7 10/10] Drivers: hv: Enable Hyper-V code to be built on ARM64

2020-08-24 Thread Michael Kelley
From: Ard Biesheuvel Sent: Monday, August 24, 2020 10:24 AM > > On Mon, 24 Aug 2020 at 18:48, Michael Kelley wrote: > > > > Update drivers/hv/Kconfig so CONFIG_HYPERV can be selected on > > ARM64, causing the Hyper-V specific code to be built. > > > > Signed-off-by: Michael Kelley > > --- > >

Re: [PATCH v7 10/10] Drivers: hv: Enable Hyper-V code to be built on ARM64

2020-08-24 Thread Ard Biesheuvel
On Mon, 24 Aug 2020 at 18:48, Michael Kelley wrote: > > Update drivers/hv/Kconfig so CONFIG_HYPERV can be selected on > ARM64, causing the Hyper-V specific code to be built. > > Signed-off-by: Michael Kelley > --- > drivers/hv/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >

[PATCH v7 10/10] Drivers: hv: Enable Hyper-V code to be built on ARM64

2020-08-24 Thread Michael Kelley
Update drivers/hv/Kconfig so CONFIG_HYPERV can be selected on ARM64, causing the Hyper-V specific code to be built. Signed-off-by: Michael Kelley --- drivers/hv/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index