tenclass / mvisor

A mini x86 hypervisor
GNU General Public License v3.0
217 stars 48 forks source link

Add VNC Support #17

Closed 78 closed 4 months ago

78 commented 4 months ago
  1. Remove AcquireUpdate. Use NotifyDisplayUpdate to send updates so that they can be shared.
  2. Add VNC server
  3. Add Unregister to listeners
  4. Add thread for SDLViewer main loop
  5. Disable SDL by default