Hi,

> Without this patch the returned message for "query-chardev" is:
> 
> {
>     "return": [
>         {
>             "filename": "pty:/dev/pts/8",
>             "label": "charserial0"
>         },
>         {
>             "filename": "unix:/var/lib/libvirt/qemu/qemu-git.monitor,server",
>             "label": "charmonitor"
>         }
>     ],
>     "id": "libvirt-2"
> }
> 
> 
> this patch changes it to:
> 
> {
>     "return": [
>         {
>             "filename": "pty",
>             "label": "charserial0"
>         },
>         {
>             "filename": "unix:/var/lib/libvirt/qemu/qemu-git.monitor,server",
>             "label": "charmonitor"
>         }
>     ],
>     "id": "libvirt-2"
> }

Please double-check.  Current master
(87d23f78aa79b72da022afda358bbc8a8509ca70 to be exact) works just fine
for me.  libvirt works, including a serial line redirected to pty, and
'info chardev' looks sane too.

cheers,
  Gerd


Reply via email to