diff options
Diffstat (limited to 'results/classifier/118/none/1453613')
| -rw-r--r-- | results/classifier/118/none/1453613 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/results/classifier/118/none/1453613 b/results/classifier/118/none/1453613 new file mode 100644 index 000000000..108ed78e3 --- /dev/null +++ b/results/classifier/118/none/1453613 @@ -0,0 +1,47 @@ +vnc: 0.779 +device: 0.617 +network: 0.578 +mistranslation: 0.475 +user-level: 0.445 +socket: 0.431 +graphic: 0.420 +semantic: 0.414 +i386: 0.312 +ppc: 0.302 +performance: 0.286 +x86: 0.271 +kernel: 0.255 +architecture: 0.232 +hypervisor: 0.219 +risc-v: 0.217 +PID: 0.201 +files: 0.194 +KVM: 0.189 +arm: 0.181 +peripherals: 0.169 +permissions: 0.167 +VMM: 0.156 +virtual: 0.156 +register: 0.144 +boot: 0.119 +debug: 0.118 +TCG: 0.117 +assembly: 0.059 + +the help message of the set_password subcommand of the qemu monitor isn't usable + +`help set_password` in qemu monitor prints `set_password protocol password action-if-connected -- set spice/vnc password` which doesn't allow to figure out how to use this subcommand. + +I think the 'help' text in the monitor is only really intended as a brief usage summary reminder (in particular "help" on its own prints the concatenation of all the "help foo" command help, so having "help foo" print a long bit of documentation makes "help" output look weird). The full documentation of each command is in the QEMU documentation proper, which is now at https://www.qemu.org/docs/master/system/monitor.html#commands and where the 'set_password' documentation describes the behaviour more fully. + +To make this work in general we'd have to somehow support rendering the rST-format documentation that ends up in the manual as a user response in the monitor, which feels like it would be tricky. + + + +This is an automated cleanup. This bug report has been moved to QEMU's +new bug tracker on gitlab.com and thus gets marked as 'expired' now. +Please continue with the discussion here: + + https://gitlab.com/qemu-project/qemu/-/issues/114 + + |