提交 bb991288 编写于 作者: M Michael S. Tsirkin

ringtest: pass buf != NULL

just a stub pointer for now.
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 87c9403b
......@@ -115,7 +115,7 @@ static void run_guest(void)
do {
if (started < bufs &&
started - completed < max_outstanding) {
r = add_inbuf(0, NULL, "Hello, world!");
r = add_inbuf(0, "Buffer\n", "Hello, world!");
if (__builtin_expect(r == 0, true)) {
++started;
if (!--tokick) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册