diff options
| author | Alexander Bulekov <alxndr@bu.edu> | 2021-01-19 11:40:51 -0500 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2021-02-15 15:10:14 +0100 |
| commit | 26941eb4ca485150494379cf8f0751f426208a5b (patch) | |
| tree | 7c94d5baac4c1920f73a876631affe4938a73b45 /python/qemu/qmp.py | |
| parent | 076d467aacdf6dc5d01e2e61740b1795f2aec2f6 (diff) | |
| download | focaccia-qemu-26941eb4ca485150494379cf8f0751f426208a5b.tar.gz focaccia-qemu-26941eb4ca485150494379cf8f0751f426208a5b.zip | |
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: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20210119164051.89268-1-alxndr@bu.edu> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'python/qemu/qmp.py')
0 files changed, 0 insertions, 0 deletions