* [Qemu-devel] lsi scsi driver is broken
@ 2012-11-30 7:31 Dietmar Maurer
2012-11-30 8:39 ` Gerd Hoffmann
0 siblings, 1 reply; 10+ messages in thread
From: Dietmar Maurer @ 2012-11-30 7:31 UTC (permalink / raw)
To: qemu-devel@nongnu.org
[-- Attachment #1: Type: text/plain, Size: 276 bytes --]
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?
[-- Attachment #2: Type: text/html, Size: 2631 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] lsi scsi driver is broken
2012-11-30 7:31 [Qemu-devel] lsi scsi driver is broken Dietmar Maurer
@ 2012-11-30 8:39 ` Gerd Hoffmann
2012-11-30 9:41 ` Dietmar Maurer
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2012-11-30 8:39 UTC (permalink / raw)
To: Dietmar Maurer; +Cc: qemu-devel@nongnu.org
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 ].
cheers,
Gerd
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] lsi scsi driver is broken
2012-11-30 8:39 ` Gerd Hoffmann
@ 2012-11-30 9:41 ` Dietmar Maurer
2012-11-30 9:45 ` Gerd Hoffmann
2012-11-30 10:07 ` Dietmar Maurer
2012-11-30 14:26 ` Anthony Liguori
2 siblings, 1 reply; 10+ messages in thread
From: Dietmar Maurer @ 2012-11-30 9:41 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel@nongnu.org
> > But it works perfectly when I use 'megasas' instead of 'lsi'.
> >
> > And ideas?
>
> Try latest seabios.
Seems the http://www.seabios.org/ server is offline.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] lsi scsi driver is broken
2012-11-30 8:39 ` Gerd Hoffmann
2012-11-30 9:41 ` Dietmar Maurer
@ 2012-11-30 10:07 ` Dietmar Maurer
2012-11-30 14:26 ` Anthony Liguori
2 siblings, 0 replies; 10+ messages in thread
From: Dietmar Maurer @ 2012-11-30 10:07 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel@nongnu.org
> > 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.
OK, latest bios fixes the problem - thanks!
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] lsi scsi driver is broken
2012-11-30 8:39 ` Gerd Hoffmann
2012-11-30 9:41 ` Dietmar Maurer
2012-11-30 10:07 ` Dietmar Maurer
@ 2012-11-30 14:26 ` Anthony Liguori
2012-11-30 14:46 ` Mark Cave-Ayland
2012-11-30 15:30 ` Gerd Hoffmann
2 siblings, 2 replies; 10+ messages in thread
From: Anthony Liguori @ 2012-11-30 14:26 UTC (permalink / raw)
To: Gerd Hoffmann, Dietmar Maurer; +Cc: qemu-devel@nongnu.org
Gerd Hoffmann <kraxel@redhat.com> 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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] lsi scsi driver is broken
2012-11-30 14:26 ` Anthony Liguori
@ 2012-11-30 14:46 ` Mark Cave-Ayland
2012-12-01 14:54 ` Blue Swirl
2012-11-30 15:30 ` Gerd Hoffmann
1 sibling, 1 reply; 10+ messages in thread
From: Mark Cave-Ayland @ 2012-11-30 14:46 UTC (permalink / raw)
To: qemu-devel; +Cc: Blue Swirl
On 30/11/12 14:26, Anthony Liguori wrote:
>> 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
Can we also update the openbios.git repository on git.qemu.org? If this
is the version of OpenBIOS that gets distributed with a QEMU release (as
a git submodule) then it's definitely shy of quite a few SVN commits.
ATB,
Mark.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] lsi scsi driver is broken
2012-11-30 14:46 ` Mark Cave-Ayland
@ 2012-12-01 14:54 ` Blue Swirl
2012-12-02 14:32 ` Anthony Liguori
0 siblings, 1 reply; 10+ messages in thread
From: Blue Swirl @ 2012-12-01 14:54 UTC (permalink / raw)
To: Mark Cave-Ayland, Anthony Liguori; +Cc: qemu-devel
On Fri, Nov 30, 2012 at 2:46 PM, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> On 30/11/12 14:26, Anthony Liguori wrote:
>
>>> 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
>
>
> Can we also update the openbios.git repository on git.qemu.org? If this is
> the version of OpenBIOS that gets distributed with a QEMU release (as a git
> submodule) then it's definitely shy of quite a few SVN commits.
+1
>
>
> ATB,
>
> Mark.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] lsi scsi driver is broken
2012-12-01 14:54 ` Blue Swirl
@ 2012-12-02 14:32 ` Anthony Liguori
0 siblings, 0 replies; 10+ messages in thread
From: Anthony Liguori @ 2012-12-02 14:32 UTC (permalink / raw)
To: Blue Swirl, Mark Cave-Ayland; +Cc: qemu-devel
Blue Swirl <blauwirbel@gmail.com> writes:
> On Fri, Nov 30, 2012 at 2:46 PM, Mark Cave-Ayland
> <mark.cave-ayland@ilande.co.uk> wrote:
>> On 30/11/12 14:26, Anthony Liguori wrote:
>>
>>>> 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
>>
>>
>> Can we also update the openbios.git repository on git.qemu.org? If this is
>> the version of OpenBIOS that gets distributed with a QEMU release (as a git
>> submodule) then it's definitely shy of quite a few SVN commits.
>
> +1
Done.
Regards,
Anthony Liguori
>
>>
>>
>> ATB,
>>
>> Mark.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] lsi scsi driver is broken
2012-11-30 14:26 ` Anthony Liguori
2012-11-30 14:46 ` Mark Cave-Ayland
@ 2012-11-30 15:30 ` Gerd Hoffmann
1 sibling, 0 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2012-11-30 15:30 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Dietmar Maurer, qemu-devel@nongnu.org
Hi,
>> [ 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.
Ok, update send without q35.
cheers,
Gerd
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-12-02 14:32 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-30 7:31 [Qemu-devel] lsi scsi driver is broken Dietmar Maurer
2012-11-30 8:39 ` Gerd Hoffmann
2012-11-30 9:41 ` Dietmar Maurer
2012-11-30 9:45 ` Gerd Hoffmann
2012-11-30 10:07 ` Dietmar Maurer
2012-11-30 14:26 ` Anthony Liguori
2012-11-30 14:46 ` Mark Cave-Ayland
2012-12-01 14:54 ` Blue Swirl
2012-12-02 14:32 ` Anthony Liguori
2012-11-30 15:30 ` Gerd Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).