Re: [libvirt] [PATCH 08/10] conf: Prepare making memory device target node optional

2015-11-10 Thread John Ferlan
On 11/10/2015 08:34 AM, Peter Krempa wrote: > On Tue, Oct 20, 2015 at 17:31:57 -0400, John Ferlan wrote: >> >> >> On 10/16/2015 08:11 AM, Peter Krempa wrote: >>> Adjust the config code so that it does not enforce that target memory >>> node is specified. To avoid breakage, adjust the qemu memory

Re: [libvirt] [PATCH 08/10] conf: Prepare making memory device target node optional

2015-11-10 Thread Peter Krempa
On Tue, Oct 20, 2015 at 17:31:57 -0400, John Ferlan wrote: > > > On 10/16/2015 08:11 AM, Peter Krempa wrote: > > Adjust the config code so that it does not enforce that target memory > > node is specified. To avoid breakage, adjust the qemu memory hotplug > > config checker to disallow such confi

Re: [libvirt] [PATCH 08/10] conf: Prepare making memory device target node optional

2015-10-20 Thread John Ferlan
On 10/16/2015 08:11 AM, Peter Krempa wrote: > Adjust the config code so that it does not enforce that target memory > node is specified. To avoid breakage, adjust the qemu memory hotplug > config checker to disallow such config for now. > --- > docs/formatdomain.html.in | 5 +++-- > docs/sc

[libvirt] [PATCH 08/10] conf: Prepare making memory device target node optional

2015-10-16 Thread Peter Krempa
Adjust the config code so that it does not enforce that target memory node is specified. To avoid breakage, adjust the qemu memory hotplug config checker to disallow such config for now. --- docs/formatdomain.html.in | 5 +++-- docs/schemas/domaincommon.rng | 8 +--- src/conf/domain_conf