From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeRY1-0000Kb-ST for qemu-devel@nongnu.org; Fri, 30 Nov 2012 09:26:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeRXx-0002Lu-SJ for qemu-devel@nongnu.org; Fri, 30 Nov 2012 09:26:33 -0500 Received: from mail-ia0-f173.google.com ([209.85.210.173]:50857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeRXx-0002Lq-NU for qemu-devel@nongnu.org; Fri, 30 Nov 2012 09:26:29 -0500 Received: by mail-ia0-f173.google.com with SMTP id w21so358888iac.4 for ; Fri, 30 Nov 2012 06:26:28 -0800 (PST) From: Anthony Liguori In-Reply-To: <50B870DA.1030506@redhat.com> References: <24E144B8C0207547AD09C467A8259F755783548E@lisa.maurer-it.com> <50B870DA.1030506@redhat.com> Date: Fri, 30 Nov 2012 08:26:17 -0600 Message-ID: <87y5hjp3p2.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] lsi scsi driver is broken List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Dietmar Maurer Cc: "qemu-devel@nongnu.org" Gerd Hoffmann writes: > On 11/30/12 08:31, Dietmar Maurer wrote: >> The lsi driver simply hangs at startup. Try the following to reproduce: >> >> # ./x86_64-softmmu/qemu-system-x86_64 -monitor stdio -device lsi >> >> The monitor is blocked, and VM shows black screen. >> >> But it works perfectly when I use 'megasas' instead of 'lsi'. >> >> And ideas? > > Try latest seabios. > > [ yes, /me plans to update seabios for 1.3, just waiting for the q35 > patches to find their way into seabios ]. If we're going to update, it's got to be today. Regards, Anthony Liguori > > cheers, > Gerd