[PR #217] [CLOSED] hw/nvme: add support for namespace management. #257

Open
opened 2026-01-31 21:30:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/217
Author: @GavinGuoo
Created: 8/18/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 3406dbd hw/nvme: add support for namespace management.

📊 Changes

2 files changed (+54 additions, -0 deletions)

View changed files

📝 hw/nvme/ctrl.c (+48 -0)
📝 include/block/nvme.h (+6 -0)

📄 Description

This adds support for the namespaces management feature.

Namespace management includes deleting and creating ns. This path is
for ns deletion. A subsequent patch will introduce the ns creation
feature.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/217 **Author:** [@GavinGuoo](https://github.com/GavinGuoo) **Created:** 8/18/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3406dbd`](https://github.com/qemu/qemu/commit/3406dbd32ad1a3ac1a2dc71cc2c63badd75590dc) hw/nvme: add support for namespace management. ### 📊 Changes **2 files changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `hw/nvme/ctrl.c` (+48 -0) 📝 `include/block/nvme.h` (+6 -0) </details> ### 📄 Description This adds support for the namespaces management feature. Namespace management includes deleting and creating ns. This path is for ns deletion. A subsequent patch will introduce the ns creation feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:30:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#257