qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: gtk tarball


From: Jim C. Brown
Subject: [Qemu-devel] Re: gtk tarball
Date: Sat, 16 Jul 2005 18:10:05 -0400
User-agent: Mutt/1.4i

On Sat, Jul 16, 2005 at 12:27:02AM -0400, Jim C. Brown wrote:
> As for the gui, I've built the qgui that Sebastien provided but I haven't 
> figured
> out how to merge it into qemu yet. The thing is massive and seems to be set up
> to provide a GUI for a qemu which supports running multiple VMs  - in addition
> there are what are apparently several startup screens that allow a user to
> input options to qemu. Also there is GUI code for qemu-img (this I am not
> planning on integrating). I don't have the slightest idea what the final
> qGUI is suppose to feel like (there seem to be several windows which are just
> slightly different versions of other ones, I guess I'm suppose to figure out
> which version is best).
> 

I picked winmain3, and now the GUI is fully merged in. Its mostly an empty
shell, but the last 4 items on the Machine menu work. I decided to ditch the
gui_menu_*() functions (they were too gtk-code dependent anyways), and I use
the menu that Sebastien created..

Fullscreen mode still works, but you won't see any of the GUI. That is only
drawn in windowed mode.

> I've made some minor changes to gtk2.c which allow passing of parameters, 
> though
> there aren't many yet. The only recognized ones are -window-resize-on and
> -raw-grab. Also, now gtk_init_check() sees the real arguments so you can
> pass gtk options if you wish.
> 

This still works. I also added support for winprefs3 but I don't actually call
it yet, so you won't see it. I'm planning on adding a check so the preference
window pops up if you don't pass any parameters on the command line.

> This also required some changes to vl.c, and applying patch upon patch is
> getting unwieldy, so I'm putting all the patches and files you need to convert
> plain qemu into qemugtk in a tarball. Simply extract it into the qemu 
> directory
> (the files will show up in the current directory) and apply 
> qemu-gtk-patch.diff
> and vl.c.diff, and reconfigure to enable gtk support.
> 

New tarball attached with the needed files. This time there is only the one
patch that you need to apply.

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

Attachment: qemugtk.tar.bz2
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]