From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alCPG-00066x-Ek for qemu-devel@nongnu.org; Wed, 30 Mar 2016 05:27:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alCPC-0002B1-HS for qemu-devel@nongnu.org; Wed, 30 Mar 2016 05:27:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alCPC-00029l-BM for qemu-devel@nongnu.org; Wed, 30 Mar 2016 05:27:14 -0400 Message-ID: <1459330031.28167.17.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 30 Mar 2016 11:27:11 +0200 In-Reply-To: <1458902535-9715-1-git-send-email-109lozanoi@gmail.com> References: <1458902535-9715-1-git-send-email-109lozanoi@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] util: Improved qemu_hexmap() to include an ascii dump of the buffer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaac Lozano <109lozanoi@gmail.com> Cc: jasowang@redhat.com, thuth@redhat.com, peter.crosthwaite@xilinx.com, jsnow@redhat.com, qemu-devel@nongnu.org On Fr, 2016-03-25 at 03:42 -0700, Isaac Lozano wrote: > qemu_hexdump() in util/hexdump.c has been changed to give also include a > ascii dump of the buffer. Also, calls to hex_dump() in net/net.c have > been replaced with calls to qemu_hexdump(). This takes care of two misc > BiteSized Tasks. >=20 > Signed-off-by: Isaac Lozano <109lozanoi@gmail.com> Reviewed-by: Gerd Hoffmann