Re: [Qemu-devel] [PATCH 09/11] QEMU NVMe: Implement discontiguous queues

2013-02-26 Thread Anthony Liguori
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

2013-02-26 Thread Keith Busch
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