qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/3] hw/block/nvme: add administrative controller support


From: Klaus Jensen
Subject: [PATCH 0/3] hw/block/nvme: add administrative controller support
Date: Thu, 11 Mar 2021 07:38:48 +0100

From: Klaus Jensen <k.jensen@samsung.com>

This series allows the controller to behave as an Administrative
Controller. This is useful when emulating a subsystem.

Since some commands are prohibited for an Administrative Controller,
this series includes patches that make the CSE log page dynamic and
allows supported features and commands to be fine-tuned with the new
'oncs' and 'oacs' parameters. By default, the device supports as much as
possible.

Gollu Appalanaidu (2):
  hw/block/nvme: add oncs device parameter
  hw/block/nvme: add oacs device parameter

Padmakar Kalghatgi (1):
  hw/block/nvme: add administrative controller type

 hw/block/nvme.h        |  11 +++
 include/block/nvme.h   |   8 ++
 hw/block/nvme-subsys.c |   6 +-
 hw/block/nvme.c        | 193 +++++++++++++++++++++++++++++------------
 4 files changed, 162 insertions(+), 56 deletions(-)

-- 
2.30.1




reply via email to

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