Re: [Qemu-devel] [PATCH 09/11] QEMU NVMe: Implement discontiguous queues
Keith Busch writes: > This seems like a silly feature, but the spec allows it, so this adds > support for queues that are not physically contiguous. > > Signed-off-by: Keith Busch > --- > hw/nvme.c | 143 +--- > hw/nvme.h |2 + > 2 fi
[Qemu-devel] [PATCH 09/11] QEMU NVMe: Implement discontiguous queues
This seems like a silly feature, but the spec allows it, so this adds support for queues that are not physically contiguous. Signed-off-by: Keith Busch --- hw/nvme.c | 143 +--- hw/nvme.h |2 + 2 files changed, 118 insertions(+), 27 de