Re: [libvirt] [PATCH] cpu_conf: properly escape characters for model and vendor

2015-05-07 Thread Pavel Hrdina
On Wed, May 06, 2015 at 02:28:04PM -0400, John Ferlan wrote: > > > On 05/05/2015 11:04 AM, Pavel Hrdina wrote: > > We should escape strings for those two elements to be consistent along > > the whole XML. > > > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1197580 > > > > The bz ment

Re: [libvirt] [PATCH] cpu_conf: properly escape characters for model and vendor

2015-05-06 Thread John Ferlan
On 05/05/2015 11:04 AM, Pavel Hrdina wrote: > We should escape strings for those two elements to be consistent along > the whole XML. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1197580 > The bz mentions two other paths which I don't see in the patch below... 1. /domain/devices/

[libvirt] [PATCH] cpu_conf: properly escape characters for model and vendor

2015-05-05 Thread Pavel Hrdina
We should escape strings for those two elements to be consistent along the whole XML. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1197580 Signed-off-by: Pavel Hrdina --- src/conf/cpu_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/cpu_conf.c b/s