[pve-devel] applied-series: [PATCH qemu-server/docs/manager v2] improve hibernation vmstate handling
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Dec 11 10:09:11 CET 2019
On 12/9/19 3:26 PM, Dominik Csapak wrote:
> this series adds additional privilege checks for the vmstate with
> hibernation, also adds docs and gui support for selecting the
> vmstate storage
>
> changes from v1:
> * add docs
> * add gui for vmstatestorage
> * improve comments
> * remove unecessary lock from api
> * conditionally check privs in PVE::QemuServer::vm_suspend
>
> the gui patch needs the docs patch as dev dependcy for the onlinehelp section
applied series, but voided above requirement, I did not wanted to bump
pve-docs just for this. I changed the onlineHelp to the general qemu
chapter (with FIXME comment) and expanded the empty text for now.
>
> qemu-server:
>
> Dominik Csapak (3):
> refactor finding of vmstate storage
> suspend to disk: check more permissions
> move vmstate check to check_vm_modify_config_perm
>
> PVE/API2/Qemu.pm | 24 +++++++++++++++++++++---
> PVE/QemuConfig.pm | 18 +++---------------
> PVE/QemuServer.pm | 36 ++++++++++++++++++++++++++++++++++++
> 3 files changed, 60 insertions(+), 18 deletions(-)
>
> pve-docs:
>
> Dominik Csapak (1):
> add chapter about hibernation and vmstate storage selection
>
> qm.adoc | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> pve-manager:
>
> Dominik Csapak (1):
> ui: make vmstatestorage configureable
>
> www/manager6/qemu/Options.js | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>
More information about the pve-devel
mailing list