When build qemu
from source code, I find for every CPU
architecture, there are 2 options for target list: xx-softmmu
and xx-linux-user
. For example:
x86_64-softmmu
x86_64-linux-user
I can't search the difference between two options. Could anyone introduce what is the difference and relationship between them?