summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/vnc/1486278
blob: a8ad357c6d965ebaf2bdb63b5d7fc0efd8429d9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
vnc: 0.982
instruction: 0.947
device: 0.896
network: 0.879
socket: 0.844
graphic: 0.802
mistranslation: 0.775
semantic: 0.657
other: 0.485
boot: 0.455
KVM: 0.308
assembly: 0.207

'info vnc' monitor command does not show websocket information

Steps to reproduce^
1. run
 qemu-system-x86_64  -vnc  0.0.0.0:1,websocket=5701 -nographic -monitor stdio

2. then type 
 (qemu) info vnc
3.  see
     address: 0.0.0.0:5901
        auth: none
Client: none

There is no information about websocket parameters, but 'netstat -nltp' shows me:
 ...
tcp        0      0 0.0.0.0:5701            0.0.0.0:*               LISTEN      27073/qemu-system-x
....

I think this has been fixed in QEMU v2.10.0 with this commit here:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=0a9667ecdb6d7da90a2ef64

Thanks! This is presumed fixed in Ubuntu also then, since 18.04 onwards shipped a qemu version higher than 2.10.0. If this is wrong, please reopen.