qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Test comment for git-publish
@ 2021-06-11 16:20 Mauro Matteo Cascella
  2021-06-11 16:23 ` Mauro Matteo Cascella
  2021-06-14 22:50 ` no-reply
  0 siblings, 2 replies; 3+ messages in thread
From: Mauro Matteo Cascella @ 2021-06-11 16:20 UTC (permalink / raw)
  To: mcascell, qemu-devel; +Cc: Yuval Shaia

---
 hw/rdma/vmw/pvrdma_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/rdma/vmw/pvrdma_main.c b/hw/rdma/vmw/pvrdma_main.c
index 84ae8024fc..e229c19564 100644
--- a/hw/rdma/vmw/pvrdma_main.c
+++ b/hw/rdma/vmw/pvrdma_main.c
@@ -427,7 +427,7 @@ static void pvrdma_regs_write(void *opaque, hwaddr addr, uint64_t val,
     case PVRDMA_REG_REQUEST:
         if (val == 0) {
             trace_pvrdma_regs_write(addr, val, "REQUEST", "");
-            pvrdma_exec_cmd(dev);
+            pvrdma_exec_cmd(dev); // this is a test comment
         }
         break;
     default:
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-14 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 16:20 [PATCH] Test comment for git-publish Mauro Matteo Cascella
2021-06-11 16:23 ` Mauro Matteo Cascella
2021-06-14 22:50 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).