Re: [libvirt] [PATCH 09/11] qemuDomainDiskChainElement{Prepare, Revoke}: manage /dev entry

2017-02-08 Thread Peter Krempa
On Wed, Feb 08, 2017 at 11:37:12 +0100, Michal Privoznik wrote: > Again, one missed bit. This time without this commit there is no > /dev entry when doing disk snapshots. Snapshots and block-copy. Both of them start using a new image file. > Signed-off-by: Michal Privoznik

[libvirt] [PATCH 09/11] qemuDomainDiskChainElement{Prepare, Revoke}: manage /dev entry

2017-02-08 Thread Michal Privoznik
Again, one missed bit. This time without this commit there is no /dev entry when doing disk snapshots. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_domain.c