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

2005-05-26 Thread Jim C. Brown
On Thu, May 26, 2005 at 04:32:52PM -0400, Jim C. Brown wrote: > Out of curiosity, would you accept an intergrated GUI for Linux if it was > based > on Xlib or an updated QtC (which was a Qt wrapper that enabled Qt to be used > in > C programs) ? > > The main advantage, that I can see, with using

[Qemu-devel] Emulation problem with Embedded Visual Tool

2005-05-26 Thread Leandro Dardini
Hi, I find impossibile to install the "Embedded Visual Tool" from Microsoft using latest QEMU (tested 0.7 and latest snapshot) and Windows 2000. Using QEMU+KQEMU bring an error during the first part of install, see image attached. It is in italian and following there is the translation: "Sott

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

2005-05-26 Thread Mark Williamson
> SDL can also run directly inside a linux framebuffer :) > Qemu does work already with it. I tried a few months back. > But mouse and keyboard need tuning. And (Embedded) QT can also render to the framebuffer I believe. Don't know if that'll work with QtC, tho... Cheers, Mark > Christian > >

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

2005-05-26 Thread Garth Dahlstrom
> 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. I've been pondering ways to wrap a Win32 gui (mostly likely written in Delphi or Python, no VB.dll)

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

2005-05-26 Thread Fabrice Bellard
Christian MICHON wrote: Hi Fabrice, I understand your point clearly, and I still remembered it. But adding whichever toolkit would be adding pixels around the qemu instance, and it would have to interact with SDL. My simple logic here is why not do it in SDL itself, like an OSD you'd call by bi

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

2005-05-26 Thread Jernej Simončič
On Thursday, May 26, 2005, 22:03:31, Fabrice Bellard wrote: > As I said earlier, I would prefer to integrate the GUI in QEMU like the > cocoa.m implementation. GTK for Linux is the best option. For Windows, > either GTK or a native GUI usage would be possible, depending on the > reliability of t

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

2005-05-26 Thread Christian MICHON
Hi Fabrice, I understand your point clearly, and I still remembered it. But adding whichever toolkit would be adding pixels around the qemu instance, and it would have to interact with SDL. My simple logic here is why not do it in SDL itself, like an OSD you'd call by bindkey, like a TV remote co

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

2005-05-26 Thread Christian MICHON
SDL can also run directly inside a linux framebuffer :) Qemu does work already with it. I tried a few months back. But mouse and keyboard need tuning. Christian > Out of curiosity, would you accept an intergrated GUI for Linux if it was > based > on Xlib or an updated QtC (which was a Qt wrapper

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

2005-05-26 Thread Jim C. Brown
On Thu, May 26, 2005 at 10:03:31PM +0200, Fabrice Bellard wrote: > >this would pay more than to have 1 frontend for windows, 1 for linux, > >1 for sparc, 1 for mac, etc... > > > >what's your opinion on this ? > > As I said earlier, I would prefer to integrate the GUI in QEMU like the > cocoa.m im

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

2005-05-26 Thread Fabrice Bellard
Christian MICHON wrote: yes, but this is only for windows hosts, and you must install visual basic. wouldnt' it be better to add an extra sdl "console" (today we've main window, control, serial, parallel) where we could set parameters graphically ? or at least as a text form to read a cfg file ?

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

2005-05-26 Thread Christian MICHON
how much disk space is needed for qemu itself, and for a basic JRE. The size difference is around 30x to 50x. But I'll try the JQEMU tomorrow :) Christian On 5/26/05, Christian Bourque <[EMAIL PROTECTED]> wrote: > Christian MICHON wrote: > >this would pay more than to have 1 frontend for windows

Re: [Qemu-devel] QEMU extension

2005-05-26 Thread Paul Brook
On Thursday 26 May 2005 17:46, Mike Swanson wrote: > Though with KQEMU (for Linux and FreeBSD hosts only), you can run > x86-on-x86 emulation at native speed. Which is entirely irrelevant because: (a) You can't do the required instrumentation with a virtualization based solution like kqemu/qvm86.

