Re: [libvirt] [PATCH 3/6] qemu: domain: Add helper for translating disk cachemode to qemu flags

2018-04-17 Thread Peter Krempa
On Wed, Apr 11, 2018 at 11:17:46 -0400, John Ferlan wrote: > > > On 04/04/2018 04:13 AM, Peter Krempa wrote: > > Add helper which will map values of disk cache mode to the flags which > > are accepted by various parts of the qemu block layer. > > > > Signed-off-by: Peter Krempa > > --- > > src

Re: [libvirt] [PATCH 3/6] qemu: domain: Add helper for translating disk cachemode to qemu flags

2018-04-11 Thread Ján Tomko
On Wed, Apr 04, 2018 at 10:13:56AM +0200, Peter Krempa wrote: Add helper which will map values of disk cache mode to the flags which are accepted by various parts of the qemu block layer. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 75 +++

Re: [libvirt] [PATCH 3/6] qemu: domain: Add helper for translating disk cachemode to qemu flags

2018-04-11 Thread John Ferlan
On 04/04/2018 04:13 AM, Peter Krempa wrote: > Add helper which will map values of disk cache mode to the flags which > are accepted by various parts of the qemu block layer. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_domain.c | 75 > +

[libvirt] [PATCH 3/6] qemu: domain: Add helper for translating disk cachemode to qemu flags

2018-04-04 Thread Peter Krempa
Add helper which will map values of disk cache mode to the flags which are accepted by various parts of the qemu block layer. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 75 ++ src/qemu/qemu_domain.h | 6 2 files changed, 81 inse