On 16/11/22 09:43, Klaus Jensen wrote:
From: Klaus Jensen <k.jen...@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.jen...@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?

+ *
+ * SPDX-FileCopyrightText: Copyright (c) 2022 Samsung Electronics Co., Ltd.
+ *
+ * SPDX-FileContributor: Padmakar Kalghatgi <p.kalgha...@samsung.com>
+ * SPDX-FileContributor: Arun Kumar Agasar <arun....@samsung.com>
+ * SPDX-FileContributor: Saurav Kumar <saurav...@partner.samsung.com>
+ * SPDX-FileContributor: Klaus Jensen <k.jen...@samsung.com>
+ */


Reply via email to