[PATCH v3 0/4] support NVMe smart critial warning injection

zhenwei pi posted 4 patches 4 years, 10 months ago
Only 3 patches received!
There is a newer version of this series
hw/block/nvme.c      | 86 ++++++++++++++++++++++++++++++++++++++++----
hw/block/nvme.h      |  1 +
include/block/nvme.h |  1 +
3 files changed, 81 insertions(+), 7 deletions(-)
[PATCH v3 0/4] support NVMe smart critial warning injection
Posted by zhenwei pi 4 years, 10 months ago
v2 -> v3:
- Introduce "Persistent Memory Region has become read-only or
  unreliable"

- Fix overwritten bar.cap

- Check smart critical warning value from QOM.

- Trigger asynchronous event during smart warning injection.

v1 -> v2:
- Suggested by Philippe & Klaus, set/get smart_critical_warning by QMP.

v1:
- Add smart_critical_warning for nvme device which can be set by QEMU
  command line to emulate hardware error.

Zhenwei Pi (4):
  block/nvme: introduce bit 5 for critical warning
  hw/block/nvme: fix overwritten bar.cap
  hw/block/nvme: add smart_critical_warning property
  hw/blocl/nvme: trigger async event during injecting smart warning

 hw/block/nvme.c      | 86 ++++++++++++++++++++++++++++++++++++++++----
 hw/block/nvme.h      |  1 +
 include/block/nvme.h |  1 +
 3 files changed, 81 insertions(+), 7 deletions(-)

-- 
2.25.1