qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Klaus Jensen
Subject: Re: [PATCH RFC 3/3] hw/nvme: add nvme management interface model
Date: Fri, 18 Nov 2022 08:58:27 +0100

On Nov 18 08:56, Philippe Mathieu-Daudé wrote:
> On 16/11/22 09:43, Klaus Jensen wrote:
> > From: Klaus Jensen <k.jensen@samsung.com>
> > 
> > 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 <k.jensen@samsung.com>
> > ---
> >   hw/nvme/meson.build  |   1 +
> >   hw/nvme/nmi-i2c.c    | 381 +++++++++++++++++++++++++++++++++++++++++++
> >   hw/nvme/trace-events |   6 +
> >   3 files changed, 388 insertions(+)
> >   create mode 100644 hw/nvme/nmi-i2c.c
> 
> > +++ b/hw/nvme/nmi-i2c.c
> > @@ -0,0 +1,381 @@
> > +/*
> > + * SPDX-License-Identifier: GPL-2.0-only
> 
> Just curious, is this restricted license choice on purpose?
> 

No! That is a mistake!

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]