Re: [Qemu-devel] [PATCH v3 10/10] qemu-binfmt-conf.sh: support QEMU_TARGETS

2019-03-10 Thread Laurent Vivier
On 06/03/2019 05:55, Unai Martinez-Corral wrote: > Rename CPUS to TARGETS, and support QEMU_TARGETS environment variable. > This does not break backward compatibility, because it is just a placeholder. > > Consistently with 'path', 'suffix', 'persistent' and 'credential', > provide an environment

[Qemu-devel] [PATCH v3 10/10] qemu-binfmt-conf.sh: support QEMU_TARGETS

2019-03-05 Thread Unai Martinez-Corral
Rename CPUS to TARGETS, and support QEMU_TARGETS environment variable. This does not break backward compatibility, because it is just a placeholder. Consistently with 'path', 'suffix', 'persistent' and 'credential', provide an environment variable to set the list of target architectures. The suppo