Re: [Qemu-devel] [PATCH] Embed QEmu screen on a custom window

2005-05-27 Thread Miguel Angel Fraile
Christian MICHON wrote: > yes, but this is only for windows hosts, and you must install > visual basic. Yes, this is only for windows hosts, but you don't need VB at all, as there are other frontend not written on VB that would benefit from this patch (like QEMU Manager: http://www.davereyn.co.uk/

[Qemu-devel] [PATCH] Embed QEmu screen on a custom window

2005-05-26 Thread Miguel Angel Fraile
Hi, I'm the author of QGui, a windows frontend for QEmu available at http://perso.wanadoo.es/comike. I've been trying to attach the QEmu screen to my frontend, but I finally realized I needed to modify QEmu source to get it. So I've attached a patch that adds a "-hwnd " argument to QEmu. refer