summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/vmm/1486278
blob: c0632d7ceeb10458745cf972254ab19c0f90338f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
'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
....