Re: [libvirt] [PATCH] domain: conf: Better errors on bad os values

2015-04-17 Thread Cole Robinson
On 04/17/2015 09:10 AM, Eric Blake wrote: > On 04/17/2015 07:06 AM, Cole Robinson wrote: >> If no was specified: >> before: unknown OS type no OS type >> after : xml error: an os must be specified >> >> If an is specified that's not in our capabiliities data: > > s/capabiliities/capabilitie

Re: [libvirt] [PATCH] domain: conf: Better errors on bad os values

2015-04-17 Thread Eric Blake
On 04/17/2015 07:06 AM, Cole Robinson wrote: > If no was specified: > before: unknown OS type no OS type > after : xml error: an os must be specified > > If an is specified that's not in our capabiliities data: s/capabiliities/capabilities/ > before: unknown OS type $type > after : un

[libvirt] [PATCH] domain: conf: Better errors on bad os values

2015-04-17 Thread Cole Robinson
If no was specified: before: unknown OS type no OS type after : xml error: an os must be specified If an is specified that's not in our capabiliities data: before: unknown OS type $type after : unsupported configuration: no support found for os '$type' VIR_ERR_OS_TYPE is now unused (a