qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC 0/3] qtest: base64 r/w and faster memset


From: John Snow
Subject: [Qemu-devel] [RFC 0/3] qtest: base64 r/w and faster memset
Date: Wed, 25 Feb 2015 11:34:55 -0500

Adds new qtest protocol commands for base64 reads and writes,
as well as a proper command for memset instead of faking it
via write.

RFC: Should base64 be the default, and hex nibbles be the opt-in?
Base64 hampers the debugability of smaller reads/writes for which
base64 won't provide much line speed improvement.

On the other hand, the more efficient encoding could benefit
any tests that send more than a couple of bytes of data at a time.

John Snow (3):
  qtest: allow arbitrarily long sends
  qtest: Add base64 encoded read/write
  qtest: add memset to qtest protocol

 qtest.c          | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 tests/libqtest.c | 39 ++++++++++++++++++-----
 tests/libqtest.h | 49 +++++++++++++++++++++++++++++
 3 files changed, 173 insertions(+), 9 deletions(-)

-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]