[PATCH v4 0/2] hw/nvme: Properties for PCI vendor/dev IDs and IEEE-OUI

Saif Abrar posted 2 patches 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251127120322.2997269-1-saif.abrar@linux.vnet.ibm.com
Maintainers: Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>, Jesper Devantier <foss@defmacro.it>
hw/nvme/ctrl.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++---
hw/nvme/nvme.h |  7 +++++++
2 files changed, 56 insertions(+), 3 deletions(-)
[PATCH v4 0/2] hw/nvme: Properties for PCI vendor/dev IDs and IEEE-OUI
Posted by Saif Abrar 2 months, 1 week ago
Add properties for user-specified PCI vendor/device IDs and IEEE-OUI.
PCI properties are now set independently of each other and
used only when use_intel_id is not set.

Saif Abrar (2):
  hw/nvme: Add properties for PCI vendor/device IDs
  hw/nvme: Add property for user-specified IEEE-OUI ID

 hw/nvme/ctrl.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++---
 hw/nvme/nvme.h |  7 +++++++
 2 files changed, 56 insertions(+), 3 deletions(-)

-- 
v3 -> v4: Resolve merge commits when moving to the latest repo.

2.47.3
Re: [PATCH v4 0/2] hw/nvme: Properties for PCI vendor/dev IDs and IEEE-OUI
Posted by Jesper Devantier 1 month, 4 weeks ago
On 2025-11-27 06:02:49 -0600 -0600, Saif Abrar wrote:
> Add properties for user-specified PCI vendor/device IDs and IEEE-OUI.
> PCI properties are now set independently of each other and
> used only when use_intel_id is not set.
>
> Saif Abrar (2):
> hw/nvme: Add properties for PCI vendor/device IDs
> hw/nvme: Add property for user-specified IEEE-OUI ID
>
> hw/nvme/ctrl.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++---
> hw/nvme/nvme.h | 7 +++++++
> 2 files changed, 56 insertions(+), 3 deletions(-)
>
> --
> v3 -> v4: Resolve merge commits when moving to the latest repo.
>
> 2.47.3


Reviewed-by: Jesper Wendel Devantier <foss@defmacro.it>