Re: [libvirt] [PATCH 1/2] Add support for preallocated memory - parse xml

2016-06-28 Thread Daniel P. Berrange
On Thu, Jun 23, 2016 at 01:25:28PM +0100, Jaroslav Safka wrote: > Add three new elements in memoryBacking and > enable their parsing. > (without converting to argv yet) > > > > > > This is all fine since it matches what we discussed previously in the context of Nova. For benefit of oth

[libvirt] [PATCH 1/2] Add support for preallocated memory - parse xml

2016-06-23 Thread Jaroslav Safka
Add three new elements in memoryBacking and enable their parsing. (without converting to argv yet) --- docs/schemas/domaincommon.rng | 45 + src/conf/domain_conf.c | 59 +- src/conf/domain_conf.h