qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] First contribution - Interested in Outreachy


From: Prerna Garg
Subject: [Qemu-devel] First contribution - Interested in Outreachy
Date: Mon, 10 Apr 2017 19:21:53 +0000

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;
         }




reply via email to

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