Re: [PATCH v2 1/1] hw/block/nvme: add smart_critical_warning property

2021-01-12 Thread Klaus Jensen
On Jan 12 15:49, zhenwei pi wrote: > There is a very low probability that hitting physical NVMe disk > hardware critical warning case, it's hard to write & test a monitor > agent service. > > For debugging purposes, add a new 'smart_critical_warning' property > to emulate this situation. > > The

[PATCH v2 1/1] hw/block/nvme: add smart_critical_warning property

2021-01-11 Thread zhenwei pi
There is a very low probability that hitting physical NVMe disk hardware critical warning case, it's hard to write & test a monitor agent service. For debugging purposes, add a new 'smart_critical_warning' property to emulate this situation. The orignal version of this change is implemented by