qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

qtest: fix fuzzer-related 80-char limit violations

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-id: 20200227031439.31386-3-alxndr@bu.edu
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

authored by

Alexander Bulekov and committed by
Stefan Hajnoczi
3fc92f87 2f36421c

+6 -2
+2 -1
qtest.c
··· 794 794 } 795 795 } 796 796 797 - void qtest_server_set_send_handler(void (*send)(void*, const char*), void *opaque) 797 + void qtest_server_set_send_handler(void (*send)(void*, const char*), 798 + void *opaque) 798 799 { 799 800 qtest_server_send = send; 800 801 qtest_server_send_opaque = opaque;
+4 -1
tests/qtest/fuzz/qos_fuzz.c
··· 120 120 QOSGraphNode *path; 121 121 QOSGraphEdge *edge; 122 122 123 - /* etype set to QEDGE_CONSUMED_BY so that machine can add to the command line */ 123 + /* 124 + * etype set to QEDGE_CONSUMED_BY so that machine can add to the command 125 + * line 126 + */ 124 127 QOSEdgeType etype = QEDGE_CONSUMED_BY; 125 128 126 129 /* twice QOS_PATH_MAX_ELEMENT_SIZE since each edge can have its arg */