Re: [Qemu-devel] hosting the forum

2006-10-02 Thread Damien Mascord
Hetz Ben Hamo wrote: Hi, Due to some personal problems (related to financial situations) I'm no longer being able to keep paying the server which hosts the QEMU forum. Therefore, I'm looking for someone who can host the QEMU forum (and, if possible, the nightly snapshots). If anyone would want

Re: [Qemu-devel] qemu-0.8.1 compile errors on x86_64 suse linux 10.1

2006-07-18 Thread Damien Mascord
Bill C. Riemers wrote: > The following message was forwarded to me: > > - > Hello all, > > there's a problem compiling usb-linux.c on SuSE 10.1 with the standard > kernel headers (kernel 2.6.16.13-4-default from uname -r). > > I'm using gcc 3.4.6 and the problem is an includ

Re: [Qemu-devel] qemu-0.8.1 compile errors on x86_64 suse linux 10.1

2006-07-17 Thread Damien Mascord
Bill C. Riemers wrote: > Good guess, SuSE makes many modifications to the standard kernel. However, > the kernel source is not the problem. I downloaded fresh kernel source > from > www.kernel.org, and I still have the exact same error. Here are the > relevant details: > > QEMU version: qemu-0.

Re: [Qemu-devel] Custom floppy image not booting, hanging at ramdisk...

2006-04-25 Thread Damien Mascord
nb_sectors * 512); -if (ret != nb_sectors * 512) +if (ret == -1) return -1; return 0; } > On 4/25/06, Damien Mascord <[EMAIL PROTECTED]> wrote: >> Hi again, >> >> Sorry to top post, just wanted to know if anyone has had similar experiences >>

[Qemu-devel] [PATCH] fpu/softfloat-native.h incorrectly includes missing header (gnu-c99-math.h) in latest CVS

2006-04-25 Thread Damien Mascord
Hi, Seems as though a missing header is being included in this file. Removing it enables qemu to compile cleanly, Damien Index: fpu/softfloat-native.h === RCS file: /cvsroot/qemu/qemu/fpu/softfloat-native.h,v retrieving revision 1.

[Qemu-devel] Raw HDD image script

2006-04-24 Thread Damien Mascord
Heya guys, I have put together a simple script that will take a directory, and turn it into a bootable raw disk image. (busybox on uClibc) Currently it is for PITA (http://ali.as/pita/), though since it is based on a directory, a purpose built HDD image is very easy. The script has to be run

Re: [Qemu-devel] Custom floppy image not booting, hanging at ramdisk...

2006-04-24 Thread Damien Mascord
Hi again, Sorry to top post, just wanted to know if anyone has had similar experiences to this? If not, can someone help me debug the issue (bug?) with qemu here? Damien Mascord wrote: > Heya guys, > > I am trying to create my own uclibc/busybox floppy bootdisk, and am running

[Qemu-devel] Custom floppy image not booting, hanging at ramdisk...

2006-04-12 Thread Damien Mascord
Heya guys, I am trying to create my own uclibc/busybox floppy bootdisk, and am running into an issue with the expansion of the RAMDISK... the CPU shoots up to 100% and even leaving it overnight, it never recovers from that situation. I have tried it under qemu 0.7.2 and 0.8.0 in linux and windo

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

2005-06-21 Thread Damien Mascord
[EMAIL PROTECTED] wrote: > Putting more stuff into the common files folders is just going to be > 'clutter'. > > Things will never get used by any other application. Eventually the user > will even entirely forget they are there. > > It just ends up being clutter. Heya Jeebs, There are nu

Re: [Qemu-devel] Nothing happens

2005-05-21 Thread Damien Mascord
Per-Erik Kristensson wrote: >- Original Message - >From: "Rudi Lippert" <[EMAIL PROTECTED]> > > >>Hi! >>I keep wondering why QEMU does not do anything when I start it. >>First of all: yes, I know how to use QEMU. When I use it on my other PC, >> >> >it > > >>works like a charm. >>

Re: [Qemu-devel] qemu-system-sparc on windows

2005-05-21 Thread Damien Mascord
Joerg Platte wrote: >Hi! > > >Now qemu starts but crashes just after opening its window. This does not >happen to the precompiled version from >http://www.freeoszoo.org/ftp/qemu/win32/daily/, but this version does not >boot linux either. It semms to get stuck in an endless loop... > >Now I

[Qemu-devel] [PATCH] Windows compile patch

2005-04-26 Thread Damien Mascord
Heya guys, Here is a patch that allows compilation on MingW (Windows). [To allow cygwin compilation, only the addition of -mno-cygwin on the CFLAGS will suffice, as per http://www.h7.dion.ne.jp/~qemu-win/qemu-cygwin.txt]. Specifically it allows the console output on the command line (so, executin

[Qemu-devel] [PATCH] updated tap for win32 (against CVS)

2005-04-26 Thread Damien Mascord
Hi guys, Here is the updated patch for supporting tap devices (specifically against the OpenVPN Tap-Win32 driver). This is just the patch from [http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00213.html] reapplied manually against the latest CVS, and then re-diffed. This works correctly,

[Qemu-devel] Latest snapshot build crashes with Windows 2003 Server

2005-04-21 Thread Damien Mascord
Hi guys, I was trying out the latest qemu for win32, and tried to compile the latest source snapshot (from dads answers), and Windows 2003 Server crashes around the "file copy" portion of the install. QemuInstall-20050411.exe - installs, and runs Windows 2003 Server SP1 correctly as a guest, on a