Blame SOURCES/kvm-qemu-options-Mention-locking-option-of-file-driver.patch

4a2fec
From 47c794c7f8010caf97447badfb059fc8fd6aa89f Mon Sep 17 00:00:00 2001
4a2fec
From: Fam Zheng <famz@redhat.com>
4a2fec
Date: Thu, 30 Nov 2017 09:25:43 +0100
4a2fec
Subject: [PATCH 06/36] qemu-options: Mention locking option of file driver
4a2fec
4a2fec
RH-Author: Fam Zheng <famz@redhat.com>
4a2fec
Message-id: <20171130092544.19231-5-famz@redhat.com>
4a2fec
Patchwork-id: 78018
4a2fec
O-Subject: [RHV7.5 qemu-kvm-ma PATCH 4/5] qemu-options: Mention locking option of file driver
4a2fec
Bugzilla: 1494210
4a2fec
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
4a2fec
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
4a2fec
RH-Acked-by: John Snow <jsnow@redhat.com>
4a2fec
4a2fec
Signed-off-by: Fam Zheng <famz@redhat.com>
4a2fec
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
4a2fec
(cherry picked from commit 1878eaff9bdeece4546d4f9587e6c75ab0b79b8b)
4a2fec
Signed-off-by: Fam Zheng <famz@redhat.com>
4a2fec
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
---
4a2fec
 qemu-options.hx | 4 ++++
4a2fec
 1 file changed, 4 insertions(+)
4a2fec
4a2fec
diff --git a/qemu-options.hx b/qemu-options.hx
4a2fec
index 50ba50e..5878359 100644
4a2fec
--- a/qemu-options.hx
4a2fec
+++ b/qemu-options.hx
4a2fec
@@ -693,6 +693,10 @@ This is the protocol-level block driver for accessing regular files.
4a2fec
 The path to the image file in the local filesystem
4a2fec
 @item aio
4a2fec
 Specifies the AIO backend (threads/native, default: threads)
4a2fec
+@item locking
4a2fec
+Specifies whether the image file is protected with Linux OFD / POSIX locks. The
4a2fec
+default is to use the Linux Open File Descriptor API if available, otherwise no
4a2fec
+lock is applied.  (auto/on/off, default: auto)
4a2fec
 @end table
4a2fec
 Example:
4a2fec
 @example
4a2fec
-- 
4a2fec
1.8.3.1
4a2fec