qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [RFC] [PATCH] add ahci support into qemu


From: Avi Kivity
Subject: Re: [Qemu-devel] Re: [RFC] [PATCH] add ahci support into qemu
Date: Sun, 02 May 2010 18:49:29 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4

On 05/02/2010 06:36 PM, Sebastian Herbszt wrote:

./configure --target-list=i386-softmmu
make

dd if=/dev/zero of=/tmp/disk bs=1M count=100
./i386-softmmu/qemu -cdrom KNOPPIX_V6.0.1CD-2009-02-08-EN.iso -boot d -drive if=sd,file=/tmp/disk

After linux boot,you will find a ahci device named sda.

Now this patch only support sata disk.
Most ahci registers and operations which are not necessary on linux are ignored. Now this patch support disk identify,dma read,dma write,ignore other opertions.

Do you intent to work on this and complet the support?

At the very least, unsupported registers and features should print out a warning instead of silently failing.

--
error compiling committee.c: too many arguments to function





reply via email to

[Prev in Thread] Current Thread [Next in Thread]