From: Ján Tomko Date: Wed, 19 Jun 2019 20:41:55 +0000 (+0200) Subject: tests: qemuMonitorTest: drop the JSON field X-Git-Tag: v5.5.0-rc1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2545f61e95305af86595fd4a18a164db64b22050;p=thirdparty%2Flibvirt.git tests: qemuMonitorTest: drop the JSON field Now that we no longer support testing HMP monitor, the json field is pointless. Signed-off-by: Ján Tomko Reviewed-by: Andrea Bolognani --- diff --git a/tests/qemumonitortestutils.c b/tests/qemumonitortestutils.c index 9f18e511ac..d395a9b539 100644 --- a/tests/qemumonitortestutils.c +++ b/tests/qemumonitortestutils.c @@ -51,7 +51,6 @@ struct _qemuMonitorTest { virMutex lock; virThread thread; - bool json; bool quit; bool running; bool started; @@ -1189,7 +1188,6 @@ qemuMonitorTestNew(virDomainXMLOptionPtr xmlopt, if (!(test = qemuMonitorCommonTestNew(xmlopt, vm, &src))) goto error; - test->json = true; test->qapischema = schema; if (!(test->mon = qemuMonitorOpen(test->vm, &src,