Skip to content
Snippets Groups Projects
Commit 26941eb4 authored by Alexander Bulekov's avatar Alexander Bulekov Committed by Kevin Wolf
Browse files

hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE


cmd_fis is mapped as DMA_DIRECTION_FROM_DEVICE, however, it is read
from, and not written to anywhere. Fix the DMA_DIRECTION and mark
cmd_fis as read-only in the code.

Signed-off-by: default avatarAlexander Bulekov <alxndr@bu.edu>
Message-Id: <20210119164051.89268-1-alxndr@bu.edu>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 076d467a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment