Hi, Eric any comment on this patch? 在 2012-11-06二的 16:09 +0800,li guang写道: > ping ... > > 在 2012-11-01四的 08:40 +0800,liguang写道: > > Signed-off-by: liguang <lig.fnst@xxxxxxxxxxxxxx> > > --- > > src/qemu/qemu_domain.c | 2 +- > > src/qemu/qemu_driver.c | 3 +++ > > 2 files changed, 4 insertions(+), 1 deletions(-) > > > > diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c > > index 17ae3b9..ac16772 100644 > > --- a/src/qemu/qemu_domain.c > > +++ b/src/qemu/qemu_domain.c > > @@ -1654,7 +1654,7 @@ qemuDomainSnapshotForEachQcow2Raw(struct qemud_driver *driver, > > int i; > > bool skipped = false; > > > > - qemuimgarg[0] = qemuFindQemuImgBinary(driver); > > + qemuimgarg[0] = driver->qemuImgBinary; > > if (qemuimgarg[0] == NULL) { > > /* qemuFindQemuImgBinary set the error */ > > return -1; > > diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c > > index 97ad23e..882e95a 100644 > > --- a/src/qemu/qemu_driver.c > > +++ b/src/qemu/qemu_driver.c > > @@ -624,6 +624,9 @@ qemudStartup(int privileged) { > > if (!qemu_driver->domainEventState) > > goto error; > > > > + /*find kvm-img or qemu-img*/ > > + qemuFindQemuImgBinary(qemu_driver); > > + > > /* read the host sysinfo */ > > if (privileged) > > qemu_driver->hostsysinfo = virSysinfoRead(); > -- li guang lig.fnst@xxxxxxxxxxxxxx linux kernel team at FNST, china -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list