Re: [Qemu-devel] [Patch Submission] QEMU with GCC/Win32

2005-08-01 Thread Gwenole Beauchesne
On Sun, 31 Jul 2005, Paul Brook wrote: The gcc4 changes are a different matter. I discusses this with Fabrice on IRC shortly after submitting the patch. The patch is pretty invasive, high risk, and potentially hard to debug and maintain. Talking of which, I don't know if I have sent you

[Qemu-devel] Possible bug?

2005-08-01 Thread J.N. Herder
Hi all, I'm having some troubles with QEMU's hard disk images and may have bumped into a bug. I'm trying to import data into my emulated MINIX, but somehow it is truncated. I successfully created a qemu-img called hda.img of 512 MB and installed the latest version from MINIX on it. Trying

Re: [Qemu-devel] Possible bug?

2005-08-01 Thread Paul Brook
On Monday 01 August 2005 18:27, J.N. Herder wrote: Hi all, I'm having some troubles with QEMU's hard disk images and may have bumped into a bug. I'm trying to import data into my emulated MINIX, but somehow it is truncated. I successfully created a qemu-img called hda.img of 512 MB and

[Qemu-devel] Error installing bootloader in guest

2005-08-01 Thread Adnan Khaleel
Hi there, I'm using qemu-0.7.1 to install SUSE Linux enterprise v9 and everything proceeds smoothly until the boot loader as to be installed as which point I get the SUSE installer reporting a segmentation fault while installing GRUB. The hard disk image is in raw format I created using

[Qemu-devel] Re: no start on amd64 (was: Nothing happens)

2005-08-01 Thread Rudi Lippert
So I packed all my C knowledge into a little test program, and here it is: int main(int argc, char* argv) { SDL_Init(SDL_INIT_EVERYTHING); SDL_SetVideoMode(640, 480, 0, SDL_ANYFORMAT); SDL_Quit(); } Without SetVideoMode, it will terminate correctly. With SetVideoMode, it needs to be

Re: [Qemu-devel] Re: Solaris/SPARC binaries

2005-08-01 Thread Blue Swirl
well, just to let you know ... I'm interested in the emulator (is there some howto available, regarding openprom and such?) http://www.openfirmware.org/ I've learned most things by reading the sources (Proll, Linux arch/sparc/prom, silo). Luckily, the code base is not large. A nice way of

Re: [Qemu-devel] Re: no start on amd64 (was: Nothing happens)

2005-08-01 Thread Johannes Schindelin
Hi, On Mon, 1 Aug 2005, Rudi Lippert wrote: So I packed all my C knowledge into a little test program, and here it is: int main(int argc, char* argv) { SDL_Init(SDL_INIT_EVERYTHING); SDL_SetVideoMode(640, 480, 0, SDL_ANYFORMAT); You could try to use specific bit depths, i.e. instead of

[Qemu-devel] Re: ata devices on emulated amd64 on qemu

2005-08-01 Thread Juergen Lock
On Mon, Aug 01, 2005 at 05:30:47PM +0800, Mars G. Miro wrote: On 8/1/05, Mars G. Miro [EMAIL PROTECTED] wrote: On 8/1/05, Mars G. Miro [EMAIL PROTECTED] wrote: On 7/30/05, Mars G. Miro [EMAIL PROTECTED] wrote: On 7/30/05, Jung-uk Kim [EMAIL PROTECTED] wrote: Okay. I finally found a

Re: [Qemu-devel] Q: Issue booting Solaris 8 (SPARC)

2005-08-01 Thread Michael McConnell
Blue Swirl wrote: Hi, Looks like the boot block gets loaded correctly (nice data point). It's a bit confusing to see UFS in the error message, shouldn't that be ISOFS or CDFS? I'm not sure if this is relevant, but the line Kernel loaded surely the size should be somewhat larger than 0K?