Does emulation/software virtualization provide more isolation/security vs hardware virtualization?
From my understanding:
I can emulate many different architectures and systems with qemu as a user(mode) process.
There is separate user address space per process.
If a malicious process were to escape emulation it could compromise the use…