diff options
author | Yuval Shaia | 2018-08-05 17:35:08 +0200 |
---|---|---|
committer | Marcel Apfelbaum | 2018-08-18 16:59:42 +0200 |
commit | ef846e026c30c39239500d0b91b26d4fecc1f1d0 (patch) | |
tree | 518edd5cf09395ae135d8cc3de2e2edb2ace35cc /hw/rdma/vmw | |
parent | hw/pvrdma: Bugfix - provide the correct attr_mask to query_qp (diff) | |
download | qemu-ef846e026c30c39239500d0b91b26d4fecc1f1d0.tar.gz qemu-ef846e026c30c39239500d0b91b26d4fecc1f1d0.tar.xz qemu-ef846e026c30c39239500d0b91b26d4fecc1f1d0.zip |
hw/rdma: Modify debug macros
- Add line counter to ease navigation in log
- Print rdma instead of pvrdma
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Message-Id: <20180805153518.2983-4-yuval.shaia@oracle.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Diffstat (limited to 'hw/rdma/vmw')
-rw-r--r-- | hw/rdma/vmw/pvrdma_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/rdma/vmw/pvrdma_main.c b/hw/rdma/vmw/pvrdma_main.c index 6a5073974d..1b1330e113 100644 --- a/hw/rdma/vmw/pvrdma_main.c +++ b/hw/rdma/vmw/pvrdma_main.c @@ -577,6 +577,8 @@ static void pvrdma_realize(PCIDevice *pdev, Error **errp) Object *memdev_root; bool ram_shared = false; + init_pr_dbg(); + pr_dbg("Initializing device %s %x.%x\n", pdev->name, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)); |