summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorPeter Lieven <pl@kamp.de>2015-06-26 12:18:01 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2015-07-02 10:06:23 +0100
commit9049736ec70fdc886ac0df521fdd8b2886b2cb63 (patch)
tree50e6c746282e70e5b3240d65c8bbfbbaa06f1310 /qemu-options.hx
parentd7b25297920d18fa2a2cde1ed21fde38a88c935f (diff)
downloadhqemu-9049736ec70fdc886ac0df521fdd8b2886b2cb63.zip
hqemu-9049736ec70fdc886ac0df521fdd8b2886b2cb63.tar.gz
block/iscsi: restore compatiblity with libiscsi 1.9.0
RHEL7 and others are stuck with libiscsi 1.9.0 since there unfortunately was an ABI breakage after that release. Signed-off-by: Peter Lieven <pl@kamp.de> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1435313881-19366-1-git-send-email-pl@kamp.de Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 0bdd59f..7b8efbf 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2296,7 +2296,8 @@ line or a configuration file.
Since version Qemu 2.4 it is possible to specify a iSCSI request timeout to detect
stalled requests and force a reestablishment of the session. The timeout
-is specified in seconds. The default is 0 which means no timeout.
+is specified in seconds. The default is 0 which means no timeout. Libiscsi
+1.15.0 or greater is required for this feature.
Example (without authentication):
@example
OpenPOWER on IntegriCloud