]> Git Repo - qemu.git/blobdiff - qemu-options.hx
milkymist-uart: use qemu_chr_fe_write_all() instead of qemu_chr_fe_write()
[qemu.git] / qemu-options.hx
index af3448302118470031dbda0e41cc37bafb0e77bf..56e5fdf1e0c44290c338c456ffc2745ae7a49d55 100644 (file)
@@ -2096,7 +2096,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
 
@@ -2419,6 +2419,8 @@ vc:80Cx24C
 No device is allocated.
 @item null
 void device
+@item chardev:@var{id}
+Use a named character device defined with the @code{-chardev} option.
 @item /dev/XXX
 [Linux only] Use host tty, e.g. @file{/dev/ttyS0}. The host serial port
 parameters are set according to the emulated ones.
This page took 0.022602 seconds and 4 git commands to generate.