]> git.proxmox.com Git - qemu-server.git/blobdiff - debian/changelog
bump version to 6.1-18
[qemu-server.git] / debian / changelog
index 6e2f5a61d724ba74c1197f7cf9f3dd94c432da8f..9cb6be8e77e0ffa21db7982a7cc37a5a85705582 100644 (file)
@@ -1,3 +1,703 @@
+qemu-server (6.1-19) pve; urgency=medium
+
+  * clone: use new config_lock_shared
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 5 May 2020 11:22:04 +0200
+
+qemu-server (6.1-18) pve; urgency=medium
+
+  * vzdump: assemble: fix skipping all pending and snapshot config entries
+
+  * api/destroy: repeat early checks after locking
+
+  * migrate: skip rescan for efidisk and shared volumes
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 04 May 2020 17:36:40 +0200
+
+qemu-server (6.1-17) pve; urgency=medium
+
+  * backup: never try to freeze in stop mode backup
+
+  * Fix #2124: Add support for zstd
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 4 May 2020 14:11:50 +0200
+
+qemu-server (6.1-16) pve; urgency=medium
+
+  * spice audio: improve compatibility with QEMU versions newer than 4.2
+
+  * migrate: workaround issues with format switch on storage live migration
+
+  * fix live migration with replicated unused volumes
+
+  * importovf: improve compatibility with OVF files without default namespaces
+
+  * backup restore: use correct storage for format check for cloudinit drives
+
+  * handle stopping the storage migration NBD server better
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 29 Apr 2020 16:23:24 +0200
+
+qemu-server (6.1-14) pve; urgency=medium
+
+  * Use foreach_volume instead of foreach_drive
+
+  * Use new storage_migrate interface
+
+  * migrate: update config with changed volume IDs
+
+  * migrate: allow specifying targetstorage for offline migration
+
+  * migrate: sync_disks: use allow_rename to avoid collisions on the target
+    storage
+
+  * migrate: sync_disks: log output of storage_migrate
+
+  * migrate: also cleanup disks migrated by storage_migrate in case of failure
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 9 Apr 2020 08:56:44 +0200
+
+qemu-server (6.1-13) pve; urgency=medium
+
+  * rescan: fix call to foreach_volume
+
+  * migration: fix downtime limit auto-increase
+
+  * migrate: allow arbitrary source->target storage maps
+
+  * migrate: always check storage permissions and content type
+
+  * Include full KVM/QEMU "-cpu" parameter with live-migration and
+    snapshots/suspend to allow supporting custom CPU models
+
+  * fix #2318: allow phys-bits CPU setting
+
+  * allow custom CPU models
+
+  * config: harmonize bridge pattern to match the same limits of containers
+
+  * cpu config: add upcoming EPYC-Rome CPU type
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 08 Apr 2020 17:08:13 +0200
+
+qemu-server (6.1-12) pve; urgency=medium
+
+  * CPUConfig: fix module load when pmxcfs is unavailable
+
+  * migrate: fix replication false-positives
+
+  * migrate: cleanup disk/bitmaps if 'qm start' failed
+
+  * migration with targetstorage: check if target storage supports images
+
+  * fix efidisks on storages with minimum sizes bigger than OVMF_VARS.fd
+
+  * Implement volume-related helpers and use new foreach_volume
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 30 Mar 2020 10:00:13 +0200
+
+qemu-server (6.1-11) pve; urgency=medium
+
+  * vzdump: fix regression in backups for specific storage
+
+  * custom CPU models: add initial parser and verifier
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 26 Mar 2020 09:00:24 +0100
+
+qemu-server (6.1-10) pve; urgency=medium
+
+  * version_guard: early out when major/minor version is high enough
+
+  * drive-mirror: add support for incremental sync
+
+  * migrate: add replication info to disk overview
+
+  * migrate: add live-migration of replicated disks
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 25 Mar 2020 15:16:21 +0100
+
+qemu-server (6.1-8) pve; urgency=medium
+
+  * cloudinit: make genisoimage quieter, only output errors
+
+  * Append newline to all QGA commands for compatibility with non standard
+    conforming Apple based guest agent implementation
+
+  * add experimental support for proxmox backup server
+
+  * fix #2580: api/delete: drop VM from HA resources if purge is set
+
+  * improve drive mirror completion over NBD during migration
+
+  * add secured unix socket support for NBD storage migration
+
+  * Disable memory hotplug for custom NUMA topologies and die on misaligned
+    memory for hotplug
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 20 Mar 2020 11:11:31 +0100
+
+qemu-server (6.1-7) pve; urgency=medium
+
+  * vzdump: always exclude efidisks from backups of machines currently not set
+    to use OVMF (UEFI)
+
+  * Simplify QEMU version check and require at least 3.0+
+
+  * Align size to 1 KiB bytes before doing 'qmp block_resize'
+
+  * fix #2611: use correct operation when calculating the migration bandwidth
+    limit
+
+  * fix #2612: allow input-data in guest exec and make command optional
+
+  * cpu models: add icelake-server and icelake-client
+
+  * already add models from future QEMU 4.2 release
+
+  * fix #2264: allow one to add a virtio-rng device for improved entropy
+    bandwidth in a VM
+
+  * update_disksize: also update disk size if there was no old size at all
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Mar 2020 19:12:16 +0100
+
+qemu-server (6.1-6) pve; urgency=medium
+
+  * allow reading snapshot config for users with VM.Audit on a guest
+
+  * fix #2566: increase scsi limit to 31
+
+  * fix #2578: check if $target is provided in clone
+
+  * update QMP commands to reflect (future) depreacations and changes in QEMU
+
+  * resize volume: always request new size from storage after resizing
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 10 Feb 2020 06:40:43 +0100
+
+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
+
+  * 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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  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 <support@proxmox.com>  Thu, 04 Apr 2019 16:22:10 +0200
+
+qemu-server (5.0-49) unstable; urgency=medium
+
+  * return config lock in vm status
+
+  * move 'pve-snapshot-name' to common
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Mar 2019 12:55:03 +0100
+
+qemu-server (5.0-48) unstable; urgency=medium
+
+  * cloud-init: allow custom network/user data files via snippets
+
+  * fix #2120: use hosts initiator name with qemu-img
+
+  * fix #2131: get correct device when deleting iothreads
+
+  * config: NIC macaddr: enforce unicast MAC addresses
+
+  * implement suspend to disk for running VMs over API and CLI
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 19 Mar 2019 13:25:38 +0100
+
+qemu-server (5.0-47) unstable; urgency=medium
+
+  * fix #2043: always stop existing systemd scopes on VM start
+
+  * use nr_hugepages from /proc/cmdline
+
+  * fix #2101: cloudinit: IPv6 ending in : not parsed as a string
+
+  * fix #1891: Add zsh command completion for qm and qmrestore
+
+  * fix #2097: allow one to set and pass the WWN parameter for IDE, SATA and
+    SCSI disks
+
+  * allow one to add IVSHMEM device to a VM configuration
+
+  * fix #2114: always set correct link status on VM network adapter hotplug
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 04 Mar 2019 10:11:00 +0100
+
+qemu-server (5.0-46) unstable; urgency=medium
+
+  * allow explicit hv-vendor-id
+
+  * allow explicit set vga with gpu passthrough
+
+  * fix #1924: add snapshot parameter
+
+  * allow to add pre- start/stop hook scripts
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 01 Feb 2019 13:04:19 +0100
+
+qemu-server (5.0-45) unstable; urgency=medium
+
+  * fix #2003: give qm terminal a terminal over ssh
+
+  * migrate: fix local disk migration with online VMs
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 21 Jan 2019 10:42:03 +0100
+
+qemu-server (5.0-44) unstable; urgency=medium
+
+  * fix #1013 : migrate : sync_disk : --targetstorage with offline disk
+
+  * add Windows 7 PCIe quirk for adding 'hostpci' devices
+
+  * fix #2032: check that type is set before assembling a VGA device
+
+  * add configuration to command regression tests
+
+  * allow 'none' as VGA option
+
+  * fix #1267: move args to the end of qemu commandline
+
+  * clone_disk : cloudinit drive: don't clone snapshot name (snapname)
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 20 Dec 2018 10:17:47 +0100
+
+qemu-server (5.0-43) unstable; urgency=medium
+
+  * usb: fix check if machine type is q35
+
+  * qm cleanup: exit silently if VM config does not belong to node
+    anymore
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Nov 2018 12:57:49 +0100
+
+qemu-server (5.0-42) unstable; urgency=medium
+
+  * add mediated devices support
+
+  * use improved lspci
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Nov 2018 11:22:04 +0100
+
+qemu-server (5.0-41) unstable; urgency=medium
+
+  * fix #1959: add fallback for auto previously set by SLAAC
+
+  * create_vm: don't add vmgenid for ARM machines by default
+
+  * use qmeventd to execute qm cleanup
+
+  * QemuServer: remove PCI sysfs helpers
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 19 Nov 2018 14:38:42 +0100
+
+qemu-server (5.0-40) unstable; urgency=medium
+
+  * correctly check display vga type
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 12 Nov 2018 17:27:53 +0100
+
+qemu-server (5.0-39) unstable; urgency=medium
+
+  * Add `ssd` property to IDE, SATA, and SCSI drives
+
+  * fix #1952: make vga memory configurable
+
+  * fix #1969: increase max unused disks
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 09 Nov 2018 16:23:26 +0100
+
+qemu-server (5.0-38) unstable; urgency=medium
+
+  * add second qmp socket when running qemu >= 2.12 for pending event/reboot
+    changes
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 18 Oct 2018 12:28:49 +0200
+
+qemu-server (5.0-37) unstable; urgency=medium
+
+  * add virtio to the list of valid gpu types
+
+  * lower qemu requirement for hv_synic and hv_stimer to 2.12
+
+  * prepare for deprecated functionality in qemu 3.0
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Oct 2018 14:53:04 +0200
+
+qemu-server (5.0-36) unstable; urgency=medium
+
+  * fix #1908: add VM Generation ID (vmgenid) device by default on new VMs and
+    allow to set on existing ones
+
+  * fix version check in qemu_machine_feature_enabled
+
+  * use qemu's internal blockdev-snapshot functions to avoid some issues with
+    snapshots on qcow2 files
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Sep 2018 11:14:32 +0200
+
+qemu-server (5.0-35) unstable; urgency=medium
+
+  * add hv_synic and hv_stimer HyperV Enlightment flags on QEMU 3.0 and later
+
+  * improve setting QEMU machine type on snapshot and rollback
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 17 Sep 2018 15:29:18 +0200
+
+qemu-server (5.0-34) unstable; urgency=medium
+
+  * fix #1865: CloudInit doesn't add IPv6
+
+  * allow to add ibpb, ssbd, virt-ssbd, amd-ssbd, amd-no-ssb and pdpe1gb CPU flags
+
+  * clone: improve message for ignoring pending changes
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Sep 2018 11:37:24 +0200
+
+qemu-server (5.0-33) unstable; urgency=medium
+
+  * fix #1242: allow one to setup an automatic QEMU guest agent fstrim
+    command after cloning or moving a disk live
+
+  * define return properties for vmstatus API call
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Aug 2018 14:40:46 +0200
+
+qemu-server (5.0-32) unstable; urgency=medium
+
+  * api/agent: do not dereference parameter hash before passing to
+    agent_cmd method
+
+  * api/agent: import check_agent_error method
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 30 Jul 2018 10:55:42 +0200
+
 qemu-server (5.0-31) unstable; urgency=medium
 
   * fix #1717: delete snapshot when vm running and drive not attached