[libvirt] [PATCH 1/4] xml: Add attribute to description element to hold a short note

2012-01-13 Thread Peter Krempa
This patch adds an optional attribute note= to the description element in the domain XML. This attribute can hold a short note defined by the user to ease the identification of domains. The note is limited to 40 characters. *docs/formatdomain.html.in *docs/schemas/domaincommon.rng -

Re: [libvirt] [PATCH 1/4] xml: Add attribute to description element to hold a short note

2012-01-13 Thread Daniel P. Berrange
On Fri, Jan 13, 2012 at 07:17:36PM +0100, Peter Krempa wrote: This patch adds an optional attribute note= to the description element in the domain XML. This attribute can hold a short note defined by the user to ease the identification of domains. The note is limited to 40 characters. I

Re: [libvirt] [PATCH 1/4] xml: Add attribute to description element to hold a short note

2012-01-13 Thread Eric Blake
On 01/13/2012 11:17 AM, Peter Krempa wrote: This patch adds an optional attribute note= to the description element in the domain XML. This attribute can hold a short note defined by the user to ease the identification of domains. The note is limited to 40 characters. I'd go one step further,