]> git.proxmox.com Git - qemu-server.git/commit - PVE/CLI/qm.pm
fix #1908: add vmgenid config/device
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 19 Sep 2018 09:35:11 +0000 (11:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Sep 2018 10:23:24 +0000 (12:23 +0200)
commit6ee499fff8f9cce556ebc2fdaa11b8475d0eceb4
tree412c3c297bf8bfcfdf6f4598404c0d1b3cdf58e1
parentdd84e5ec14791628f7241cb807b47b06bb3ace84
fix #1908: add vmgenid config/device

this adds a VM Generation ID device uses by Windows (Server) to determine
some specific actions that may have happened with the vm
such as rollback, restore, etc.

see:

https://docs.microsoft.com/en-us/windows/desktop/hyperv_v2/virtual-machine-generation-identifier

for details on how it works and when it should change

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu.pm
PVE/CLI/qm.pm
PVE/QemuConfig.pm
PVE/QemuServer.pm