Re: [libvirt] [PATCH v2 2/3] qemu: add helper functions for diskchain checking

2013-07-29 Thread Martin Kletzander
On 07/26/2013 02:37 PM, Guannan Ren wrote: *src/util/virstoragefile.c: Add a helper function to get the first name of missing backing files, if the name is NULL, it means the diskchain is not broken. *src/qemu/qemu_domain.c: qemuDiskChainCheckBroken(disk) to check if its chain is broken ---

Re: [libvirt] [PATCH v2 2/3] qemu: add helper functions for diskchain checking

2013-07-29 Thread Guannan Ren
On 07/29/2013 07:27 PM, Martin Kletzander wrote: On 07/26/2013 02:37 PM, Guannan Ren wrote: *src/util/virstoragefile.c: Add a helper function to get the first name of missing backing files, if the name is NULL, it means the diskchain is not broken. *src/qemu/qemu_domain.c:

[libvirt] [PATCH v2 2/3] qemu: add helper functions for diskchain checking

2013-07-26 Thread Guannan Ren
*src/util/virstoragefile.c: Add a helper function to get the first name of missing backing files, if the name is NULL, it means the diskchain is not broken. *src/qemu/qemu_domain.c: qemuDiskChainCheckBroken(disk) to check if its chain is broken --- src/libvirt_private.syms | 1 +