Re: [Qemu-devel] QEMU extension

2005-05-26 Thread Mike Swanson
Though with KQEMU (for Linux and FreeBSD hosts only), you can run x86-on-x86 emulation at native speed. -- Mike ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] QEMU extension

2005-05-26 Thread Paul Brook
On Thursday 26 May 2005 17:12, G Portokalidis wrote: > Hello, > > I'm writing concerning a possible use for qemu in a project related to > network security. > > I'm looking for an emulator where I could load an entire (recent) OS, > like Linux 2.6 or Windows XP and run multiple, potentially CPU > i

[Qemu-devel] QEMU extension

2005-05-26 Thread G Portokalidis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm writing concerning a possible use for qemu in a project related to network security. I'm looking for an emulator where I could load an entire (recent) OS, like Linux 2.6 or Windows XP and run multiple, potentially CPU intensive, services (

Re: [Qemu-devel] SPARC emulation using Debian

2005-05-26 Thread Blue Swirl
Hi, Perhaps the problem can be found with the help of source code, could you tell where to find the sources for the booting progam? Anyways, I suspect there are still a few bugs with context switching. _ FREE pop-up blocking with

Re: [Qemu-devel] cocoa.m using openGL

2005-05-26 Thread Pierre d'Herbemont
Mike!Le 24 mai 05 à 17:11, Mike Kronenberg a écrit :[..]=> openGL is 3.5% faster on my systemImpressive ;)plus- it solves some issues i had with hiding/showing the toolbar (damaging the qd_view)- it could accelerate the generation of livethumbnails i am usingTestbuild and diff are onhttp://www.kber

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

2005-05-26 Thread Christian Bourque
Christian MICHON wrote: >this would pay more than to have 1 frontend for windows, 1 for linux, >1 for sparc, 1 for mac, etc... >what's your opinion on this ? You could also use my frontend JQEMU which works on any Java enabled platform :) Christian __

Re: [Qemu-devel] cocoa.m using openGL

2005-05-26 Thread Pierre d'Herbemont
Hi Peter, That is really great! To send your work: 1) download the cvs repository, see: http://savannah.nongnu.org/cvs/?group=qemu 2) send your diff: # cd /path/to/qemu # cvs diff -u cocoa.m > cocoapatch.diff.txt If you think your patch is clean enough, send it to Fabrice (and the list) so th

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

2005-05-26 Thread Christian MICHON
> I think Miguels patch is quite useful. It makes it possible to use > native Windows controls and Windows API calls to display a nice GUI for > Qemu, without adding much code to Qemu itself. Actually I've been > working on something similar for XFree (with XEmbed) to embed Qemu into > a GUI writte

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

2005-05-26 Thread Oliver Gerlich
Christian MICHON wrote: yes, but this is only for windows hosts, and you must install visual basic. wouldnt' it be better to add an extra sdl "console" (today we've main window, control, serial, parallel) where we could set parameters graphically ? or at least as a text form to read a cfg file ?

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

2005-05-26 Thread Christian MICHON
yes, but this is only for windows hosts, and you must install visual basic. wouldnt' it be better to add an extra sdl "console" (today we've main window, control, serial, parallel) where we could set parameters graphically ? or at least as a text form to read a cfg file ? this would pay more than

[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

Re: [Qemu-devel] SPARC emulation using Debian

2005-05-26 Thread Tinnemeyer, Jorn
On Tue, May 24, 2005 at 09:49:03PM +0800, [EMAIL PROTECTED] wrote: > On Tue, May 24, 2005 at 02:41:07PM +0100, Tinnemeyer, Jorn wrote: > > Hello, > > > > I am trying to emulate a sparc system using Debian (kernel 2.6.8-2) > > > > with > > qemu 0.7.0. The installation fails during filesystem setup