commit | ca2a091802872b265bc6007a2d36276d51d8e4b3 | [log] [tgz] |
---|---|---|
author | Klaus Jensen <k.jensen@samsung.com> | Thu Aug 25 07:29:08 2022 +0200 |
committer | Klaus Jensen <k.jensen@samsung.com> | Mon Mar 27 19:05:23 2023 +0200 |
tree | 905009abe56d13af46d18b294ea25aa47e5b7e91 | |
parent | 9b4f01812f69ad6066725338c89945bb61f41823 [diff] |
hw/nvme: fix missing DNR on compare failure Even if the host is somehow using compare to do compare-and-write, the host should be notified immediately about the compare failure and not have to wait for the driver to potentially retry the command. Fixes: 0a384f923f51 ("hw/block/nvme: add compare command") Reported-by: Jim Harris <james.r.harris@intel.com> Signed-off-by: Klaus Jensen <k.jensen@samsung.com>