[Qemu-devel] Re: VMware Player

2006-06-16 Thread Christian Bourque
> In the development version of my Java frontend for QEMU (JQEMU) I've > already integrated the Java VNC client from TightVNC and it works like > a charm without any speed overhead! And it feels just like VMWare... > > Since Java is already available for a large variety of platforms this > wouldn'

[Qemu-devel] Re: VMware Player

2006-06-16 Thread Christian Bourque
Face it, putting a GUI on something like QEMU is going to require at least a one per desktop/platform effort. And that can best be kept with the GNOME/KDE/etc software repositories because they require constant updating on the schedule of the rest of the desktop environment to stay current. In

[Qemu-devel] SuSE 10.1 + GCC 3.3.6

2006-05-14 Thread Christian Bourque
Hi! I get this error when trying to compile QEMU 0.8.1 (or CVS version) under SuSE 10.1 and GCC 3.3.6: - In file included from /home/cbourque/download/qemu/usb-linux.c:29: /usr/include/linux/usbdevice_fs.h:49: error: variable or field `__user' declared void /usr/inclu

Re: [Qemu-devel] vnc patch

2006-04-28 Thread Christian Bourque
Eric, is it possible to tweak something to fix the mouse issue? Because under w2k my mouse is completely out of sync... I tried disabling mouse acceleration like I read on the list but that didn't help... Thanks Christian ___ Qemu-devel mailing list

Re: [Qemu-devel] vnc patch

2006-04-28 Thread Christian Bourque
Thanks a lot Eric! Christian Date: Fri, 28 Apr 2006 09:49:50 +0200 From: Eric Hameleers <[EMAIL PROTECTED]> Subject: Re: [Qemu-devel] vnc patch To: qemu-devel@nongnu.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii > From: Christian Bo

[Qemu-devel] vnc patch

2006-04-27 Thread Christian Bourque
Hi! Could someone post the last version of the vnc patch that applies cleanly against current cvs version? Thanks Christian ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Re: qemu crash with exit code 135

2006-02-25 Thread Christian Bourque
Thanks Michael! Christian ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu crash with exit code 135

2006-02-21 Thread Christian Bourque
Hi! Every time I try to access a particular functionality in one of my application QEMU crashes with the exit code 135, is there a way to interpret this number? Configuration: - Host: SuSE Linux 10.0 (Kernel 2.6.x) running QEMU 0.8.0 + KQEMU 0.7.2 - Guest: Windows 2000 (SP4) Thanks Christian

[Qemu-devel] JQEMU 1.1.0

2006-02-11 Thread Christian Bourque
Hi guys! Just to let you know that I've released JQEMU 1.1.0! http://sourceforge.net/projects/jqemu/ New features: - Support for QEMU 0.8.0 - Integration of qemu-img to manage disk images (create, convert, commit and info) - New preferences dialog to specify dependencies (qemu, qemu-img and elf

[Qemu-devel] Re: VMWare player

2005-11-10 Thread Christian Bourque
> I was able to successfully take my qemu installation of Windows XP, > convert it with qemu-img to a vmdk file, and then boot it up in VMWare > player (and yes, I own the full version of VMWare as well on another > machine, so I'm not worried about the legality if there are any concerns). Hummm e

[Qemu-devel] SuSE 10

2005-10-10 Thread Christian Bourque
Hi! I've just upgraded to SuSE 10.0 and since it's now based on GCC4 I would like to know if there 's a way to compile QEMU with this distribution? Thanks Christian ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/lis

[Qemu-devel] libqemu

2005-09-29 Thread Christian Bourque
Hi! Is it possible to use libqemu to do full system emulation like starting a VM (embed QEMU functionality) in another software? Regards Christian Bourque ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo

Re: [Qemu-devel] quick gtk2.c update

2005-06-27 Thread Christian Bourque
Hi Jim! Could you send a new Makefile.diff (the old one is not working with the latest cvs version of QEMU), I would like to test this code too... Thanks Christian ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/list

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 __