qemu-server/PVE
Christian Ebner 1f30ac3a9f fix #2190: Base64 encode SMBIOS value strings in order to allow more characters
On some occasions e.g. license checking, the manufacturer string in the
SMBIOS settings edit has to allow characters such as whitespaces.
https://forum.proxmox.com/threads/proxmox-and-windows-rok-license-for-dell.53236/
In principle SMBIOS allows to pass any zero terminated string to the
corresponding fields in the structure type 1 (System Information).

By base64 encoding the values clashing of the config is avoided.

Relies on the corresponding patch to pve-manager to obtain base64 encoded values.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-06-11 13:04:34 +02:00
..
API2 add new API for dumping cloudinit config 2019-06-06 14:34:11 +02:00
CLI add qm command for cloudinit config dump 2019-06-06 14:34:11 +02:00
QemuServer add function to dump cloudinit config 2019-06-06 14:34:11 +02:00
VZDump fix #503: print correct offline time for stop mode backups 2019-05-15 16:28:15 +02:00
Makefile add QemuServer::Memory 2016-05-23 10:02:07 +02:00
QemuConfig.pm add correct comment about savevm-start 2019-03-19 09:26:56 +01:00
QemuMigrate.pm migrate: log which local resource causes error 2019-05-07 10:22:12 +00:00
QemuServer.pm fix #2190: Base64 encode SMBIOS value strings in order to allow more characters 2019-06-11 13:04:34 +02:00
QMPClient.pm use qemu's blockdev-snapshot functions 2018-09-24 11:12:34 +02:00