Re: [PATCH v10 0/10] qemu-binfmt-conf.sh

2020-04-22 Thread Unai Martinez Corral
Hi, I'd like to request this patchset to be kept on hold. As discussed in https://github.com/dbhi/qus/issues/4, the current "family-based" logic of 'qemu-binfmt-conf.sh' does not work for aarch64-only hosts. It is assumed that all aarch64 hosts can natively execute arm or armhf binaries. However,

[PATCH v10 0/10] qemu-binfmt-conf.sh

2020-03-09 Thread Unai Martinez-Corral
Hi, This series reworks qemu-binfmt-conf.sh: * Argument from option '--systemd' is generalized to , and it is accepted for any mode (default, debian or systemd). It can be a single target arch or a list of them. * Option '-r|--clear' is added, which allows to remove an already registered t

Re: [PATCH v10 0/10] qemu-binfmt-conf.sh

2020-03-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200309191200.GA60@669c1c222ef4/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v10 0/10] qemu-binfmt-conf.sh Message-id: 20200309191200.GA60@669c1c222ef4 Type: series === TEST SCRIPT

Re: [PATCH v10 0/10] qemu-binfmt-conf.sh

2020-03-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200309191200.GA60@669c1c222ef4/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash export ARCH=x8

[PATCH v10 0/10] qemu-binfmt-conf.sh

2020-03-09 Thread Unai Martinez-Corral
Hi, This series reworks qemu-binfmt-conf.sh: * Argument from option '--systemd' is generalized to , and it is accepted for any mode (default, debian or systemd). It can be a single target arch or a list of them. * Option '-r|--clear' is added, which allows to remove an already registered t