Re: [libvirt] [PATCH] Improve error message diagnosing incorrect XML CPU mode

2012-06-14 Thread Michal Privoznik
On 14.06.2012 17:42, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Tell the user what CPU mode value is wrong > --- > src/conf/cpu_conf.c |8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > ACK Michal -- libvir-list mailing list libvir-list@redhat.com https://w

[libvirt] [PATCH] Improve error message diagnosing incorrect XML CPU mode

2012-06-14 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Tell the user what CPU mode value is wrong --- src/conf/cpu_conf.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/conf/cpu_conf.c b/src/conf/cpu_conf.c index 018d571..b520f7c 100644 --- a/src/conf/cpu_conf.c +++ b/src/conf/cpu_conf.c