From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAhLB-0002dV-Tz for qemu-devel@nongnu.org; Fri, 25 Jul 2014 11:23:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAhL4-0004Ku-E7 for qemu-devel@nongnu.org; Fri, 25 Jul 2014 11:23:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAhL3-0004Ko-TR for qemu-devel@nongnu.org; Fri, 25 Jul 2014 11:23:18 -0400 Date: Fri, 25 Jul 2014 16:23:14 +0100 From: Stefan Hajnoczi Message-ID: <20140725152314.GF1855@stefanha-thinkpad.redhat.com> References: <1406226665-1710-1-git-send-email-marc.mari.barcelo@gmail.com> <1406226665-1710-6-git-send-email-marc.mari.barcelo@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JSkcQAAxhB1h8DcT" Content-Disposition: inline In-Reply-To: <1406226665-1710-6-git-send-email-marc.mari.barcelo@gmail.com> Subject: Re: [Qemu-devel] [PATCH 5/7] libqos: Change free function called in malloc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marc =?iso-8859-1?Q?Mar=ED?= Cc: Paolo Bonzini , qemu-devel@nongnu.org --JSkcQAAxhB1h8DcT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 24, 2014 at 08:31:03PM +0200, Marc Mar=ED wrote: > Signed-off-by: Marc Mar=ED > --- > tests/libqos/malloc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/libqos/malloc.h b/tests/libqos/malloc.h > index 46f6000..5565381 100644 > --- a/tests/libqos/malloc.h > +++ b/tests/libqos/malloc.h > @@ -32,7 +32,7 @@ static inline uint64_t guest_alloc(QGuestAllocator *all= ocator, size_t size) > =20 > static inline void guest_free(QGuestAllocator *allocator, uint64_t addr) > { > - allocator->alloc(allocator, addr); > + allocator->free(allocator, addr); > } Hahahahahahaha! Reviewed-by: Stefan Hajnoczi --JSkcQAAxhB1h8DcT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJT0nZiAAoJEJykq7OBq3PI7S4H/RtQwDykrCV2Gu5llz2kC33W tGKUXSSvYwH4+sh+R59OQXTrhue2eWCeEhDKeVDikOuu4o3nQxgjEp2uGdQjTVnP txjL3mxm2RV4ng5QeSxG6J52p/y9O6cZ1C7GZfMKr90S2LIfJVZEJDQLetSKgt5c D1qf2INofRrg1jfzbPPiUF5ypugRqPZre4aZ+qCKM1mh3SDkv6sOowsVyQXQHug9 jFMRNNbDyvkPb8WFEaCpf4U+XEJjeApYnkPKSnCQBtwuZX57GsWzraTZXyfnfcCS 6RFHDb8gQaBgS/6tDND/FvAaJYRlCZbrPGkIIKEQ2hQafjClsDEDhpV9Gb0O9Jw= =VVeG -----END PGP SIGNATURE----- --JSkcQAAxhB1h8DcT--