Re: [libvirt PATCH] qemu_monitor_json: fix JSON generator for VC chardev

2021-02-04 Thread Michal Privoznik
On 2/4/21 1:06 PM, Pavel Hrdina wrote: On Thu, Feb 04, 2021 at 01:00:51PM +0100, Michal Privoznik wrote: On 2/3/21 7:01 PM, Pavel Hrdina wrote: The correct backend type is 'vc', same as in qemuBuildChrChardevStr() where we generate qemu command line. Signed-off-by: Pavel Hrdina ---

Re: [libvirt PATCH] qemu_monitor_json: fix JSON generator for VC chardev

2021-02-04 Thread Pavel Hrdina
On Thu, Feb 04, 2021 at 01:00:51PM +0100, Michal Privoznik wrote: > On 2/3/21 7:01 PM, Pavel Hrdina wrote: > > The correct backend type is 'vc', same as in qemuBuildChrChardevStr() > > where we generate qemu command line. > > > > Signed-off-by: Pavel Hrdina > > --- > >

Re: [libvirt PATCH] qemu_monitor_json: fix JSON generator for VC chardev

2021-02-04 Thread Michal Privoznik
On 2/3/21 7:01 PM, Pavel Hrdina wrote: The correct backend type is 'vc', same as in qemuBuildChrChardevStr() where we generate qemu command line. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_monitor_json.c | 5 - tests/qemumonitorjsontest.c | 2 +- 2 files changed, 5 insertions(+), 2

[libvirt PATCH] qemu_monitor_json: fix JSON generator for VC chardev

2021-02-03 Thread Pavel Hrdina
The correct backend type is 'vc', same as in qemuBuildChrChardevStr() where we generate qemu command line. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_monitor_json.c | 5 - tests/qemumonitorjsontest.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git