All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] First contribution - Interested in Outreachy
@ 2017-04-10 19:21 Prerna Garg
  2017-04-10 19:59 ` Prerna Garg
  0 siblings, 1 reply; 6+ messages in thread
From: Prerna Garg @ 2017-04-10 19:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, kwolf, Alberto Garcia

Hello,


This is my first patch submission. I am interested in the block filter project for this round of Outreachy.


diff --git a/backends/hostmem.c b/backends/hostmem.c
index 89feb9e..f056a25 100644
--- a/backends/hostmem.c
+++ b/backends/hostmem.c
@@ -263,7 +263,7 @@ host_memory_backend_memory_complete(UserCreatable *uc, Error **errp)
     uint64_t sz;

     if (bc->alloc) {
-        bc->alloc(backend, &local_err);
+        bc->g_alloc(backend, &local_err);
         if (local_err) {
             goto out;
         }

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

end of thread, other threads:[~2017-04-13  0:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10 19:21 [Qemu-devel] First contribution - Interested in Outreachy Prerna Garg
2017-04-10 19:59 ` Prerna Garg
2017-04-11  7:53   ` Kevin Wolf
     [not found]     ` <BM1PR01MB0722AC7132DBFA648D3732A084000@BM1PR01MB0722.INDPRD01.PROD.OUTLOOK.COM>
2017-04-11 16:44       ` [Qemu-devel] Fw: " Prerna Garg
2017-04-12  9:41         ` Alberto Garcia
2017-04-13  0:32         ` Fam Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.