From 0182efa7a087e161b81c664209e51f7dda26dcec Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 28 Apr 2022 18:35:35 +0200 Subject: [PATCH] bump version to 7.2-1 Signed-off-by: Thomas Lamprecht --- debian/changelog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index cb2e4d73..5e143d4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +qemu-server (7.2-1) bullseye; urgency=medium + + * migrate: add log for guest fstrim and make a failure noticable + + * migrate: resume initially running VM when failing after convergence + + * parse vm config: remove "\s*" from multi-line comment regex + + * memory: enable balloon free-page-reporting for auto-memory reclaim + + * enable spice also for virtio-gl and virtio-gpu displays and report so in + status API + + * api: create: allow overriding non-disk options during restore + + * fix #3861: migrate: fix live migration when cloud-init changes storage + + -- Proxmox Support Team Thu, 28 Apr 2022 18:35:22 +0200 + qemu-server (7.1-5) bullseye; urgency=medium * avoid writing the config if there are no pending changes to apply