mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #381] the latest libvirt and QEMU already support VNC websocket #287
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 @tolbkni on GitHub (Aug 7, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/381
libvirt version 1.0.6 and later already support VNC websocket
see: http://libvirt.org/news.html
QEMU version 1.4 and later already support VNC websocket
see: http://wiki.qemu.org/ChangeLog/1.4#VNC
I will create a pull request to support this later.