Re: [Qemu-devel] lsi scsi driver is broken

2012-12-02 Thread Anthony Liguori
Blue Swirl writes: > On Fri, Nov 30, 2012 at 2:46 PM, Mark Cave-Ayland > 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

Re: [Qemu-devel] lsi scsi driver is broken

2012-12-01 Thread Blue Swirl
On Fri, Nov 30, 2012 at 2:46 PM, Mark Cave-Ayland 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 t

Re: [Qemu-devel] lsi scsi driver is broken

2012-11-30 Thread Gerd Hoffmann
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

Re: [Qemu-devel] lsi scsi driver is broken

2012-11-30 Thread Mark Cave-Ayland
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 repo

Re: [Qemu-devel] lsi scsi driver is broken

2012-11-30 Thread Anthony Liguori
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 perfect

Re: [Qemu-devel] lsi scsi driver is broken

2012-11-30 Thread Dietmar Maurer
> > 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? >

Re: [Qemu-devel] lsi scsi driver is broken

2012-11-30 Thread Gerd Hoffmann
On 11/30/12 10:41, Dietmar Maurer wrote: >>> 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. There is a tree @ git://git.kraxel.org/seabios git.qemu.org has one too, not sure how r

Re: [Qemu-devel] lsi scsi driver is broken

2012-11-30 Thread Dietmar Maurer
> > 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.

Re: [Qemu-devel] lsi scsi driver is broken

2012-11-30 Thread Gerd Hoffmann
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 o

[Qemu-devel] lsi scsi driver is broken

2012-11-29 Thread Dietmar Maurer
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?