From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DhNs2-0007v7-3X for qemu-devel@nongnu.org; Sun, 12 Jun 2005 04:31:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DhNry-0007s3-8Y for qemu-devel@nongnu.org; Sun, 12 Jun 2005 04:31:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhNqR-0005nH-QX for qemu-devel@nongnu.org; Sun, 12 Jun 2005 04:29:28 -0400 Received: from [202.123.2.9] (helo=mail1.intnet.mu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DhNd7-0005hF-Jg for qemu-devel@nongnu.org; Sun, 12 Jun 2005 04:15:42 -0400 Received: from [10.0.0.2] ([196.192.100.19]) by mail1.intnet.mu (Netscape Messaging Server 4.15) with ESMTP id IHYPKP02.S96 for ; Sun, 12 Jun 2005 12:14:49 +0400 Message-ID: <42ABEEF9.1020604@secureit-mu.com> Date: Sun, 12 Jun 2005 12:14:49 +0400 From: Josef Moffett MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Re: Nothing happens Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I have just joined the mail list after coming up with a problem similar to one I googled here and perhaps to which I can add a bit more information. Unfortunatly, I can only add a little more prescision to the problem rather than any answers, but perhaps Rudi Lippert can verify if this is happening to him too. I have a problem after compiling qemu with SDL-devel and KQemu support. The problem seems similar to what has been posted and replied to in the following messages http://www.mail-archive.com/qemu-devel@nongnu.org/msg00540.html but I did find the following with the -monitor stdio; that when I did a screen dump qemu was running and dumping valid (linux, win 98 and winxp) screen images. I only had no access to these - in other words the emulator was working fine, both with and without kqemu, but there was no console or visual output with which to manipulate the emulated virtual machine. (ie no visual and no keyboard/mouse access to the (hidden) console.) here is my configure output using: qemu-0.7.0-i386.tar.gz and : kqemu-0.6.2-1.tar.gz downloaded on Sat 11/06/2005 around 22:oo ---------------- joe@anvard:~/qemu-0.7.0> ./configure Install prefix /usr/local BIOS directory /usr/local/share/qemu binary directory /usr/local/bin Manual directory /usr/local/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /home/joe/qemu-0.7.0 C compiler gcc make make host CPU i386 host big endian no target list i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu gprof enabled no static build no SDL support yes SDL static link no mingw32 support no Adlib support no FMOD support no kqemu support yes KQEMU Linux module configuration: kernel sources /lib/modules/2.6.8-24.16-default/build kbuild type 2.6 ----------------- I am running under Suse 9.2 and the precompiled binaries work right "out of the box" (even the network stuff which some people seem to be having trouble with) but are just a tad too slow for what I wanted to use qemu for so I wanted to try with kqemu built in. I first just tried without the SDL-devel libs, but that was the same, and the above mentioned thread suggested that SDL may be a cause (although I suspect we may be talking of different problems). The thing is, once the virtual machine achieves a state of "completion" (ie windows gets to the login promt, or linux gets to the bash prompt - same problem there by the way) the cpu cycles disappear as the virtual machine is not doing any work at all. So perhaps the problem is the same? Any help would be appreciated...