[pve-devel] [PATCH qemu-server 06/13] error when using vmgenid on arm
    Wolfgang Bumiller 
    w.bumiller at proxmox.com
       
    Wed Oct 24 10:56:42 CEST 2018
    
    
  
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
 PVE/QemuServer.pm | 1 +
 1 file changed, 1 insertion(+)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 76bd275..ab0f662 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -3281,6 +3281,7 @@ sub config_to_command {
     }
 
     if ($conf->{vmgenid}) {
+	die "vmgenid is not supported on arm64\n" if $arch eq 'arm64';
 	push @$devices, '-device', 'vmgenid,guid='.$conf->{vmgenid};
     }
 
-- 
2.11.0
    
    
More information about the pve-devel
mailing list