Comment 1 for bug 1818483

Revision history for this message
Luyou Peng (lpeng) wrote : Re: qemu user mode does not support binfmt_misc config with flags=P

I modified binfmt_misc.c to let it send one more args if the corresponding binfmt_misc flags include "P", also I modified main.c in qemu as attached patch_qemu_main.patch to check if the input args include such string. Then qemu user could support both scenarios.
Is this modification feasible?