[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

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

2005-07-31 Thread Rudi Lippert
Should a qemu backtrace be 411 lines long? Actually, when I start qemu 0.7.1 (kqemu enabled, but makes no difference), it doesn't do anything. I hit CTRL-C to get a backtrace of the situation. Qemu has never worked on this setup, and the problem has always been the same. Any ideas? Cheers, Rudi

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

2005-07-31 Thread Rudi Lippert
Thanks for your reply. I only created the bt because someone said it might help. configure output looks fairly good to me, but I don't know much about those things. Is there anything else that might help understanding the problem? Btw: Qemu is not even taking up CPU. Install prefix/usr BIOS

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

2005-07-31 Thread Rudi Lippert
, On Sun, 31 Jul 2005, Rudi Lippert wrote: Is there anything else that might help understanding the problem? Do you have other programs running, which use SDL? Sorry, the configure output does not help here. Btw: Qemu is not even taking up CPU. That's right. It hangs in a select() when

[Qemu-devel] Nothing happens

2005-05-18 Thread Rudi Lippert
. No output, no CPU activity. I know that this is not a whole lot of information, but I will provide any further information that is requested. Thanks in advance! Rudi Lippert (Herzogenaurach, Germany) ___ Qemu-devel mailing list Qemu-devel@nongnu.org http

[Qemu-devel] Re: KQemu on AMD64 or PPC?

2005-04-27 Thread Rudi Lippert
I am using QEMU (not KQemu) on AMD64 and I would gladly test KQemu on my computer. If you (Fabrice) could build KQemu for AMD64, I will inform you of any success or failure I experience. In the meantime, I'd suggest you provide a proper error message for users trying to build QEMU with KQemu

[Qemu-devel] Re: QEMU version 0.7.0 is out

2005-04-27 Thread Rudi Lippert
I think the changelog is missing one important thing: Initial KQemu support (if I'm not mistaken, it used to be in CVS only, and I suppose it IS supported now). Greets, Rudi Fabrice Bellard wrote: Hi, QEMU version 0.7.0 is out. Changelog: - better BIOS translation and HDD geometry