From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zh7T5-0005yi-U7 for qemu-devel@nongnu.org; Tue, 29 Sep 2015 22:50:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zh7T2-0006uP-GC for qemu-devel@nongnu.org; Tue, 29 Sep 2015 22:50:07 -0400 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:35729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zh7T2-0006tK-At for qemu-devel@nongnu.org; Tue, 29 Sep 2015 22:50:04 -0400 Received: by pacfv12 with SMTP id fv12so25059707pac.2 for ; Tue, 29 Sep 2015 19:50:03 -0700 (PDT) Sender: Richard Henderson References: <5607946B.3050904@gmx.net> From: Richard Henderson Message-ID: <560B4BB8.40605@twiddle.net> Date: Wed, 30 Sep 2015 12:40:56 +1000 MIME-Version: 1.0 In-Reply-To: <5607946B.3050904@gmx.net> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu-system-alpha -nographic does not work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dennis Luehring , qemu-devel On 09/27/2015 05:02 PM, Dennis Luehring wrote: > git master clone from 09/27/2015, 8:07 > git rev-parse HEAD > 9e071429e649346c14b2dc76902f84f8352d2333 > > if i try to start qemu-system-alpha with option -nographic while installing > debian lenny 5.0.10 for alpha > i get this output and qemu hangs - without using -nographic debian is fully > installable > > PCI: 00:00:0 class 0300 id 1013:00b8 > PCI: region 0: 10000000 > PCI: region 1: 12000000 > PCI: 00:01:0 class 0200 id 8086:100e > PCI: region 0: 12020000 > PCI: region 1: 0000c000 > PCI: 00:02:0 class 0101 id 1095:0646 > PCI: region 0: 0000c040 > PCI: region 1: 0000c048 > PCI: region 3: 0000c04c You didn't specify a kernel to boot, which is required for anything useful. This is true without -nographic too, so I don't know what you're implying about it "working"... r~