]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/nvme: fix smart aen
authorKlaus Jensen <k.jensen@samsung.com>
Thu, 5 May 2022 22:21:47 +0000 (00:21 +0200)
committerKlaus Jensen <k.jensen@samsung.com>
Fri, 3 Jun 2022 19:48:24 +0000 (21:48 +0200)
commit9235a72a5df0fae1ede89f02717b597ef91cf6ad
tree2ec0bcc9c48602189c2a8d6b4a7147e88db7b378
parent2e8f952ae7de23b4847937dbbf51f7a1ab10a2af
hw/nvme: fix smart aen

Pass the right constant to nvme_smart_event(). The NVME_AER* values hold
the bit position in the SMART byte, not the shifted value that we expect
it to be in nvme_smart_event().

Fixes: c62720f137df ("hw/block/nvme: trigger async event during injecting smart warning")
Acked-by: zhenwei pi <pizhenwei@bytedance.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
hw/nvme/ctrl.c