mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #365] Guest local vnc instead qemu's? #270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @slis on GitHub (Jul 12, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/365
Hey...
is it hard to make option for each vm to enter local ip:port of guest local vnc-server? so when u click on vnc icon in status it connect to vm's local vnc?
I use gpu passtrought and if i enable qemu's vnc, it adds another video that breaks my 3d vga... i did try websockify but it's missing token....
i would like it to do it by myself and i did try... but i am tooo noob :)
@retspen commented on GitHub (Jul 14, 2014):
You need to change VNC protocol to Spice protocol - in XML
@slis commented on GitHub (Jul 28, 2014):
I just tried spice... and it also adds another "QXL gpu" so it breaks my primary passthrough... so only solution is redirect webvirtmgr to local vnc address instead 127.0.0.1 qemu's vnc...
webvirtmgr reads vnc config from xml? but i can't add vnc address without virtual gpu...