[pve-devel] configure qemu vm args with api interface

Dietmar Maurer dietmar at proxmox.com
Thu Jun 26 11:26:29 CEST 2014


> I think this will work. But how can I set a new smbios option?

I finally called the option 'smbios1':

smbios1: [manufacturer=str][,product=str][,version=str][,serial=str][,uuid=uuid][,sku=str][,family=str]

see: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=2796e7d542b4ca50b37d40fc4e76c8b23eee50bb

example usage:

# qm set 100 -smbios1 "uuid=2A749B7E-DAE0-11DF-B55E-101517F8C3E5"

You need VM.Config.HWType privileges to set that.

- Dietmar




More information about the pve-devel mailing list