Re: [libvirt] [PATCH v2 1/6] conf: Parse common scheduler attributes in separate function

2019-04-15 Thread Ján Tomko
On Mon, Apr 15, 2019 at 04:19:43PM +0200, Martin Kletzander wrote: On Mon, Apr 15, 2019 at 03:55:26PM +0200, Ján Tomko wrote: On Mon, Apr 15, 2019 at 03:14:22PM +0200, Martin Kletzander wrote: This will become useful later when parsing emulatorsched parameters which don't need the rest of the

Re: [libvirt] [PATCH v2 1/6] conf: Parse common scheduler attributes in separate function

2019-04-15 Thread Martin Kletzander
On Mon, Apr 15, 2019 at 03:55:26PM +0200, Ján Tomko wrote: On Mon, Apr 15, 2019 at 03:14:22PM +0200, Martin Kletzander wrote: This will become useful later when parsing emulatorsched parameters which don't need the rest of the current function. Signed-off-by: Martin Kletzander ---

Re: [libvirt] [PATCH v2 1/6] conf: Parse common scheduler attributes in separate function

2019-04-15 Thread Ján Tomko
On Mon, Apr 15, 2019 at 03:14:22PM +0200, Martin Kletzander wrote: This will become useful later when parsing emulatorsched parameters which don't need the rest of the current function. Signed-off-by: Martin Kletzander --- src/conf/domain_conf.c | 70 +-

[libvirt] [PATCH v2 1/6] conf: Parse common scheduler attributes in separate function

2019-04-15 Thread Martin Kletzander
This will become useful later when parsing emulatorsched parameters which don't need the rest of the current function. Signed-off-by: Martin Kletzander --- src/conf/domain_conf.c | 70 +- 1 file changed, 41 insertions(+), 29 deletions(-) diff --git