From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqPxY-0000Xj-Vj for qemu-devel@nongnu.org; Thu, 07 May 2015 13:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqPxS-0003Ra-PS for qemu-devel@nongnu.org; Thu, 07 May 2015 13:51:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqPxS-0003RG-Kh for qemu-devel@nongnu.org; Thu, 07 May 2015 13:51:38 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 56ABB8E666 for ; Thu, 7 May 2015 17:51:37 +0000 (UTC) From: John Snow Date: Thu, 7 May 2015 13:51:34 -0400 Message-Id: <1431021095-7558-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] qtest: hex nib buffering List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: John Snow , armbru@redhat.com This patch requires (as context only) patches 1,2 (but excluding patch 4) from: Message-id: 1430864578-22072-1-git-send-email-jsnow@redhat.com [PATCH v3 0/5] qtest: base64 r/w and faster memset Or, alternatively, use the github mirrors below. == For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch qtest_batching https://github.com/jnsnow/qemu/tree/qtest_batching This version is tagged qtest_batching-v1: https://github.com/jnsnow/qemu/releases/tag/qtest_batching-v1 == John Snow (1): qtest: pre-buffer hex nibs qtest.c | 11 +++++++---- tests/libqtest.c | 8 +++++--- 2 files changed, 12 insertions(+), 7 deletions(-) -- 2.1.0