Re: [libvirt] [PATCH] qemu: domain: Log some useful data in qemuDomainStorageSourceAccessModify

2019-06-13 Thread Peter Krempa
On Wed, Jun 12, 2019 at 14:15:02 +0200, Ján Tomko wrote: > On Wed, Jun 12, 2019 at 01:53:39PM +0200, Peter Krempa wrote: > > Log the flags passed to the function in a exploded state so that it's > > s/a exploded/an exploded/ > > > easily visible what's happening to the image. > > > >

Re: [libvirt] [PATCH] qemu: domain: Log some useful data in qemuDomainStorageSourceAccessModify

2019-06-13 Thread Peter Krempa
On Wed, Jun 12, 2019 at 14:17:48 +0200, Bjoern Walk wrote: > Peter Krempa [2019-06-12, 01:53PM +0200]: > > Log the flags passed to the function in a exploded state so that it's > > easily visible what's happening to the image. > > > > Signed-off-by: Peter Krempa > > --- > >

Re: [libvirt] [PATCH] qemu: domain: Log some useful data in qemuDomainStorageSourceAccessModify

2019-06-12 Thread Bjoern Walk
Peter Krempa [2019-06-12, 01:53PM +0200]: > Log the flags passed to the function in a exploded state so that it's > easily visible what's happening to the image. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_domain.c | 13 ++--- > 1 file changed, 10 insertions(+), 3

Re: [libvirt] [PATCH] qemu: domain: Log some useful data in qemuDomainStorageSourceAccessModify

2019-06-12 Thread Ján Tomko
On Wed, Jun 12, 2019 at 01:53:39PM +0200, Peter Krempa wrote: Log the flags passed to the function in a exploded state so that it's s/a exploded/an exploded/ easily visible what's happening to the image. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 13 ++--- 1 file

[libvirt] [PATCH] qemu: domain: Log some useful data in qemuDomainStorageSourceAccessModify

2019-06-12 Thread Peter Krempa
Log the flags passed to the function in a exploded state so that it's easily visible what's happening to the image. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_domain.c