
2 May
2018
2 May
'18
9:09 p.m.
On 04/25/2018 11:15 AM, Peter Krempa wrote:
When used directly with blockdev-add/-blockdev the cache mode will need to be specified directly for every image rather than just for the disk itself. This implements the backing options 'direct' and 'no-flush'.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_block.c | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John