From 989b718a4578633c06b6ac453d1a5a124b680935 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 10 Nov 2022 17:27:08 +0100 Subject: [PATCH] bump version to 7.2-7 Signed-off-by: Thomas Lamprecht --- debian/changelog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/debian/changelog b/debian/changelog index 071b3985..61d4b0e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +qemu-server (7.2-7) bullseye; urgency=medium + + * api: create/update vm: automatically clamp cpuunit value depending of + cgroup version + + * improve cloud init support and add cloudinit hotplug + + * vzdump: skip `special:cloudinit` section + + * fix #3890 - GUI: warn for unlikely iothread config clashes + + * fix #4228: add `start` parameter to snapshot rollback API so that one can + automatocally start the VM after rollback finished. + + * vm start/stop: cleanup passed-through pci devices in more situations + + * fix #3593: allow one to configure task set affinity for VMs + + * fix #4324: USB: use qemu-xhci for machine versions >= 7.1 + + * usb: increase max USB devices from 5 to 14 for modern 7.1 machine + and OS versions (Linux 2.6+ annd Windows 8+) + + * fix #4201: delete cloud-init disk on rollback + + * net devs: register vNIC MAC-Address manually to FDB on start/resume if + bridge has learning disabled + + -- Proxmox Support Team Sun, 13 Nov 2022 15:46:18 +0100 + qemu-server (7.2-6) bullseye; urgency=medium * schema: move 'pve-targetstorage' to pve-common