X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=blobdiff_plain;f=debian%2Fchangelog;h=f2b0971cf49e42a5570ad61c79baee88b7796b65;hp=86ee80572e9b4955e026113a86bfbd2ab98777de;hb=0534c7a0739509cbad404ed14fad76bd72ad4c39;hpb=56cd7f6981162141253a061da841395b42f9c412 diff --git a/debian/changelog b/debian/changelog index 86ee805..f2b0971 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,185 @@ +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 + + * move 'pve-snapshot-name' to common + + -- Proxmox Support Team 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 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 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 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 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 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 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 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 Mon, 19 Nov 2018 14:38:42 +0100 + qemu-server (5.0-40) unstable; urgency=medium * correctly check display vga type