Re: [libvirt] [PATCH] conf: always format os.bootloaderArgs if set

2016-06-06 Thread Martin Kletzander
On Mon, Jun 06, 2016 at 07:43:46AM +0300, Roman Bogorodskiy wrote: Martin Kletzander wrote: On Tue, May 31, 2016 at 08:06:06PM +0200, Fabian Freyer wrote: >At the moment the bootloader arguments never get formatted if the >bootloader is unset. However, in cases where the bootloader defaults

Re: [libvirt] [PATCH] conf: always format os.bootloaderArgs if set

2016-06-05 Thread Roman Bogorodskiy
Martin Kletzander wrote: > On Tue, May 31, 2016 at 08:06:06PM +0200, Fabian Freyer wrote: > >At the moment the bootloader arguments never get formatted if the > >bootloader is unset. However, in cases where the bootloader defaults to > >a default value when unset, specifying bootloader

Re: [libvirt] [PATCH] conf: always format os.bootloaderArgs if set

2016-05-31 Thread Martin Kletzander
On Tue, May 31, 2016 at 08:06:06PM +0200, Fabian Freyer wrote: At the moment the bootloader arguments never get formatted if the bootloader is unset. However, in cases where the bootloader defaults to a default value when unset, specifying bootloader arguments does make sense. Please wrap long

[libvirt] [PATCH] conf: always format os.bootloaderArgs if set

2016-05-31 Thread Fabian Freyer
At the moment the bootloader arguments never get formatted if the bootloader is unset. However, in cases where the bootloader defaults to a default value when unset, specifying bootloader arguments does make sense. --- src/conf/domain_conf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git