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 include file

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.8.1

[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

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

2006-04-25 Thread Damien Mascord
); -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 to this? If not, can someone help me debug the issue (bug

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 into an issue

[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

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

2006-04-13 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