]> git.proxmox.com Git - mirror_qemu.git/commit
qtest: add memset to qtest protocol
authorJohn Snow <jsnow@redhat.com>
Fri, 22 May 2015 18:13:44 +0000 (14:13 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 22 May 2015 19:58:22 +0000 (15:58 -0400)
commit4d00796364ec4edab86b08abc38fd644d5e3c0ad
treeef35c4260437568add05037ee7a004fc2bc49162
parent7a6a740d8dcc02f5693315d7935b5de9b963bb96
qtest: add memset to qtest protocol

Previously, memset was just a frontend to write() and only
stupidly sent the pattern many times across the wire.

Let's not discuss who stupidly wrote it like that in the first place.
(Hint: It was me.)

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1430864578-22072-4-git-send-email-jsnow@redhat.com
qtest.c
tests/libqtest.c