Re: [PATCH v5 3/3] block/nvme: Use host PCI MMIO API

2025-04-25 Thread Thomas Huth
On 17/04/2025 19.38, Farhan Ali wrote: Use the host PCI MMIO functions to read/write to NVMe registers, rather than directly accessing them. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Stefan Hajnoczi Signed-off-by: Farhan Ali --- block/nvme.c | 41 +++--

[PATCH v5 3/3] block/nvme: Use host PCI MMIO API

2025-04-17 Thread Farhan Ali
Use the host PCI MMIO functions to read/write to NVMe registers, rather than directly accessing them. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Stefan Hajnoczi Signed-off-by: Farhan Ali --- block/nvme.c | 41 +++-- 1 file changed, 23 insertions(+), 18