qemu-block
[Top][All Lists]
Advanced

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

[Qemu-block] [PATCH v3 07/10] hw/block/nvme: Always apply block configur


From: Ari Sundholm
Subject: [Qemu-block] [PATCH v3 07/10] hw/block/nvme: Always apply block configuration to block driver
Date: Thu, 7 Jun 2018 18:38:11 +0300

This allows the block driver to use the block configuration of the new
NVMe device. One use for this information is to set request limits
using this information.

Signed-off-by: Ari Sundholm <address@hidden>
---
 hw/block/nvme.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/block/nvme.c b/hw/block/nvme.c
index 811084b..3b00dff 100644
--- a/hw/block/nvme.c
+++ b/hw/block/nvme.c
@@ -1225,6 +1225,7 @@ static void nvme_realize(PCIDevice *pci_dev, Error **errp)
                                        false, errp)) {
         return;
     }
+    blkconf_apply_to_blkdrv(&n->conf);
 
     pci_conf = pci_dev->config;
     pci_conf[PCI_INTERRUPT_PIN] = 1;
-- 
2.7.4




reply via email to

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