Comment 1 for bug 1697610

Revision history for this message
Christian Ehrhardt  (paelzer) wrote : Re: logfile not supported in this QEMU binary

Query Qemu the way Libvirt does to detect QEMU_CAPS_CHARDEV_LOGFILE:

virsh qemu-monitor-command instance-00000010 --pretty '{ "execute": "query-command-line-options"}'

Has:
      "parameters": [
[...]
        {
          "name": "logfile",
          "type": "string"
        },
      ],
      "option": "chardev"
    },

So the chardev should have the logfile option as it always had IMHO.