Re: [Qemu-devel] [PATCH] scripts: update (rewrite) qemu-binfmt-conf.h

2015-05-30 Thread Laurent Vivier
Le 30/05/2015 21:32, Peter Maydell a écrit : > On 30 May 2015 at 20:28, Laurent Vivier wrote: >> Orginal qemu-binfmt-conf.h is only able to write configuration >> into /proc/sys/fs/binfmt_misc, and the configuration is lost on reboot. >> >> This script can configure debian and systemd services t

Re: [Qemu-devel] [PATCH] scripts: update (rewrite) qemu-binfmt-conf.h

2015-05-30 Thread Peter Maydell
On 30 May 2015 at 20:28, Laurent Vivier wrote: > Orginal qemu-binfmt-conf.h is only able to write configuration > into /proc/sys/fs/binfmt_misc, and the configuration is lost on reboot. > > This script can configure debian and systemd services to restore > configuration on reboot. Moreover, it is

[Qemu-devel] [PATCH] scripts: update (rewrite) qemu-binfmt-conf.h

2015-05-30 Thread Laurent Vivier
Orginal qemu-binfmt-conf.h is only able to write configuration into /proc/sys/fs/binfmt_misc, and the configuration is lost on reboot. This script can configure debian and systemd services to restore configuration on reboot. Moreover, it is able to manage binfmt credential and to configure the pat