X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=831c88efe7a2d43c005cd4b54e2fcbe00c9996b9;hb=3fd78fdd9b9b0d2a05d8bf1f1dba08a7be46a625;hp=b8819a83f4b2a155ad93de1761f7311c729b2d34;hpb=272db0fb6411c77ca278a8b318164c832e2f6ea0;p=qemu-server.git diff --git a/debian/changelog b/debian/changelog index b8819a8..831c88e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,216 @@ +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 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 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 + + * fix regression from 6.0-10 with snapshot restore and statefile + + * fix regression with from 6.0-10 where forced was always assumed to be true + for applying pending changes + + -- Proxmox Support Team Tue, 22 Oct 2019 12:50:18 +0200 + +qemu-server (6.0-10) pve; urgency=medium + + * fix #2344: ignore cloudinit in replication check + + * fix #1291: add option purge for vm_destroy api call + + * increase code re-use with pve-container for pending changes in + configuration + + * fix #2412: only do the final configuration destroy after all the VMs + resources, and references in other configurations like Firewall or resource + pools was successfully cleaned up + + * fix #2171: ensure that non filesystem based statefiles get activated on VM + start + + * fix #2395: improve QEMU image converter to cope better with pure file based + sources and iSCSI source and destinations + + * fix #2402: allow 1GB hugepages if 2MB is unavailable + + * qemu 4.0 : add Cascadelake-Server and KnightsMill Intel CPU models + + * fix #2217: don't copy cloudinit disk on clone + + -- Proxmox Support Team Fri, 18 Oct 2019 22:04:50 +0200 + +qemu-server (6.0-9) pve; urgency=medium + + * fix issue where a SPICE remote viewer was disconnected during live migration + + * Add VM reboot API/CLI integration, allowing to reboot a VM and applying any + pending changes in-between + + * CPU flags: allow one to add aes flag + + * fix #2263: die on live migration with local cloudinit disk + + * fix #2041, #2272: Add Spice enhancements + + * Add support for more (up to 16) PCI(e) devices + + * usb: Allow one to make SPICE USB ports USB3 capabile + + * allow one to use USB3 for SPICE USB ports with VMs started already with + QEMU version 4.0.0, as live-migrations were not possible with this previous + unsupported setup anyway. Live-snapshots from VMs with a SPICE USB device + which was manually set (wasn't possible over Webinterface) to USB3 with a + machine version of 4.0.0, need to remove the "usb3" flag again from the + snapshot config when restoring it. + + * rework kvm_user_version cache mechanism + + * api: deletion: check also pending values for serial/usb + + * migration api: explicitly clear "online" flag if VM is stopped to avoid + issues with storage migrations which are handled different for stopped VMs + + * abort resize disk if current size could not be determined + + * fix #2382: delete cloudinit disk before restoring + + -- Proxmox Support Team Thu, 26 Sep 2019 12:01:58 +0200 + +qemu-server (6.0-7) pve; urgency=medium + + * ensure new SPICE audio device works also with 'q35' based VMs + + -- Proxmox Support Team Wed, 24 Jul 2019 15:13:35 +0200 + +qemu-server (6.0-6) pve; urgency=medium + + * Add SPICE audio device support + + * fix #2275: die on invalid sendkey + + * Make sometimes problematic 'hv-tlbflush' and 'hv-evmcs' CPU flags optional + + -- Proxmox Support Team Tue, 23 Jul 2019 18:20:10 +0200 + +qemu-server (6.0-5) pve; urgency=medium + + * do not pass Proxmox VE internal startdate 'now' to QEMU, it does not + understands it + + * use new pcie port hardware for 4.0 and newer q35 machine types + + -- Proxmox Support Team Thu, 11 Jul 2019 19:44:28 +0200 + +qemu-server (6.0-4) pve; urgency=medium + + * fix guest shutdown if agent is configured but no timeout was passed + + * cloudinit: set iso-level in genisoimage call + + * migrate pre-condition check: add size to volume attributes and handle + storage not selected manually in storage config + + -- Proxmox Support Team Fri, 28 Jun 2019 20:35:09 +0200 + +qemu-server (6.0-3) pve; urgency=medium + + * do not add evmcs HyperV enlightment at all for now due to incompatibillity + with AMD based hosts + + -- Proxmox Support Team Tue, 25 Jun 2019 14:33:01 +0200 + +qemu-server (6.0-2) pve; urgency=medium + + * add migration precondition api endpoint + + * wait for possible left over VM scopes to be gone through dbus based helper + on VM start + + * fix #2244: Allow timeout for guest-agent shutdown + + * fix #2083: Add hv_tlbflush, hv_ipi, hv_evmcs enlightenments + + -- Proxmox Support Team Mon, 24 Jun 2019 17:46:51 +0200 + +qemu-server (6.0-1) pve; urgency=medium + + * SMBIOS: followup: allow now 512 characters for full format string + + * fix #2190: Base64 encode SMBIOS value strings in order to allow more + characters + + * allow one to add md-clear cpu flag + + * add qm command for cloudinit config dump + + * drop vnc x509 param, deprecated in 2.5 removed in 4.0 + + * Fix #1999: cli: listsnapshot: handle multiple roots and mark orphaned as + root + + * drop references to un-maintained sheepdog plugin + + * vm_resume: correctly honor $nocheck + + -- Proxmox Support Team Fri, 14 Jun 2019 20:59:07 +0200 + +qemu-server (6.0-0+1) pve; urgency=medium + + * rebuild for Debian Buster / PVE 6.0 + + -- Proxmox Support Team Wed, 22 May 2019 19:12:34 +0200 + +qemu-server (5.0-51) unstable; urgency=medium + + * fix #1811: allow non root user to edit serialX: socket entries + + * allow non root users to add spice usb port + + * fix #1829: do not ignore format parameter when creating cloudinit + disk volume + + * fix: #1075: Restore VM template to VM and try to convert to template + + * fix #2173: use qemu-img to check cloudinit disk existence + + * cloudinit: use detected format in volume name parsing + + -- Proxmox Support Team Tue, 30 Apr 2019 14:07:59 +0000 + +qemu-server (5.0-50) unstable; urgency=medium + + * fix #2100: ignore cloudinit drive on offline migration + + * honor bandwidth limits (bwlimit) for migrate, drive-mirror, clone + and add to API calls + + -- Proxmox Support Team Thu, 04 Apr 2019 16:22:10 +0200 + qemu-server (5.0-49) unstable; urgency=medium * return config lock in vm status