qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 00/12] AHCI emulation support v4


From: Gerd Hoffmann
Subject: [Qemu-devel] Re: [PATCH 00/12] AHCI emulation support v4
Date: Thu, 02 Dec 2010 11:43:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.1.3-1.el6 Thunderbird/3.1.3

On 12/02/10 00:29, Alexander Graf wrote:

On 24.11.2010, at 12:44, Gerd Hoffmann wrote:

On 11/23/10 15:34, Alexander Graf wrote:
This patch adds support for AHCI emulation. I have tested and verified it works
in Linux, OpenBSD, Windows Vista and Windows 7.

Also seabios ;)
http://cgit.freedesktop.org/~kraxel/seabios/log/?h=ahci

I broke that one with v7 of the ahci patchset apparently. Sorry about that :). 
Since Linux and Windows still happily boot, it's probably something missing on 
your side :(.

No.  DMA is broken (probably non-ncq only).

Commit c29947bbb0978d312074ec73be968bfab1b6c977 broke your way of kicking dma.

/me papered over it with the attached patch. The RightWay[tm] to fix it is probably to put a "bmdma_cmd_writeb(bm, 0, 0)" to the approximate place. Or refactor ide dma in a way that you don't need to kick it in such a hackish way in the first place.

cheers,
  Gerd

Attachment: fix
Description: Text document


reply via email to

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