From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoH1y-0003VK-8N for qemu-devel@nongnu.org; Fri, 01 May 2015 15:55:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YoH1v-0001TK-3U for qemu-devel@nongnu.org; Fri, 01 May 2015 15:55:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoH1u-0001TA-UO for qemu-devel@nongnu.org; Fri, 01 May 2015 15:55:23 -0400 From: John Snow Date: Fri, 1 May 2015 15:55:08 -0400 Message-Id: <1430510112-30474-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] qtest: base64 r/w and faster memset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: marc.mari.barcelo@gmail.com, pbonzini@redhat.com, John Snow , afaerber@suse.de, stefanha@redhat.com Adds new qtest protocol commands for base64 reads and writes, as well as a proper command for memset instead of faking it via write. This improves the ahci-test performance on my machine from about 14 seconds to about 4. == For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch qtest_protocol https://github.com/jnsnow/qemu/tree/qtest_protocol This version is tagged qtest_protocol-v2: https://github.com/jnsnow/qemu/releases/tag/qtest_protocol-v2 == John Snow (4): qtest: allow arbitrarily long sends qtest: Add base64 encoded read/write qtest: add memset to qtest protocol libqos/ahci: Swap memread/write with bufread/write qtest.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++------ tests/ahci-test.c | 8 ++-- tests/libqos/ahci.c | 4 +- tests/libqtest.c | 39 +++++++++++++--- tests/libqtest.h | 49 ++++++++++++++++++++ 5 files changed, 201 insertions(+), 28 deletions(-) -- 2.1.0