From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQZYO-0005QP-Tj for qemu-devel@nongnu.org; Wed, 25 Feb 2015 05:51:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQZYL-0008Et-OU for qemu-devel@nongnu.org; Wed, 25 Feb 2015 05:50:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQZYL-0008Ek-GR for qemu-devel@nongnu.org; Wed, 25 Feb 2015 05:50:53 -0500 Date: Wed, 25 Feb 2015 10:50:48 +0000 From: Stefan Hajnoczi Message-ID: <20150225105048.GG18680@stefanha-thinkpad.redhat.com> References: <1424812915-25728-1-git-send-email-marc.mari.barcelo@gmail.com> <1424812915-25728-5-git-send-email-marc.mari.barcelo@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JbKQpFqZXJ2T76Sg" Content-Disposition: inline In-Reply-To: <1424812915-25728-5-git-send-email-marc.mari.barcelo@gmail.com> Subject: Re: [Qemu-devel] [PATCH v5 4/5] libqos: Add malloc generic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marc =?iso-8859-1?Q?Mar=ED?= Cc: kwolf@redhat.com, jsnow@redhat.com, qemu-devel@nongnu.org --JbKQpFqZXJ2T76Sg Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 24, 2015 at 10:21:54PM +0100, Marc Mar=ED wrote: > This malloc is a basic interface implementation that works for any platfo= rm. > It should be replaced in the future for a real malloc implementation for = each > of the platforms. >=20 > Signed-off-by: Marc Mar=ED > --- > tests/libqos/malloc-generic.c | 39 +++++++++++++++++++++++++++++++++++= ++++ > tests/libqos/malloc-generic.h | 21 +++++++++++++++++++++ > 2 files changed, 60 insertions(+) > create mode 100644 tests/libqos/malloc-generic.c > create mode 100644 tests/libqos/malloc-generic.h Thanks, I'll merge this. My fix was equivalent but it's nice to get the original from you. Stefan --JbKQpFqZXJ2T76Sg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU7akIAAoJEJykq7OBq3PIgmAH/jpt2J+LbChOABC0K8LV+Ahr rClAhsr4K7Kni0zyu0mFzZC7Ld5EV3lPBR/gUy1WxsC4Jc/a50a7o6pt+Usq/3cO ia/aYAbCECyVBvRD7v9WsOxWRqUuTmktDWd4Ypt8powZgGind5TF/T1rJ3+V95Ke 47hg/dVF5ZkwdgwHRJG/bfbK2SZ+tBeayvMLMm+jHag8EFtipY1iO5lkyd7vQrkw cklLKlzTu4FH/wVxJqFcJ/JUHmg/Zmv3lJC58GPkvS8urNajCny+87II36nBd+A7 fCsY7BUNQRQQSfv2OUVkpJV+IUJupOaMmUXnmW4GzAX+1wGn+hLVurG7mqSQA/U= =9T04 -----END PGP SIGNATURE----- --JbKQpFqZXJ2T76Sg--