]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/nvme: Use host PCI MMIO API
authorFarhan Ali <alifm@linux.ibm.com>
Wed, 30 Apr 2025 18:50:12 +0000 (11:50 -0700)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 8 May 2025 14:21:10 +0000 (10:21 -0400)
commit624379be3a8136db420ec3a3fee36fe91e9f789e
tree61dc0b66f37f6648097610727eca5b9d61434fae
parent40f940923f8978ce1ffe8e735cc42ade2e519be3
block/nvme: Use host PCI MMIO API

Use the host PCI MMIO functions to read/write
to NVMe registers, rather than directly accessing
them.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Farhan Ali <alifm@linux.ibm.com>
Message-id: 20250430185012.2303-4-alifm@linux.ibm.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/nvme.c