Re: [Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h

2016-05-03 Thread haris iqbal
On Wed, May 4, 2016 at 12:32 AM, Peter Maydell wrote: > On 3 May 2016 at 19:10, haris iqbal wrote: >> On Tue, May 3, 2016 at 11:02 PM, Sean Bruno wrote: >>> If this is the only patch needing review for the bsd-user code, please >>> put me down as Reviewed by. >> >> Sorry, I am a newbie. Just to

Re: [Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h

2016-05-03 Thread Peter Maydell
On 3 May 2016 at 19:10, haris iqbal wrote: > On Tue, May 3, 2016 at 11:02 PM, Sean Bruno wrote: >> If this is the only patch needing review for the bsd-user code, please >> put me down as Reviewed by. > > Sorry, I am a newbie. Just to confirm, should I send the patch again > with "Reviewed by : S

Re: [Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h

2016-05-03 Thread haris iqbal
On Tue, May 3, 2016 at 11:02 PM, Sean Bruno wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > > > On 05/03/16 02:45, haris iqbal wrote: >> Just a reminder. waiting for a review for the previous patch. >> >> On Tue, Apr 5, 2016 at 6:39 PM, Md Haris Iqbal >> wrote: >>> Signed-off-by: M

Re: [Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h

2016-05-03 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/03/16 02:45, haris iqbal wrote: > Just a reminder. waiting for a review for the previous patch. > > On Tue, Apr 5, 2016 at 6:39 PM, Md Haris Iqbal > wrote: >> Signed-off-by: Md Haris Iqbal --- >> bsd-user/qemu.h | 4 ++-- 1 file changed, 2

Re: [Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h

2016-05-03 Thread haris iqbal
Just a reminder. waiting for a review for the previous patch. On Tue, Apr 5, 2016 at 6:39 PM, Md Haris Iqbal wrote: > Signed-off-by: Md Haris Iqbal > --- > bsd-user/qemu.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h > index 03b5

[Qemu-devel] [PATCH v1] Changed malloc to g_malloc, free to g_free in bsd-user/qemu.h

2016-04-05 Thread Md Haris Iqbal
Signed-off-by: Md Haris Iqbal --- bsd-user/qemu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 03b502a..5fac42e 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -357,7 +357,7 @@ static inline void *lock_user(int type, abi_ulo