There are already several questions about how to enable virtualization on Macs (e.g. How to enable support of CPU virtualization on Macbook Pro?). It is often reported that sysctl -a | grep 'machdep.cpu.feature.*VMX'
should match, but with a caveat: matching means that virtualization is supported by the cpu, not that it is enabled.
Is there a way to check that virtualization is enabled? I'm ready to compile and run a small program if that's what it takes to be able to answer, but I'd rather not.