From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtT1H-0001p0-BN for qemu-devel@nongnu.org; Thu, 01 Oct 2009 17:16:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtT1D-0001nt-FS for qemu-devel@nongnu.org; Thu, 01 Oct 2009 17:16:58 -0400 Received: from [199.232.76.173] (port=32817 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtT1D-0001nq-AF for qemu-devel@nongnu.org; Thu, 01 Oct 2009 17:16:55 -0400 Received: from nic.netdirect.ca ([216.16.235.2]:33234 helo=rubicon.netdirect.ca) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtT1D-0001oT-2t for qemu-devel@nongnu.org; Thu, 01 Oct 2009 17:16:55 -0400 Received: from localhost (rubicon.netdirect.ca [216.16.235.2]) by rubicon.netdirect.ca (8.13.1/8.13.1) with ESMTP id n91LGCGW023003 for ; Thu, 1 Oct 2009 17:16:12 -0400 Date: Thu, 1 Oct 2009 17:16:12 -0400 From: Chris Frey Message-ID: <20091001211612.GA19892@foursquare.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] need help debugging kqemu issues List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I have a fairly basic Fedora 11 install in a qemu VM, with Gnome as the desktop. When using 0.10.6, without kqemu, and with an 8-bit depth in the X server, it is fairly reliable in booting to the desktop. With kqemu (version 1.4.0pre1 on a 2.6.30.5 vanilla kernel), I have two visible problems. It either doesn't let me login (the animated login hangs part way through), or the X server crashes. The same happens with 0.11.0. My question: how can I help debug this? I'm not a qemu expert, but I can compile test versions and test all you like. If anyone wants to try this, a plain Fedora 11 install using Gnome should reproduce this reliably. My VM disk compresses down to about 1.5 gigs, so transferring that is probably a bad idea. My qemu command line is: /home/cdfrey/software/qemu/git/rootdir/bin/qemu \ -boot c -m 256 \ -hda /home/qemuuser/fedora11.img \ -cdrom /home/cdfrey/Bulk/iso/fedora/11/Fedora-11-i386-netinst.iso \ -net nic,vlan=0 -net user,vlan=0 \ -vnc :$1 \ -usbdevice tablet I build qemu with: ./configure --prefix=/home/cdfrey/software/qemu/git/rootdir-$1 \ --enable-system --enable-linux-user --disable-kvm --disable-vnc-tls \ --cc=ccache_gcc \ --host-cc=ccache_gcc The $1 is the version, then I symlink rootdir to the version I want to test. Thanks in advance, - Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.