[libvirt] [PATCH 1/4] xml: Add element title to allow short description of domains

2012-01-27 Thread Peter Krempa
This patch adds a new element title to the domain XML. This attribute can hold a short title defined by the user to ease the identification of domains. The title is limited to 40 bytes and can't contain newlines. *include/libvirt/libvirt.h.in - add macro specifying maximal note length

Re: [libvirt] [PATCH 1/4] xml: Add element title to allow short description of domains

2012-01-27 Thread Daniel P. Berrange
On Fri, Jan 27, 2012 at 06:22:16PM +0100, Peter Krempa wrote: This patch adds a new element title to the domain XML. This attribute can hold a short title defined by the user to ease the identification of domains. The title is limited to 40 bytes and can't contain newlines. I'm not convinced

Re: [libvirt] [PATCH 1/4] xml: Add element title to allow short description of domains

2012-01-27 Thread Dave Allan
On Fri, Jan 27, 2012 at 05:31:20PM +, Daniel P. Berrange wrote: On Fri, Jan 27, 2012 at 06:22:16PM +0100, Peter Krempa wrote: This patch adds a new element title to the domain XML. This attribute can hold a short title defined by the user to ease the identification of domains. The title

Re: [libvirt] [PATCH 1/4] xml: Add element title to allow short description of domains

2012-01-27 Thread Peter Krempa
Dňa 27.1.2012 20:03, Dave Allan wrote / napísal(a): On Fri, Jan 27, 2012 at 05:31:20PM +, Daniel P. Berrange wrote: On Fri, Jan 27, 2012 at 06:22:16PM +0100, Peter Krempa wrote: This patch adds a new elementtitle to the domain XML. This attribute can hold a short title defined by the

Re: [libvirt] [PATCH 1/4] xml: Add element title to allow short description of domains

2012-01-27 Thread Eric Blake
On 01/27/2012 10:22 AM, Peter Krempa wrote: This patch adds a new element title to the domain XML. This attribute can hold a short title defined by the user to ease the identification of domains. The title is limited to 40 bytes and can't contain newlines. *include/libvirt/libvirt.h.in