qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC] qemu-gui based on wxWidgets and libvncclient
@ 2006-10-12 16:35 Marc André Tanner
  2006-10-12 21:25 ` Martin Bochnig
  2006-10-16  3:56 ` [Qemu-devel] " Anthony Liguori
  0 siblings, 2 replies; 15+ messages in thread
From: Marc André Tanner @ 2006-10-12 16:35 UTC (permalink / raw)
  To: qemu-devel

Hi,

During the last few weeks i was playing around with the idea to
implement a GUI for qemu and so this is what i came up with.

Since i am still pretty new to C/C++ development (in fact i would call
this my first real world C++ application) and not familiar with qemu
internals i decided to implement the GUI independent of qemu itself. So
from a technically point of view i just call qemu with arguments to
redirect the monitor to stdio and to export the display to vnc (-monitor
stdio -vnc display). I then try to capture and embed the vnc display
within the GUI that's where libvncclient[1] comes in.

It's this last step which doesn't yet work as expected. It is extremely
slow and/or crashes after some time. But since i am not that experienced
in both multi threaded gui and wxWidgets programming i am stuck.

So i hope someone from the list can help me here, the two most important
files for this issue are vncpanel.cpp and vncdisplaythread.cpp.

My current development snapshot can be found at 
    http://www.brain-dump.org/projects/qemu-gui/doku.php/download
but don't expect it to actually work it's still buggy and in pre alpha
state.

Any comments, ideas, patches and so on are highly appreciated.

At this point i would like to thank Johannes Schindelin for his help
with the integration of libvncclient.

Thanks,

Marc

[1] http://libvncserver.sourceforge.net/

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-10-20  9:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-12 16:35 [Qemu-devel] [RFC] qemu-gui based on wxWidgets and libvncclient Marc André Tanner
2006-10-12 21:25 ` Martin Bochnig
2006-10-16  3:56 ` [Qemu-devel] " Anthony Liguori
2006-10-17 19:32   ` Fabrice Bellard
2006-10-18  1:29     ` Anthony Liguori
2006-10-18 10:21     ` Johannes Schindelin
2006-10-18 11:17       ` malc
2006-10-18 14:06       ` Anthony Liguori
2006-10-19  8:52         ` Oliver Gerlich
2006-10-19 18:05         ` Fabrice Bellard
2006-10-19 19:01           ` Stefan Weil
2006-10-20  9:00         ` VNC audio extension, was " Johannes Schindelin
2006-10-19 16:08       ` Jorge Luis Zapata Muga
2006-10-17 21:10   ` Marc André Tanner
2006-10-17 21:23     ` Daniel P. Berrange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).