Re: [libvirt] [PATCH 1/4] util: storage: Add helper for determining whether a backing chain requires PR

2018-06-02 Thread Ján Tomko
On Thu, May 31, 2018 at 07:30:22PM +0200, Peter Krempa wrote: With blockdev support we will need to introspect whether any of the backing chain members requires PR rather just one of them. Add a helper and reuse it in virDomainDefHasManagedPR. Signed-off-by: Peter Krempa --- src/conf/domain_con

[libvirt] [PATCH 1/4] util: storage: Add helper for determining whether a backing chain requires PR

2018-05-31 Thread Peter Krempa
With blockdev support we will need to introspect whether any of the backing chain members requires PR rather just one of them. Add a helper and reuse it in virDomainDefHasManagedPR. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c| 2 +- src/libvirt_private.syms | 1 + src/util/virs