qemu-devel@nongnu.org (open list:All patches CC here)
>
> Send the patch to qemu-devel, cc: Riku.
>
> All of this and much more is documented at
> <http://wiki.qemu.org/Contribute/SubmitAPatch>. It's a learning curve,
> but we'll gladly help you along.
>
> Sara
util/envlist.c:This patch replaces malloc with g_malloc
This replacement was suggested as part of the bite-sized tasks.
Signed-off-by: Sarah Khan
--
diff --git a/util/envlist.c b/util/envlist.c
index e86857e..0324fe2 100644
--- a/util/envlist.c
+++ b/util/envlist.c
@@ -25,7 +25,7
live for
the entire lifetime of the program and is automatically freed when
QEMU exits.
This replacement was suggested as part of the bite-sized tasks.
Signed-off-by: Sarah Khan
---
Changes in v2 :Make commit message clearer
Replace g_malloc() with g_new()
---
thunk.c | 2 +-
1
Ok. Will complete the required.
Thanks,
Sarah
On 4 March 2016 at 15:44, Eric Blake wrote:
> On 03/04/2016 07:53 AM, Sarah Khan wrote:
>> This patch replaces malloc() with g_malloc() as stated to be done in
bitesized task
>>
>> diff --git a/thunk.c b/thunk.c
>> in
This patch replaces malloc() with g_malloc() as stated to be done in bitesized
task
diff --git a/thunk.c b/thunk.c
index f057d86..bddabae 100644
--- a/thunk.c
+++ b/thunk.c
@@ -88,7 +88,7 @@ void thunk_register_struct(int id, const char *name, const
argtype *types)
for(i = 0;i < 2; i++) {
Hi,
I have been looking forward to participate in outreachy round 12.So, I was
trying to install guest OS in VM according to instructions as given on this
link:
http://wiki.qemu-project.org/Hosts/Linux but I am stuck after the
instruction which tells to boot PC-BIOS which is
bin/debug/native/x86_6