提交 86d648f2 编写于 作者: J Ján Tomko

qemu: monitor: remove the json field

Now that it is no longer used, remove it.
Signed-off-by: NJán Tomko <jtomko@redhat.com>
Acked-by: NPeter Krempa <pkrempa@redhat.com>
上级 4d5da03c
......@@ -101,7 +101,6 @@ struct _qemuMonitor {
int nextSerial;
bool json;
bool waitGreeting;
/* cache of query-command-line-options results */
......@@ -833,7 +832,6 @@ qemuMonitorOpenInternal(virDomainObjPtr vm,
mon->fd = fd;
mon->hasSendFD = hasSendFD;
mon->vm = virObjectRef(vm);
mon->json = true;
mon->waitGreeting = true;
mon->cb = cb;
mon->callbackOpaque = opaque;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册