Re: [PATCH RFC 3/3] hw/nvme: add nvme management interface model

2022-11-17 Thread Klaus Jensen
On Nov 18 08:56, Philippe Mathieu-Daudé wrote: > On 16/11/22 09:43, Klaus Jensen wrote: > > From: Klaus Jensen > > > > Add the 'nmi-i2c' device that emulates an NVMe Management Interface > > controller. > > > > Initial support is very basic (Read NMI DS, Configuration Get). > > > > This is

Re: [PATCH RFC 3/3] hw/nvme: add nvme management interface model

2022-11-17 Thread Philippe Mathieu-Daudé
On 16/11/22 09:43, Klaus Jensen wrote: From: Klaus Jensen Add the 'nmi-i2c' device that emulates an NVMe Management Interface controller. Initial support is very basic (Read NMI DS, Configuration Get). This is based on previously posted code by Padmakar Kalghatgi, Arun Kumar Agasar and

[PATCH RFC 3/3] hw/nvme: add nvme management interface model

2022-11-16 Thread Klaus Jensen
From: Klaus Jensen Add the 'nmi-i2c' device that emulates an NVMe Management Interface controller. Initial support is very basic (Read NMI DS, Configuration Get). This is based on previously posted code by Padmakar Kalghatgi, Arun Kumar Agasar and Saurav Kumar. Signed-off-by: Klaus Jensen