qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1486278] Re: 'info vnc' monitor command does not show


From: Thomas Huth
Subject: [Qemu-devel] [Bug 1486278] Re: 'info vnc' monitor command does not show websocket information
Date: Fri, 12 Apr 2019 07:06:30 -0000

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

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1486278

Title:
  'info vnc' monitor command does not show websocket information

Status in QEMU:
  Fix Released
Status in qemu package in Ubuntu:
  Confirmed

Bug description:
  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
  ....

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1486278/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]