]> git.proxmox.com Git - qemu-server.git/blobdiff - debian/changelog
cloud-init: pre-hash passwords
[qemu-server.git] / debian / changelog
index ddc9add4afb5a58708106bd73d1bb92cbf675800..3e6f2f56946c0c615f5d2246fe00774f6e996ebe 100644 (file)
@@ -1,3 +1,62 @@
+qemu-server (5.0-23) unstable; urgency=medium
+
+  * fix migrate cache size parameter for qemu 2.11
+
+  * typo fixes in migrate task log
+
+  * depend on pve-qemu-kvm >= 2.9.1-9
+
+  * allow virtio-scsi+iothread controller hot-unplug
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Feb 2018 13:21:08 +0100
+
+qemu-server (5.0-22) unstable; urgency=medium
+
+  * fix #1664: nbd mirror: remove socat tunnel now that it is not required
+    anymore to avoid a 30s inactivity timeout
+
+  * fix #1569: add shared flag to disks
+
+  * fix #1662: make the 'snapshot' disk parameter work again
+
+  * correct 'snapshot' flag description
+
+  * CPU types: add EPYC and EPYC-IBPB
+
+  * forward returned errors from guest-agent commands
+
+  * add new guest-agent commands and add commands as separate api calls
+
+  * add agent flag to vm status api call
+
+  * clone/restore: make the smbios UUID unique if --unique is used
+
+  * add serial:1 to vm-status when config has a serial device configured
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 21 Feb 2018 09:56:08 +0100
+
+qemu-server (5.0-21) unstable; urgency=medium
+
+  * fix a case where with the upcoming introduction of sub-commands the spice
+    ticket could be read from a file rather than received via stdin
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 22 Jan 2018 15:13:23 +0100
+
+qemu-server (5.0-20) unstable; urgency=medium
+
+  * added spec-ctrl flag to cpu 'flags' property
+
+  * added -IBRS cpu type variants
+
+  * added Skylake-Server cpu type
+
+  * added --pretty option to 'qm showcmd'
+
+  * increase start timeout when hugepages are enabled to compensate for long
+    allocation times
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Jan 2018 14:26:30 +0100
+
 qemu-server (5.0-19) unstable; urgency=medium
 
   * add 'flags' property to cpu option to allow passing PCID support to VMs