Re: [libvirt] [PATCH] qemu: Do not fail virConnectCompareCPU if host CPU is not known

2012-07-16 Thread Jiri Denemark
On Sat, Jul 14, 2012 at 23:31:52 +0300, Dan Kenigsberg wrote: > On Thu, Jul 12, 2012 at 01:06:08PM +0200, Jiri Denemark wrote: > > When host CPU could not be properly detected, virConnectCompareCPU will > > just report that any CPU is incompatible with host CPU instead of > > failing. > > --- > >

Re: [libvirt] [PATCH] qemu: Do not fail virConnectCompareCPU if host CPU is not known

2012-07-14 Thread Dan Kenigsberg
On Thu, Jul 12, 2012 at 01:06:08PM +0200, Jiri Denemark wrote: > When host CPU could not be properly detected, virConnectCompareCPU will > just report that any CPU is incompatible with host CPU instead of > failing. > --- > src/qemu/qemu_driver.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 dele

Re: [libvirt] [PATCH] qemu: Do not fail virConnectCompareCPU if host CPU is not known

2012-07-13 Thread Eric Blake
On 07/12/2012 05:06 AM, Jiri Denemark wrote: > When host CPU could not be properly detected, virConnectCompareCPU will > just report that any CPU is incompatible with host CPU instead of > failing. > --- > src/qemu/qemu_driver.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

[libvirt] [PATCH] qemu: Do not fail virConnectCompareCPU if host CPU is not known

2012-07-12 Thread Jiri Denemark
When host CPU could not be properly detected, virConnectCompareCPU will just report that any CPU is incompatible with host CPU instead of failing. --- src/qemu/qemu_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c inde