Nothing I can see of kind in sysctl output, but it's not really my area of expertise. I though that A14 supported ARMv8.4-A, which is supposed to have virtualization features included?
Nothing I can see of kind in sysctl output, but it's not really my area of expertise. I though that A14 supported ARMv8.4-A, which is supposed to have virtualization features included?
I was looking for this as well and its looks like there's support for it on an m1 though the label `machdep.cpu.features` is absent
```
╰─ sysctl -a | grep 'hv' ─╯
kern.hv.supported: 1
kern.hv.max_address_spaces: 256
kern.hv.ipa_size_16k: 68719476736
kern.hv.ipa_size_4k: 549755813888
kern.hv_support: 1
kern.hv_disable: 0
kern.hv_vmm_present: 0
```
I was looking for this as well and its looks like there's support for it on an m1 though the label `machdep.cpu.features` is absent
```
╰─ sysctl -a | grep 'hv' ─╯
kern.hv.supported: 1
kern.hv.max_address_spaces: 256
kern.hv.ipa_size_16k: 68719476736
kern.hv.ipa_size_4k: 549755813888
kern.hv_support: 1
kern.hv_disable: 0
kern.hv_vmm_present: 0
```