[Qemu-devel] Re: [PATCH 00/11] AHCI emulation support v9

2010-12-15 Thread Gerd Hoffmann
Hi, Even better! Could we get that in for 0.14 still? I assume that means we need a stable seabios release. Also for Gleb's bootorder bits we'll need a seabios update. I think for that not all bits are in upstream seabios yet though. A new release once this is settled is probably a good

[Qemu-devel] Re: [PATCH 00/11] AHCI emulation support v9

2010-12-15 Thread Alexander Graf
Am 15.12.2010 um 09:28 schrieb Gerd Hoffmann : > Hi, > >> One thing that might be worth considering is to have preliminary >> seabios support for booting. Gerd does have something in the queue >> there ;). > > Not in the queue, it's upstream. Just pull latest seabios. As it didn't got > muc

[Qemu-devel] Re: [PATCH 00/11] AHCI emulation support v9

2010-12-15 Thread Gerd Hoffmann
Hi, One thing that might be worth considering is to have preliminary seabios support for booting. Gerd does have something in the queue there ;). Not in the queue, it's upstream. Just pull latest seabios. As it didn't got much testing yet it is off by default, so make sure to flip CONFIG

[Qemu-devel] Re: [PATCH 00/11] AHCI emulation support v9

2010-12-14 Thread Alexander Graf
On 14.12.2010, at 17:28, Kevin Wolf wrote: > Am 14.12.2010 01:34, schrieb Alexander Graf: >> This patch adds support for AHCI emulation. I have tested and verified it >> works >> in Linux, OpenBSD, Windows Vista and Windows 7. This AHCI emulation supports >> NCQ, so multiple read or write reques

[Qemu-devel] Re: [PATCH 00/11] AHCI emulation support v9

2010-12-14 Thread Kevin Wolf
Am 14.12.2010 01:34, schrieb Alexander Graf: > This patch adds support for AHCI emulation. I have tested and verified it > works > in Linux, OpenBSD, Windows Vista and Windows 7. This AHCI emulation supports > NCQ, so multiple read or write requests can be outstanding at the same time. > > The co