summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py
diff options
context:
space:
mode:
authorMateusz Kozlowski <kozlowski.mateuszpl@gmail.com>2023-03-20 13:40:36 +0100
committerKlaus Jensen <k.jensen@samsung.com>2023-03-27 17:48:08 +0200
commit9b4f01812f69ad6066725338c89945bb61f41823 (patch)
treeb9e2cbbb13083683faded2c88d565605c64aafba /scripts/coverage/compare_gcov_json.py
parente3debd5e7d0ce031356024878a0a18b9d109354a (diff)
downloadfocaccia-qemu-9b4f01812f69ad6066725338c89945bb61f41823.tar.gz
focaccia-qemu-9b4f01812f69ad6066725338c89945bb61f41823.zip
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 '')
0 files changed, 0 insertions, 0 deletions