Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Hyper-v support? #28

Closed
dadami-sub opened this issue Jul 13, 2022 · 4 comments
Closed

Hyper-v support? #28

dadami-sub opened this issue Jul 13, 2022 · 4 comments

Comments

@dadami-sub
Copy link

As a user using Windows Server 2022 for hypervising os, it would be good if arpl supports hyper-v's network driver.
None of the existing dsm7 loaders support hyper-v (extension has been uploaded to pocopico's rp-ext repository, but it is incomplete).
If hyper-v is supported by arpl for the first time, it may be another superior advantage of arpl.
Best Regards, dadami

@fbelavenuto
Copy link
Owner

Thanks. In the vanilla linux source code and GPL'ed Synology source code, the hyper-v module do not compile!
It will take an advanced search to try to compile these modules.

@dadami-io
Copy link

dadami-io commented Jul 17, 2022

you should definitely check these
https://github.com/torvalds/linux/tree/master/drivers/net/hyperv

I will also try compiling with them. I think synology’s kernel is way too old…

Good luck! you and me

@fbelavenuto
Copy link
Owner

fbelavenuto commented Jul 18, 2022

Hi,

Hyperv modules need the kernel to have a CONFIG_HYPERVISOR_GUEST setting enabled, and the DSM kernel does not!
Unfortunately there is no way to support hyper-v for now!

Symbols not existents:

hv_vmbus: Unknown symbol hv_register_vmbus_handler (err 0)
hv_vmbus: Unknown symbol x86_hyper_ms_hyperv (err 0)
hv_vmbus: Unknown symbol x86_hyper (err 0)

@fbelavenuto
Copy link
Owner

Closing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants