Let's assume I have a laptop with ARM processor, such as the newer macbooks, and I have an x86 operating system (assuming no port to arm exists) image, for example an old linux distro where a colleague did some work and gave me the image to continue. Can I run it on my laptop ? I assume natively this wouldn't be possible but can I a least "emulate" it (in the sense that x86 instructions would be converted on the fly) even if the lose in performances would be big, but the result is strictly identical to the colleague working on x86 ?
So far, I thought about this idea, but i'm not sure it would even work or if there is a simpler solution : install qemu to emulate x86, install a x86 OS, install virtualbox on that os and then use my image