Re: [Qemu-devel] [PATCH v3 7/10] qemu-binfmt-conf.sh: add option --reset

2019-03-10 Thread Unai Martinez Corral
2019/3/10 18:15, Laurent Vivier: > On 06/03/2019 05:52, Unai Martinez-Corral wrote: > > Allows to remove a single or a list of already registered binfmt > > interpreters. If is a list, it must be comma-separated. > > I think ARCHS and CPUS are the same thing, so use the same word. They are simila

Re: [Qemu-devel] [PATCH v3 7/10] qemu-binfmt-conf.sh: add option --reset

2019-03-10 Thread Laurent Vivier
On 06/03/2019 05:52, Unai Martinez-Corral wrote: > This is a partial implementation. > > Allows to remove a single or a list of already registered binfmt > interpreters. If is a list, it must be comma-separated. I think ARCHS and CPUS are the same thing, so use the same word. > Valid values are

[Qemu-devel] [PATCH v3 7/10] qemu-binfmt-conf.sh: add option --reset

2019-03-05 Thread Unai Martinez-Corral
This is a partial implementation. Allows to remove a single or a list of already registered binfmt interpreters. If is a list, it must be comma-separated. Valid values are those in qemu_target_list. If is 'ALL', all the existing 'qemu-*' interpreters are removed. This is partial because 'debian