Re: [libvirt] [PATCH] Fix formatting of the memtune XML element

2010-10-20 Thread Matthias Bolte
2010/10/20 Daniel Veillard : > On Wed, Oct 20, 2010 at 02:03:09PM +0200, Matthias Bolte wrote: >> Also output the min_guarantee element when set. >> --- >>  src/conf/domain_conf.c |   10 -- >>  1 files changed, 8 insertions(+), 2 deletions(-) > >  ACK, one cleanup, and one bug fix, > >   th

Re: [libvirt] [PATCH] Fix formatting of the memtune XML element

2010-10-20 Thread Daniel Veillard
On Wed, Oct 20, 2010 at 02:03:09PM +0200, Matthias Bolte wrote: > Also output the min_guarantee element when set. > --- > src/conf/domain_conf.c | 10 -- > 1 files changed, 8 insertions(+), 2 deletions(-) ACK, one cleanup, and one bug fix, thanks ! Daniel -- Daniel Veillard

[libvirt] [PATCH] Fix formatting of the memtune XML element

2010-10-20 Thread Matthias Bolte
Also output the min_guarantee element when set. --- src/conf/domain_conf.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index a997e06..6486f9c 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -6