diff options
Diffstat (limited to 'results/classifier/105/graphic/1240')
| -rw-r--r-- | results/classifier/105/graphic/1240 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/1240 b/results/classifier/105/graphic/1240 new file mode 100644 index 00000000..5ea695f1 --- /dev/null +++ b/results/classifier/105/graphic/1240 @@ -0,0 +1,28 @@ +graphic: 0.904 +device: 0.874 +instruction: 0.857 +network: 0.854 +socket: 0.767 +KVM: 0.760 +vnc: 0.753 +mistranslation: 0.714 +other: 0.711 +semantic: 0.598 +boot: 0.550 +assembly: 0.325 + +The help document of qemu-nbd misses an option +Description of problem: +The "--help" option of qemu-nbd misses the option "tls-hostname". +Steps to reproduce: +1. For the option "tls-hostname", the following code appears during option parsing and modifies the tlshostname in qemu-nbd.c:760-762. + +``` + case QEMU_NBD_OPT_TLSHOSTNAME: + tlshostname = optarg; + break; +``` +Additional information: +But it does not appear in the document provided by "--help". + +It may prevent users from using the relevant function. |