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

2013-07-29 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 +

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

2013-07-29 Thread Martin Kletzander
On Mon 29 Jul 2013 02:51:15 PM CEST, 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