diff options
author | Mateusz Kozlowski <kozlowski.mateuszpl@gmail.com> | 2023-03-20 13:40:36 +0100 |
---|---|---|
committer | Klaus Jensen <k.jensen@samsung.com> | 2023-03-27 17:48:08 +0200 |
commit | 9b4f01812f69ad6066725338c89945bb61f41823 (patch) | |
tree | b9e2cbbb13083683faded2c88d565605c64aafba /stubs/vfio-user-obj.c | |
parent | e3debd5e7d0ce031356024878a0a18b9d109354a (diff) |
hw/nvme: Change alignment in dma functions for nvme_blk_*
Since the nvme_blk_read/write are used by both the data and metadata
portions of the IO, it can't have the 512B alignment requirement.
Without this change any metadata transfer, which length isn't a multiple
of 512B and which is bigger than 512B, will result in only a partial
transfer.
Signed-off-by: Mateusz Kozlowski <kozlowski.mateuszpl@gmail.com>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Diffstat (limited to 'stubs/vfio-user-obj.c')
0 files changed, 0 insertions, 0 deletions