commit | 9cc07651655ee86eca41059f5ead8c4e5607c734 | [log] [tgz] |
---|---|---|
author | Zihao Chang <changzihao1@huawei.com> | Tue Mar 16 15:58:45 2021 +0800 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Mar 23 08:48:21 2021 +0100 |
tree | 36a0b9790f12da378b519eb1ffff096a445bbbc6 | |
parent | 1f08e3415120637cad7f540d9ceb4dba3136dbdd [diff] |
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":{"type": "vnc", "tls-certs": true}} Signed-off-by: Zihao Chang <changzihao1@huawei.com> Message-Id: <20210316075845.1476-4-changzihao1@huawei.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>