From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URr4v-0003Dp-M6 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 17:36:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URr4r-0004IG-BO for qemu-devel@nongnu.org; Mon, 15 Apr 2013 17:36:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URr4r-0004Hk-3P for qemu-devel@nongnu.org; Mon, 15 Apr 2013 17:36:41 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3FLadbE019623 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 15 Apr 2013 17:36:40 -0400 Date: Tue, 16 Apr 2013 00:36:36 +0300 From: "Michael S. Tsirkin" Message-ID: <20130415213636.GB26350@redhat.com> References: <20130415085312.GA14188@redhat.com> <20130415091842.GA15641@redhat.com> <516C1697.1070801@redhat.com> <516C280E.8070102@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <516C280E.8070102@redhat.com> Subject: Re: [Qemu-devel] unable to boot systemrescuecd with tcg only? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Mon, Apr 15, 2013 at 06:17:18PM +0200, Paolo Bonzini wrote: > Il 15/04/2013 17:02, Paolo Bonzini ha scritto: > > Il 15/04/2013 11:18, Michael S. Tsirkin ha scritto: > >> On Mon, Apr 15, 2013 at 11:53:12AM +0300, Michael S. Tsirkin wrote: > >>> Get system rescue CD version 2.8.0 here: > >>> http://www.sysresccd.org/Sysresccd-versions > >>> > >>> Verify md5 checksum: 450305b2c3ac12d5c97ff849ca178586 > >> > >> Note: tried version 2.1.0, that boots fine. > >> Tried version 3.5.0, that hangs on boot > >> (or maybe it's just too slow? gave up after 15 min). > >> In all cases -enable-kvm makes it work fine. > > > > Reproduced it too (by chance :)) with Fedora 16. Trying to bisect now. > > Hmm, no, must be a different thing. It was in a "seemingly innocuous" > patch at the top of my tree, and system rescue CD works for me. 2.0.8? Hmm maybe the issue is I'm on a 32 bit host ... > No XZ > error and it boots fine in 3-4 minutes. > > BTW, the cache option fails to cache things for me due to lack of memory > (requires 512M). I also tried with "-m 1024", but it still succeeds. > > Paolo