|
|
0a122b |
From 066f23689bf4b417bf82895aa37d8d5a00e704bf Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
From: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
0a122b |
Date: Mon, 20 Jan 2014 12:49:35 +0100
|
|
|
0a122b |
Subject: [PATCH 1/4] help: add id suboption to -iscsi
|
|
|
0a122b |
|
|
|
0a122b |
RH-Author: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
0a122b |
Message-id: <1390222175-24815-1-git-send-email-pbonzini@redhat.com>
|
|
|
0a122b |
Patchwork-id: 56830
|
|
|
0a122b |
O-Subject: [RHEL 7.0 qemu-kvm PATCH] help: add id suboption to -iscsi
|
|
|
0a122b |
Bugzilla: 1019221
|
|
|
0a122b |
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Amos Kong <akong@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
Bugzilla: 1019221
|
|
|
0a122b |
|
|
|
0a122b |
Brew build: 6896455
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
0a122b |
(cherry picked from commit 2fe3798cd5fab65ee7c86758b1b7701d7fe3709f)
|
|
|
0a122b |
---
|
|
|
0a122b |
As requested by QE.
|
|
|
0a122b |
|
|
|
0a122b |
qemu-options.hx | 2 +-
|
|
|
0a122b |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
qemu-options.hx | 2 +-
|
|
|
0a122b |
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/qemu-options.hx b/qemu-options.hx
|
|
|
0a122b |
index 49b4bc2..1f2bb57 100644
|
|
|
0a122b |
--- a/qemu-options.hx
|
|
|
0a122b |
+++ b/qemu-options.hx
|
|
|
0a122b |
@@ -2073,7 +2073,7 @@ ETEXI
|
|
|
0a122b |
DEF("iscsi", HAS_ARG, QEMU_OPTION_iscsi,
|
|
|
0a122b |
"-iscsi [user=user][,password=password]\n"
|
|
|
0a122b |
" [,header-digest=CRC32C|CR32C-NONE|NONE-CRC32C|NONE\n"
|
|
|
0a122b |
- " [,initiator-name=iqn]\n"
|
|
|
0a122b |
+ " [,initiator-name=initiator-iqn][,id=target-iqn]\n"
|
|
|
0a122b |
" iSCSI session parameters\n", QEMU_ARCH_ALL)
|
|
|
0a122b |
STEXI
|
|
|
0a122b |
|
|
|
0a122b |
--
|
|
|
0a122b |
1.7.1
|
|
|
0a122b |
|