Re: [PATCH v3 3/3] qmp: add new qmp display-reload
> +## > +# @DiaplayReloadInfo: Display > +{ 'struct': 'DiaplayReloadInfo', Same here. take care, Gerd
[PATCH v3 3/3] qmp: add new qmp display-reload
This patch provides a new qmp to reload display configuration without restart VM, but only reloading the vnc tls certificates is implemented. Example: {"execute": "display-reload", "arguments":{"vnc-tls-certs": true}} Signed-off-by: Zihao Chang --- monitor/qmp-cmds.c | 12 qapi/ui.j