]> git.proxmox.com Git - qemu-server.git/blobdiff - debian/changelog
remote migration: fix online migration via API clients
[qemu-server.git] / debian / changelog
index 7d4015b1a07bec3926e61b8ae27ee36f43a90ed7..ddb70dc83e16151bacb7a62f6cc5265759b0aed2 100644 (file)
@@ -1,3 +1,108 @@
+qemu-server (8.2.4) bookworm; urgency=medium
+
+  * fix #5528: ensure cgroup limits like CPU weight are set correctly and in
+    the same way for both cases, the cold-start and when changing while the VM
+    is running
+
+  * fix #5619: honor link-down setting when hot-plugging NIC
+
+  * resume: bump timeout for query-status, as activating the block drives in
+    QEMU on resume can take a bit of time during which the QEMU process might
+    not respond to QMP commands yet.
+
+  * fix #4493: cloud-init: fix generated Windows config
+
+  * drive mirror: prevent wrongly logging success when completion fails for
+    some other reasons than for which it's safe to retry on.
+
+  * migration: avoid crash with heavy IO on migrating a disk backed by local
+    storage, if the VM is running QEMU 8.2 or newer.
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 30 Jul 2024 21:36:25 +0200
+
+qemu-server (8.2.3) bookworm; urgency=medium
+
+  * config: net: avoid duplicate ipam entries on nic update
+
+  * fix #5574: api: fix permission check for 'spice' usb port
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 22 Jul 2024 19:42:15 +0200
+
+qemu-server (8.2.2) bookworm; urgency=medium
+
+  * schema: mention that migrate_downtime parameter will be auto-increased if
+    migration cannot converge otherwise.
+
+  * remote migration: enable schema validation
+
+  * suspend: also cleanup in error scenario when QMP command 'savevm-end'
+    fails rather than leaving orphaned volume around and VM configuration
+    locked.
+
+  * human monitor commands: increase timeout to sensible values. In particular
+    to fix #5440 where detaching a fleecing image would fail, because of the
+    low timeout.
+
+  * vma restore: increase timeout for reading header and improve error
+    messages.
+
+  * fix #5562: improve TPM version handling by disallowing change in the
+    configuration after creation of the state file (the actual state file
+    cannot change version either). Also avoid warning about undefined value
+    when version is not explicitly set and fix schema to mention the actual
+    default for the version, being 'v1.2'.
+
+  * fix #3352: minimize config when starting templates for PBS backup. A
+    template might reside on a host that does not have the necessary resources
+    or devices to start the VM with all settings.
+
+  * block jobs: improve error handling and messages for drive mirror and
+    live-restore/live-import.
+
+  * fix #5572: avoid warning about uninitialized value when cloning cloud-init
+    disk.
+
+  * CLI autocomplete: also list backup archives from PBS storages and without
+    compressor extension.
+
+  * remove outdated QEMU version checks working around missing features in
+    QEMU binaries 4.2 and 4.0.1.
+
+  * vga: mention that type 'cirrus' is recommended against.
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Jul 2024 16:09:25 +0200
+
+qemu-server (8.2.1) bookworm; urgency=medium
+
+  * cpu config: fix get_cpu_bitness always reverting to default cpu type
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Apr 2024 11:49:03 +0200
+
+qemu-server (8.2.0) bookworm; urgency=medium
+
+  * qmeventd: also treat 'prelaunch' and 'suspended' states as active to avoid
+    issues when backing up VMs that currently are in those states.
+
+  * OS type: add Windows Server 2025 as supported, map it to the same virtual
+    hardware profile as the Windows 11 one.
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 23 Apr 2024 17:09:20 +0200
+
+qemu-server (8.1.4) bookworm; urgency=medium
+
+  * api: create vm: add missing import for serializing machine type to fix a
+    regression of version 8.1.2.
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 20 Apr 2024 12:28:35 +0200
+
+qemu-server (8.1.3) bookworm; urgency=medium
+
+  * firewall: add handling for new nftables based firewall implementation,
+    which currently is a opt-in drop-in replacement for the older iptables-
+    based one.
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Apr 2024 20:23:39 +0200
+
 qemu-server (8.1.2) bookworm; urgency=medium
 
   * fix #4136: backup: implement fleecing option for improved guest