]> xenbits.xensource.com Git - seabios.git/commit
nvme: Record maximum allowed request size
authorAlexander Graf <graf@amazon.com>
Wed, 30 Sep 2020 21:10:53 +0000 (23:10 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 28 Oct 2020 19:18:29 +0000 (15:18 -0400)
commitb68f313c9139e480a9f5a0d1b5aa6f294b86d982
tree2450ac8074cd356b397b1d06f93fdb4f0b0094a6
parent58a44be024f69d2e4d2b58553529230abdd3935e
nvme: Record maximum allowed request size

NVMe has a limit on how many sectors it can handle at most within a single
request. Remember that number, so that in a follow-up patch, we can verify
that we don't exceed it.

Signed-off-by: Alexander Graf <graf@amazon.com>
src/hw/nvme-int.h
src/hw/nvme.c