]> git.proxmox.com Git - qemu-server.git/blobdiff - debian/changelog
bump version to 6.1-5
[qemu-server.git] / debian / changelog
index 629715a79aadd70827b8bfa4fb6005b5e4927728..bb32eaaaccb8c6e917d5d195536b2a5be5e17e7b 100644 (file)
@@ -1,3 +1,152 @@
+qemu-server (6.1-5) pve; urgency=medium
+
+  * Add QEMU CPU flag querying helpers
+
+  * hotplug_pending: remove redundant write/load config calls
+
+  * api: vm clone: unlink zombie target VM and firewall config at end of error
+    cleanup
+
+  * add timeout parameter to vm start API/CLI endpoint
+
+  * fix #2070: vm_start: for a migrating VM, use current format of disk if
+    possible
+
+  * hotplug_pending: make 'ssd' option non-hotpluggable, it cannot be changed
+    live on a plugged disk.
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 30 Jan 2020 10:27:33 +0100
+
+qemu-server (6.1-4) pve; urgency=medium
+
+  * check if QEMU version is recent enough for requested machine type
+
+  * suspend to disk: check and enforce more strict permissions
+
+  * update disk size before local disk migration
+
+  * hide very long commandline on vm_start/migrate failure
+
+  * fix #2493: show QEMU errors in migration log
+
+  * api/restore: do not trigger autostart-after-restored task from locked
+    context
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 16 Dec 2019 16:03:25 +0100
+
+qemu-server (6.1-3) pve; urgency=medium
+
+  * create efidisk: poll the real size after volume creation, as some storages
+    need to create bigger volumes as requested, to cope with their internal
+    alignment requirements.
+
+  * fix #2469: fix qemu-img convert src_format detection, wrongly reverted.
+
+  * fix #2510: hostpci: always check if specified device exists
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Dec 2019 11:44:14 +0100
+
+qemu-server (6.1-2) pve; urgency=medium
+
+  * api: allow one to remove (hibernation) vmstate
+
+  * vzdump: log QGA FS freeze/thaw tries in task log
+
+  * skip efidisk0 in hotplug
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 30 Nov 2019 18:38:36 +0100
+
+qemu-server (6.1-1) pve; urgency=medium
+
+  * fix #2367: do not allow snapshot with name PENDING
+
+  * fix #2469: fix qemu-img convert src_format detection
+
+  * implement PVE Version addition for QEMU machine allowing to introduce new
+    features while keeping migration compatibility more easily
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Nov 2019 13:06:21 +0100
+
+qemu-server (6.0-17) pve; urgency=medium
+
+  * PCI(e) pass-through: ensure we fallback to the previous default "0000"
+    domain again.
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 23 Nov 2019 09:52:09 +0100
+
+qemu-server (6.0-16) pve; urgency=medium
+
+  * fix #2473: use of unitialized value
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Nov 2019 14:18:58 +0100
+
+qemu-server (6.0-15) pve; urgency=medium
+
+  * api/migration: fix autocomplete for targetstorage
+
+  * add 'type' to guest agent format, allowing one to choose between VirtIO
+    (default) and ISA
+
+  * clone: pre-allocate cloud-init disk for destination
+
+  * SPICE/QXL: tell Linux VMs that they can add up to 4 display when running
+    with qemu 4.1 or newer
+
+  * add support to tell showcmd helper to assume a specific forced machine
+    version when assembling a command
+
+  * refactor QemuServer to avoid cyclic module dependencies
+
+  * fix #2436: pci: do not hardcode pci domain to 0000
+
+  * add 'tags' config option for adding meta information to a VM
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 20 Nov 2019 19:41:01 +0100
+
+qemu-server (6.0-14) pve; urgency=medium
+
+  * use PVE::DataCenterConfig, use PVE::SSHInfo, use PVE::RRD for RRD data
+
+  * refactor migration IP retrieval
+
+  * add missing packages to (build-)dependencies
+
+  * fix #2457: ga: set-user-password: increase maxLength of password
+
+  * fix restoring old VM backups made with Promxox VE earlier than 2.3
+
+  * improve test mocking
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Nov 2019 12:12:03 +0100
+
+qemu-server (6.0-13) pve; urgency=medium
+
+  * fix #2434: extend machine regex to support stable release machine updates
+
+  * prepare to fix #2408, #2355, #2380: use scsi-hd backend for iSCSI as well
+
+  * fix deleting pending changes for not yet existing options
+
+  * improve hugepage memory size detection
+
+  * avoid a race for VMID reservation when importing an OVF manifest to a new
+    VM
+
+  * cleanup importidsk CLI command, and say to which exact disk we imported
+
+  * add simple runtime heuristic for IOThread backup support, to ensure the VM
+    to backup was started with a recent QEMU version.
+
+  * QMPClient: ensure QMP connection is also closed in certain edge cases
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 30 Oct 2019 17:43:41 +0100
+
+qemu-server (6.0-12) pve; urgency=medium
+
+  * fix regression from 6.0-10 with vmstate restore on RBD
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 22 Oct 2019 16:31:46 +0200
+
 qemu-server (6.0-11) pve; urgency=medium
 
   * fix #1071: VMs with IOThread enabled disks can now be backed up