Re: [Qemu-devel] [PATCH v4] thunk: fix of malloc to g_new

2019-03-06 Thread Stefan Hajnoczi
On Sat, Mar 02, 2019 at 01:22:29AM +0530, Aarushi Mehta wrote: > From 3c1cba63dc5070ab559a126e206557f27fbaea59 Mon Sep 17 00:00:00 2001 > From: Aarushi Mehta > Date: Sat, 2 Mar 2019 01:11:42 +0530 > Subject: [PATCH v4] thunk: fix of malloc to g_new > > Note that since thunking occurs throughout t

[Qemu-devel] [PATCH v4] thunk: fix of malloc to g_new

2019-03-01 Thread Aarushi Mehta
>From 3c1cba63dc5070ab559a126e206557f27fbaea59 Mon Sep 17 00:00:00 2001 From: Aarushi Mehta Date: Sat, 2 Mar 2019 01:11:42 +0530 Subject: [PATCH v4] thunk: fix of malloc to g_new Note that since thunking occurs throughout the lifetime of the QEMU instance, there is no matching 'free' to correct.