]> git.proxmox.com Git - qemu-server.git/commit
vmconfig_apply_pending: remove redundant write/load config calls
authorOguz Bektas <o.bektas@proxmox.com>
Wed, 15 Jan 2020 13:48:59 +0000 (14:48 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 16 Jan 2020 09:29:31 +0000 (10:29 +0100)
commit3d48b95aa8208a7331a38ea8f1d3645b9e4d24f8
treec5d824d450f51a60e617ded329166096f821852a
parent5a7f7b99b2442092a53d16caaf88ce850bd9526b
vmconfig_apply_pending: remove redundant write/load config calls

since we handle errors gracefully now, we don't need to write & save
config every time we change a setting.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
PVE/QemuServer.pm