]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
fix #4553: nvidia vgpu: reuse smbios uuid for '-uuid' parameter
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 27 Feb 2023 15:34:27 +0000 (16:34 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 16 Mar 2023 08:08:27 +0000 (09:08 +0100)
commitc8bd54e9a8367c4926a7029b209fded16f46c040
tree5e439a26d7b4128a6adce2163bd18e73ad708f58
parent79f5ca393ab3608ff2e82c929167f079f964a505
fix #4553: nvidia vgpu: reuse smbios uuid for '-uuid' parameter

instead of using the mdev uuid. The nvidia driver does not actually care
that it's the same as the mdev, and in qemu the uuid parameter
overwrites the smbios1 uuid internally, so we should have been reusing
that in the first place.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm