Page MenuHomeFreeBSD

D37650.diff
No OneTemporary

D37650.diff

diff --git a/usr.sbin/bhyve/pci_nvme.c b/usr.sbin/bhyve/pci_nvme.c
--- a/usr.sbin/bhyve/pci_nvme.c
+++ b/usr.sbin/bhyve/pci_nvme.c
@@ -2836,7 +2836,7 @@
}
static void
-pci_nvme_handle_doorbell(struct vmctx *ctx __unused, struct pci_nvme_softc* sc,
+pci_nvme_handle_doorbell(struct pci_nvme_softc* sc,
uint64_t idx, int is_sq, uint64_t value)
{
DPRINTF("nvme doorbell %lu, %s, val 0x%lx",
@@ -2959,7 +2959,7 @@
} else if (sc->compl_queues[idx].qbase == NULL)
return;
- pci_nvme_handle_doorbell(ctx, sc, idx, is_sq, value);
+ pci_nvme_handle_doorbell(sc, idx, is_sq, value);
return;
}

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 30, 6:12 PM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13196140
Default Alt Text
D37650.diff (611 B)

Event Timeline