diff options
| author | Paolo Bonzini | 2013-12-06 16:08:05 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2013-12-09 13:47:24 +0100 |
| commit | 2fe3798cd5fab65ee7c86758b1b7701d7fe3709f (patch) | |
| tree | bf1f64856baea4a4e091676981d7793a44403ea9 | |
| parent | scsi-disk: fix WRITE SAME with large non-zero payload (diff) | |
| download | qemu-2fe3798cd5fab65ee7c86758b1b7701d7fe3709f.tar.gz qemu-2fe3798cd5fab65ee7c86758b1b7701d7fe3709f.tar.xz qemu-2fe3798cd5fab65ee7c86758b1b7701d7fe3709f.zip | |
help: add id suboption to -iscsi
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 8b9426484d..7f12f02e04 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2089,7 +2089,7 @@ ETEXI DEF("iscsi", HAS_ARG, QEMU_OPTION_iscsi, "-iscsi [user=user][,password=password]\n" " [,header-digest=CRC32C|CR32C-NONE|NONE-CRC32C|NONE\n" - " [,initiator-name=iqn]\n" + " [,initiator-name=initiator-iqn][,id=target-iqn]\n" " iSCSI session parameters\n", QEMU_ARCH_ALL) STEXI |
