Re: [Qemu-devel] [RFC] qemu-gui based on wxWidgets and libvncclient

2006-10-12 Thread Martin Bochnig

+1


Marc André Tanner wrote:

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/



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


  




___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] AMD64+Solaris10 compile

2006-10-12 Thread Ishwar Rattan


Is there a way to compile qemu-cvs-snapshot  under Solaris-10 running
on amd64 processor?

-ishwar





___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] AMD64+Solaris10 compile

2006-10-12 Thread Eric Lowe
 Is there a way to compile qemu-cvs-snapshot  under Solaris-10 running
 on amd64 processor?

Check out the sources and instructions at 
http://www.opensolaris.org/os/project/qemu

There are some patches for 64-bit builds that I think still need to be 
committed to the main CVS source, you can create your own diffs -vs- the 0.8.2 
stock source to see what was done to get 64-bit builds to work and apply the 
same changes to the CVS source if you really want the latest. You may also need 
to update your gcc (such as with Blastwave gcc) if /usr/sfw/bin/gcc doesn't 
work. There you will also find a kqemu accelerator module which should work for 
Solaris 10.

- Eric








___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel