Hi meo
I did some research ...
... shifts from slow software emulation to running guest code directly on the host processor, providing near-native speed."
I did some research too. If you trying to use a x86_64 system to emulate ARM, you
will be limited to slow software emulation.
Note the bold print in the quote above.Running guest ARM code on a x86_64 host
processor can't be done. The guest and host CPUs have different instruction sets
and architectures.
From what I've read, you need to use ARM64 to emulate ARM CPUs at near native
speed. I didn't research it too deeply, but I got the impression no drivers were involved.