From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URm5x-0001nB-D3 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 12:17:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URm5w-0005oI-39 for qemu-devel@nongnu.org; Mon, 15 Apr 2013 12:17:29 -0400 Received: from mail-qe0-f51.google.com ([209.85.128.51]:40319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URm5v-0005o3-VR for qemu-devel@nongnu.org; Mon, 15 Apr 2013 12:17:28 -0400 Received: by mail-qe0-f51.google.com with SMTP id 1so2767826qec.38 for ; Mon, 15 Apr 2013 09:17:27 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <516C280E.8070102@redhat.com> Date: Mon, 15 Apr 2013 18:17:18 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130415085312.GA14188@redhat.com> <20130415091842.GA15641@redhat.com> <516C1697.1070801@redhat.com> In-Reply-To: <516C1697.1070801@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] unable to boot systemrescuecd with tcg only? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org 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. 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