|
|
|
|
|
by kbutler
5672 days ago
|
|
It's actually much easier to "virtualize another OS" than to virtualize a hardware platform (and associated OS). If you are running guest code that matches your host architecture, QEMU can run the code natively. If you are running foreign code (e.g., ARM on an Intel host), it has to dynamically recompile the code, which will hurt performance. kb |
|