It looks like this patch hasn't gotten any attention in about a month. I assume it's dead based on pending implementation that would actually utilize these bits?
i.e., we don't need to check this patch in until the feature is actually implemented, is that correct? --js On 06/06/2017 03:38 AM, Qu Wenruo wrote: > Update nvme header to catch up with kernel. > Most of the newly added members are from 1.2 and 1.3 spec, while the > status code is only kept the same with kernel (around 1.1 spec). > > The major update is to add Scatter Gather List related macros and > members, for later SGL support implementation. > > Signed-off-by: Qu Wenruo <quwen...@cn.fujitsu.com> > --- > hw/block/nvme.c | 16 ++++---- > hw/block/nvme.h | 122 > +++++++++++++++++++++++++++++++++++++++++++++++--------- > 2 files changed, 111 insertions(+), 27 deletions(-) > [snip]