]> git.proxmox.com Git - qemu-server.git/blob - debian/changelog
bump version to 7.3-4
[qemu-server.git] / debian / changelog
1 qemu-server (7.3-4) bullseye; urgency=medium
2
3 * fix #4378: standardized error for missing OVMF files
4
5 * schema: memory: be precise that unit is binary prefix
6
7 * close #2792: allow online migration with replicated snapshots
8
9 * schema: OS type: note that the l26 type is also compatible with Linux 6.x
10
11 * hotplug: disk: mark the 'aio' (async IO) as non-hotpluggable to avoid
12 suggesting that it already changed
13
14 * fix #4525: clone disk: disallow mirror if it might cause problems with
15 io_uring using the same heuristics as for start-up
16
17 * start: make not being able to set polling interval for ballooning
18 non-critical
19
20 * swtpm: enable logging to `/run/qemu-server/$vmid-swtpm.log`
21
22 * fix #4140: vzdump: transform the previous hardcoded behavior of issuing a
23 fs-freeze and fs-thaw if QGA is enabled into an overrideable option named
24 'fs-freeze-on-backup'
25
26 * update network dev: MTU is not hot-pluggable, avoid suggesting so
27
28 * fix #4249: make image clone or conversion respect bandwidth limit
29
30 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Feb 2023 17:12:42 +0100
31
32 qemu-server (7.3-3) bullseye; urgency=medium
33
34 * rollback: ignore auto-start request if VM is already running
35
36 * memory hot-plug: check correct value for maximal memory check
37
38 * fix #4435: device list: avoid error for undefined value
39
40 * fix #4358: ignore any suspended lock when destroying a VM
41
42 * migration: log error from query-migrate, if any, upon migration failure
43
44 * cd rom handling: return a clearer error when there is no CD-ROM drive
45
46 * migration: nbd export: switch away from deprecated QMP command
47
48 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jan 2023 13:52:30 +0100
49
50 qemu-server (7.3-2) bullseye; urgency=medium
51
52 * fix #4372: improve edge-case for config-loading on VM resume when
53 migrating
54
55 * ovmf cmd assembly: re-work and re-order arguments assembly
56
57 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Dec 2022 12:54:53 +0100
58
59 qemu-server (7.3-1) bullseye; urgency=medium
60
61 * vm resume: improve loading just recently moved config on nocheck/migrate
62 handling
63
64 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Nov 2022 13:43:59 +0100
65
66 qemu-server (7.2-12) bullseye; urgency=medium
67
68 * config: only save unique tags when updating them via the API
69
70 * api: create/update vm: fix clamping CPU units function calls
71
72 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Nov 2022 08:36:06 +0100
73
74 qemu-server (7.2-11) bullseye; urgency=medium
75
76 * fdb: only manage FDB entries for Linux bridges, ignore OVS for now
77
78 -- Proxmox Support Team <support@proxmox.com> Sun, 20 Nov 2022 16:30:28 +0100
79
80 qemu-server (7.2-10) bullseye; urgency=medium
81
82 * fix #4321: properly check cloud-init drive permissions, require both
83 VM.Config.CDROM and VM.Config.Cloudinit, and not VM.Config.Disk, for being
84 able to add a cloud init drive in the first place.
85
86 * api: config update: enforce new tag permission system when setting or
87 removing tags from a guest
88
89
90 * parse config: do not validate informative values in cloud init section
91
92 * fix edge-cases on new cloudinit pending/active recording
93
94 * mtunnel: add API endpoints
95
96 * migrate: add foundation for remote (external cluster) migration, add
97 respective endpoints and qm `remote-migrate` CLI command
98
99 * memory hotplug: make max-memory dynamically calculated from the physicall
100 address bits the VM will use, that is the actual one from the config, if
101 set, the one from the host for CPU type host and 40 bits as fallback for
102 everything else. Calculate the addressable memory (e.g., 40 bits = 1 TiB)
103 and half that for the possible max-memory a VM can use, using the previous
104 hard-coded 4 TiB as overall maximum for backward compat.
105 Admins with inhomogeneous CPUs and thus possible different bit-widths need
106 to take special care themselves to ensure that a VM with memory hot-plug
107 configured can run on other nodes, for example for live-migration.
108
109 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Nov 2022 17:48:03 +0100
110
111 qemu-server (7.2-8) bullseye; urgency=medium
112
113 * fix #4296: virtio-net: enable packed queues for qemu 7.1
114
115 * virtio-net: increase defaults rx- and tx-queue-size to 1024
116
117 * fix #4296: virtio-net: enable packed queues for QEMU machines using 7.1 or
118 newer
119
120 * net: increase max queues to 64
121
122 * fix #4284: add read-only to non-hotpluggable disk options
123
124 * delay cloudinit generation in hotplug
125
126 * record cloud-init changes in the cloudinit section
127
128 * rework cloudint config pending handling
129
130 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Nov 2022 18:23:39 +0100
131
132 qemu-server (7.2-7) bullseye; urgency=medium
133
134 * api: create/update vm: automatically clamp cpuunit value depending of
135 cgroup version
136
137 * improve cloud init support and add cloudinit hotplug
138
139 * vzdump: skip `special:cloudinit` section
140
141 * fix #3890 - GUI: warn for unlikely iothread config clashes
142
143 * fix #4228: add `start` parameter to snapshot rollback API so that one can
144 automatocally start the VM after rollback finished.
145
146 * vm start/stop: cleanup passed-through pci devices in more situations
147
148 * fix #3593: allow one to configure task set affinity for VMs
149
150 * fix #4324: USB: use qemu-xhci for machine versions >= 7.1
151
152 * usb: increase max USB devices from 5 to 14 for modern 7.1 machine
153 and OS versions (Linux 2.6+ annd Windows 8+)
154
155 * fix #4201: delete cloud-init disk on rollback
156
157 * net devs: register vNIC MAC-Address manually to FDB on start/resume if
158 bridge has learning disabled
159
160 -- Proxmox Support Team <support@proxmox.com> Sun, 13 Nov 2022 15:46:18 +0100
161
162 qemu-server (7.2-6) bullseye; urgency=medium
163
164 * schema: move 'pve-targetstorage' to pve-common
165
166 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Nov 2022 16:22:50 +0100
167
168 qemu-server (7.2-5) bullseye; urgency=medium
169
170 * qmp client: increase guest fstrim timeout to 10 minutes
171
172 * fix #3577: prevent suspension for VMs with pci passthrough
173
174 * cpu config: map deprecated IceLake-Client CPU type to IceLake-Server
175
176 * snapshot: save VM state: propagate error from QEMU
177
178 * api: create disks: avoid adding secondary cloud-init drives
179
180 * vzdump: TPM state: escape drive string
181
182 * qmp client: increase default fallback timeout to 5s
183
184 * fix regex matching network devices in qm cleanup so that vNICs with double
185 digit IDs are covered too
186
187 * qmeventd: rework 'forced_cleanup' handling and set timeout to 60s
188
189 * qmeventd: send QMP 'quit' command instead of SIGTERM
190
191 * vzdump: set max-workers QMP option when specified and supported
192
193 * fix #4099: disable io_uring for virtual disks on CIFS storages for now
194
195 * qm: move VM-disk related commands to own command group, keep old ones
196 around for backward compatibility
197
198 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Nov 2022 16:15:16 +0100
199
200 qemu-server (7.2-4) bullseye; urgency=medium
201
202 * fix #3754: encode JSON as utf8 for CLI
203
204 * cpuconfig: add amd epyc milan model
205
206 * fix #4115: enable option to name QEMU threads after their main purpose
207
208 * fix #4119: give namespace parameter to live-restore
209
210 * automatically add 'uuid' parameter when passing through NVIDIA vGPU
211
212 * vzdump/pbs: die with missing, but configured encryption key
213
214 * vzdump/pbs: die with missing, but configured master key
215
216 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Aug 2022 13:59:20 +0200
217
218 qemu-server (7.2-3) bullseye; urgency=medium
219
220 * support pbs namespaces
221
222 -- Proxmox Support Team <support@proxmox.com> Thu, 12 May 2022 15:14:39 +0200
223
224 qemu-server (7.2-2) bullseye; urgency=medium
225
226 * api: reassign disk: drop moved disk from boot order
227
228 * explicitly check some prerequisites for virtio-gl display
229
230 -- Proxmox Support Team <support@proxmox.com> Mon, 02 May 2022 17:26:16 +0200
231
232 qemu-server (7.2-1) bullseye; urgency=medium
233
234 * migrate: add log for guest fstrim and make a failure noticable
235
236 * migrate: resume initially running VM when failing after convergence
237
238 * parse vm config: remove "\s*" from multi-line comment regex
239
240 * memory: enable balloon free-page-reporting for auto-memory reclaim
241
242 * enable spice also for virtio-gl and virtio-gpu displays and report so in
243 status API
244
245 * api: create: allow overriding non-disk options during restore
246
247 * fix #3861: migrate: fix live migration when cloud-init changes storage
248
249 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Apr 2022 18:35:22 +0200
250
251 qemu-server (7.1-5) bullseye; urgency=medium
252
253 * avoid writing the config if there are no pending changes to apply
254
255 * fix #3792: cloudinit: use of uninitialized value
256
257 * pci: allow override of PCI vendor/device ids
258
259 * drive mirror monitor: warn when suspend/resume/freeze/thaw calls fail
260
261 * update config: allow setting boot-order and dev in one go
262
263 * migrate: move tunnel-helpers to pve-guest-common
264
265 * fix #3683: agent file-write: enable user to encode the content themselves
266
267 * cpu units: lower minimum for accessing full cgroupv2 range
268
269 * fix #3845: also clamp cpu units to cgroup dependent valid range on hotplug
270
271 * clone disk: force raw format for TPM state
272
273 * fix #3886: QEMU restore: verify storage allows images before writing
274
275 * fix #3733: bump the timeout used to wait that a for backup started VM is
276 fully stopped (i.e., it's "$vmid.scope vanished) to 20 seconds after the
277 backup has finished to
278
279 * qmp client: increase timeout for thaw to better accommodate the QGA running
280 in Windows VMs
281
282 * api: vm start: 'force-cpu' is for internal migration use only, mark as
283 such
284
285 * device unplug: verify that unplugging SCSI disk completed before
286 continuing with remaining unplug work.
287
288 * clone disk: remove ancient check for min QEMU version 2.7
289
290 * clone disk: pass in efi vars size rather than config
291
292 * clone disk: allow cloning from an unused or unreferenced disk
293
294 * parse ovf: untaint path when getting the file's size info
295
296 * image convert: allow block device as source
297
298 * fix #3424: api: snapshot delete: wait for active replication
299
300 * PCI: allow longer pci domains
301
302 * fix #3957: spell 'occurred' correctly
303
304 * clone disk: also clone EFI disk from snapshot
305
306 * api: add endpoint for parsing .ovf files
307
308 * api: support VM disk import
309
310 * migrate: keep VM paused after migration if it was before
311
312 * vga: add virtio-gl display type for VIRGL
313
314 * restore: cleanup oldconf: also clean up snapshots from kept volumes
315
316 * restore: also deactivate/destroy cloud-init disk upon error
317
318 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Apr 2022 20:15:59 +0200
319
320 qemu-server (7.1-4) bullseye; urgency=medium
321
322 * migrate: send updated TPM state volume ID to target node on local-storage
323 migration
324
325 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Nov 2021 17:07:13 +0100
326
327 qemu-server (7.1-3) bullseye; urgency=medium
328
329 * replication: do not setup NBD server on VM migrate for the TPM state,
330 QEMU cannot access it directly and we already migrate it via the non-QEMU
331 storage migration anyway.
332
333 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Nov 2021 14:04:45 +0100
334
335 qemu-server (7.1-2) bullseye; urgency=medium
336
337 * cfg2cmd: disable SMM when display=none and SeaBIOS is both used
338
339 * pci: do not reserve pci-ids for mediated devices, already handled by sysfs
340 anyway
341
342 * exclude efidisk and tpmstate for boot disk selection heuristic
343
344 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Nov 2021 16:59:23 +0100
345
346 qemu-server (7.0-19) bullseye; urgency=medium
347
348 * rollback: improve interaction with snapshot replication
349
350 * cli: qm: rename 'move_disk' command to 'move-disk' with an alias for
351 backward compatibility
352
353 * pi: move-disk: add possibility to reassign a disk to another VM
354
355 * turn SMM off when SeaBIOS and a serial-display are used in combination to
356 avoid a possible boot loop
357
358 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Nov 2021 12:49:10 +0100
359
360 qemu-server (7.0-18) bullseye; urgency=medium
361
362 * use non SMM ovmf code file for i440fx machines
363
364 * fix hot-unplugging (removing) a cpulimit on a running VM
365
366 * vm start: only print tpm-related message if there is an actual instance
367
368 * vzdump: increase timeout for QMP 'cont' command after backup started
369
370 * drives: expose readonly flag for SCSI/VirtIO drives as 'ro' property
371
372 * qemu-agent: allow hotplug of the 'fstrim cloned disk' option
373
374 * fix #2429: allow to specify cloud-init vendor snippet via 'cicustom'
375
376 * config: add new meta property with the VM creation time
377
378 * config: meta: also save the QEMU version installed during creation
379
380 * cfg2cmd: switch off ACPI hotplug on bridges for q35 VMs with linux as
381 ostype to avoid changes in network interface naming due to systemd's
382 predicatble naming scheme
383
384 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Nov 2021 15:29:55 +0100
385
386 qemu-server (7.0-17) bullseye; urgency=medium
387
388 * fix #3258: block vm start when a PCI(e) device is already in use
389
390 * snapshot: fix TPM state with RBD
391
392 * swtpm: wait for PID file to appear before continuing with VM start
393
394 * OS type: add entry for Windows 11/Server 2022
395
396 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Oct 2021 11:57:09 +0200
397
398 qemu-server (7.0-16) bullseye; urgency=medium
399
400 * ovmf: support secure boot enabled code images
401
402 * ovmf: support provisioning an EFI vars template with secureboot by default
403 on and distribution + Microsofts secure-boot key pre-enrolled
404
405 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Oct 2021 20:22:18 +0200
406
407 qemu-server (7.0-15) bullseye; urgency=medium
408
409 * api: return task-worker UPID in create template endpoint
410
411 * api: destroy VM: remove pending volumes as well
412
413 * fix #3075: add TPM v1.2 and v2.0 support via swtpm~
414
415 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Oct 2021 07:24:52 +0200
416
417 qemu-server (7.0-14) bullseye; urgency=medium
418
419 * fix #3581: pass size via argument for memory-backend-ram QMP call
420
421 * fix #3608: improve removal of the underlying SCSI controller when removing
422 last drive on it
423
424 * migrate: do not suggest that we map shared storages to avoid that
425 subsequent checks could result in false negatives.
426
427 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Sep 2021 09:31:06 +0200
428
429 qemu-server (7.0-13) bullseye; urgency=medium
430
431 * fix bootorder regression with implicit default order
432
433 -- Proxmox Support Team <support@proxmox.com> Thu, 5 Aug 2021 14:03:14 +0200
434
435 qemu-server (7.0-12) bullseye; urgency=medium
436
437 * fix #3371: import ovf: allow the use of dots in the VM name
438
439 * bootorder: fix double entry on cdrom edit
440
441 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Jul 2021 16:53:44 +0200
442
443 qemu-server (7.0-11) bullseye; urgency=medium
444
445 * nic: support the intel e1000e model
446
447 * lvm: avoid the use of io_uring for now
448
449 * live-restore: fail early if target storage doesn't exist
450
451 * api: always add new CD drives to bootorder
452
453 * fix #2563: allow live migration with local cloud-init disk
454
455 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jul 2021 11:08:48 +0200
456
457 qemu-server (7.0-10) bullseye; urgency=medium
458
459 * avoid using io_uring for drives backed by LVM and configured for write-back
460 or write-through cache
461
462 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Jul 2021 14:56:34 +0200
463
464 qemu-server (7.0-9) bullseye; urgency=medium
465
466 * cpu weight: always clamp value to lower maximum for cgroup v2 and fix
467 defaults (v1 -> 1024, v2 -> 100)
468
469 * api: improve error handling when applying pending config changes
470
471 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Jul 2021 12:02:13 +0200
472
473 qemu-server (7.0-7) bullseye; urgency=medium
474
475 * improve #3329: ensure write-back is used over write-around for EFI disk,
476 as OVMF profits a lot from cached writes due to its frequent
477 read-modify-write operations
478
479 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Jul 2021 20:49:50 +0200
480
481 qemu-server (7.0-6) bullseye; urgency=medium
482
483 * live-restore: preload efidisk before starting VM
484
485 * For now do not use io_uring for drives backed by Ceph RBD, with KRBD and
486 write-back or write-through cache enabled, as in that case some polling/IO
487 may hang in QEMU 6.0.
488
489 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Jul 2021 09:45:06 +0200
490
491 qemu-server (7.0-5) bullseye; urgency=medium
492
493 * don't default to O_DIRECT (cache=none) on btrfs without nocow
494
495 * fix #2175: api: update VM: check old drive-config for permissions too to
496 ensure a valid transition when limited to CDROM changes.
497
498 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Jun 2021 18:58:19 +0200
499
500 qemu-server (7.0-4) bullseye; urgency=medium
501
502 * enable io-uring support by default when running QEMU 6.0 or newer
503
504 * VM start: always check if storages of volumes support correct content-type
505
506 * use KillMode 'process' for systemd scope to cope with depreacation of
507 KillMode=none
508
509 * cli, api: handle new warnings task status
510
511 * improve backup of templates with EFI disks and with SATA and IDE
512 disk controllers in use
513
514 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 12:57:27 +0200
515
516 qemu-server (7.0-3) bullseye; urgency=medium
517
518 * vzdump: add master key support
519
520 * vzdump: drop legacy fallback logging for dirty-bitmap
521
522 * vm destroy: do not remove unreferenced disks by default
523
524 * fix #3329: turn on cache=writeback for efidisks on rbd
525
526 * avoid setting LUN number for drives when the `pvscsi` controller is used,
527 as that cannot handle multiple LUNs, increase the `scsi-id` instead
528
529 * config: limit description/comment length to 8 KiB
530
531 * migrate: enforce that image content type is available and configured on
532 target storage
533
534 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Jun 2021 11:17:52 +0200
535
536 qemu-server (7.0-2) bullseye; urgency=medium
537
538 * api: clone: sort vm disks to keep numbers consistent
539
540 * api: VM status: make template property optional in return object
541
542 * add compatibility for QEMU 6.0
543
544 * destroy VM: always remove (referenced) VM state volumes
545
546 * destroy VM: also check if unused volumes are base images
547
548 * live-restore: log more similar to regular restore, outputting the user the
549 PBS repo/snapshot and target for each drive.
550
551 -- Proxmox Support Team <support@proxmox.com> Fri, 28 May 2021 12:46:36 +0200
552
553 qemu-server (7.0-1) pve; urgency=medium
554
555 * re-build for Proxmox VE 7 / Debian Bullseye
556
557 -- Proxmox Support Team <support@proxmox.com> Thu, 13 May 2021 19:11:18 +0200
558
559 qemu-server (6.4-2) pve; urgency=medium
560
561 * fix #2862: allow sata/ide template backups
562
563 * migration: improve speed-limits for >1G connections again
564
565 * fix getting bootdisk size for new bootorder config scheme
566
567 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Apr 2021 16:16:04 +0200
568
569 qemu-server (6.4-1) pve; urgency=medium
570
571 * fix the +pveN versioned machine types when PXE is used
572
573 * migration: avoid re-scanning all volumes
574
575 * migration: do not always set default speed limit if none is configured
576
577 * migration: rework logging to more humand friendly format, avoiding to much
578 output noise
579
580 * qmrestore: add live-restore option for CLI tool
581
582 * live-restore: hold 'create' lock during operation
583
584 * live-restore: don't remove VM on error, to allow an VM user to save any new
585 data before retrying the operation.
586
587 * fix #3369: auto-start vm after failed stopmode backup
588
589 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Apr 2021 16:26:54 +0200
590
591 qemu-server (6.3-11) pve; urgency=medium
592
593 * enable live-restore tech preview for Proxmox Backup Server hosted backup
594 snapshots.
595
596 * drive mirror: rework periodic status reporting to be human friendlier
597
598 * drive mirror: stop logging progress for a disk once it got ready
599
600 * image convert: use human-readable units in progress report
601
602 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Apr 2021 18:32:06 +0200
603
604 qemu-server (6.3-10) pve; urgency=medium
605
606 * increase timeout for block (disk) resize QMP command
607
608 * fix #3314: cloudinit: IPv6 requires type 'static6'
609
610 * fix #2670: cloudinit: enable SLAAC again now that client support is there
611
612 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Mar 2021 18:40:58 +0200
613
614 qemu-server (6.3-9) pve; urgency=medium
615
616 * restore vma: fix applying storage-specific bandwidth limit
617
618 * snapshot: set migration caps before savevm-start
619
620 * vzdump: improve error logging for query-proxmox-support to avoid
621 false-positives
622
623 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Mar 2021 09:47:27 +0100
624
625 qemu-server (6.3-8) pve; urgency=medium
626
627 * qm status: sort hash keys on verbose output
628
629 * improve windows VM version pinning on VM creation
630
631 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Mar 2021 10:01:09 +0100
632
633 qemu-server (6.3-7) pve; urgency=medium
634
635 * vzdump: increase Proxmox Backup Server backup QMP command timeout
636
637 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Mar 2021 08:21:43 +0100
638
639 qemu-server (6.3-6) pve; urgency=medium
640
641 * fix #3324: clone disk: use larger blocksize for EFI disk
642
643 * fix #3301: status: add currently running machine and QEMU version to full
644 status
645
646 * api: add endpoint to list all available QEMU machine type and version
647 tuples
648
649 * always pin virtual machines with Windows as ostype to a fixed QEMU machine
650 version by default. For existing VMs with Windows based OS-type use the 5.1
651 machine version (or the next available one, for older QEMU versions) to
652 improve stabillity of the hardware layout from Windows point of view. Linux
653 and other OS types are not as sensitive to those changes, so keep the
654 default to the currently latest available machine versions for non-Windows
655 VMs.
656
657 * update VM: check for CDROM not just drive permissions when removing a
658 device
659
660 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Mar 2021 21:42:59 +0100
661
662 qemu-server (6.3-5) pve; urgency=medium
663
664 * cloudinit: add opennebula config format
665
666 * cloudinit: remove pending delete on online regenerate image
667
668 * snapshot/save-vm: periodically print progress and show information about
669 drives during snapshot
670
671 * qmeventd: explicitly close() pidfds
672
673 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2021 18:05:18 +0100
674
675 qemu-server (6.3-4) pve; urgency=medium
676
677 * audio: add the "none" dummy audio backend
678
679 * fix drive-mirror completion with cloudinit
680
681 * vm destroy: allow opt-out of purging unreferenced disks
682
683 * fix #2788: do not resume vms after backup if they were paused before
684
685 * anchor CPU flag regex to avoid arbitrary flag suffixes
686
687 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Jan 2021 17:21:07 +0100
688
689 qemu-server (6.3-3) pve; urgency=medium
690
691 * api: adapt VM destroy and purge description
692
693 * clone disk: fix regression in offline clone of efidisk
694
695 * cloudinit: fix cloning/restoring of cloudinit disks in raw format
696
697 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Dec 2020 16:33:01 +0100
698
699 qemu-server (6.3-2) pve; urgency=medium
700
701 * PBS: use improved method to assemble repository url, fixing issues when
702 using IPv6 or non-default ports
703
704 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Dec 2020 18:06:25 +0100
705
706 qemu-server (6.3-1) pve; urgency=medium
707
708 * deactivate volumes after storage migrate
709
710 * print query-proxmox-support result in 'full' status
711
712 * clone disk: avoid errors after disk was moved by QEMU
713
714 * replace cgroups_write by cgroup change_cpu_shares && change_cpu_quota
715
716 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Nov 2020 14:30:50 +0100
717
718 qemu-server (6.2-20) pve; urgency=medium
719
720 * don't migrate replicated VM whose replication job is marked for
721 removal
722
723 * ensure qmeventd service is stopped after pve-guests and pve-ha-lrm service
724 on shutdown
725
726 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Nov 2020 17:08:45 +0100
727
728 qemu-server (6.2-19) pve; urgency=medium
729
730 * fix #3113: unbreak drive hotplug
731
732 * qmeventd: add handling for -no-shutdown QEMU instances, to avoid errors if
733 the guest OS shuts down the VM during a backup job.
734
735 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Nov 2020 13:37:00 +0100
736
737 qemu-server (6.2-18) pve; urgency=medium
738
739 * migrate: tell QEMU to enable dirty-bitmap migration, if supported
740
741 * partially fix #3056: always try to cancel backups when failed to start job
742
743 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 18:23:13 +0100
744
745 qemu-server (6.2-17) pve; urgency=medium
746
747 * bootorder: don't print empty 'order=' property
748
749 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 16:08:57 +0200
750
751 qemu-server (6.2-16) pve; urgency=medium
752
753 * fix #3010: add 'bootorder' parameter for better control of boot devices
754
755 * fix VM clone from snapshot with cloudinit disk
756
757 * fix various possible issues by avoiding conditionally declared variables
758 altogether
759
760 * PCI passthrough: fix setting VGA to 'none' when marking passed-through
761 device as 'Primary GPU'
762
763 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Oct 2020 15:51:48 +0200
764
765 qemu-server (6.2-15) pve; urgency=medium
766
767 * fix #2570: add 'keephugepages' config property
768
769 * vzdump: log 'finishing' state for Proxmox Backup Server jobs, to avoid
770 suggesting that the backup is stuck at 100%. This can happen when the
771 validation and mark of pre-existing chunks needs a bit longer.
772
773 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2020 17:44:28 +0200
774
775 qemu-server (6.2-14) pve; urgency=medium
776
777 * vzdump: allow bandwidth limit also PBS backup
778
779 * avoid a warning when checking the VMs bios
780
781 * fix #2862: properly backup (all) VM templates
782
783 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2020 19:33:54 +0200
784
785 qemu-server (6.2-13) pve; urgency=medium
786
787 * fix use of bandwidth limits with offline storage migrate
788
789 * allow one to add CPU features with a dot, like "+sse4.2", correctly
790
791 * vzdump: improve logging output and report dirty bitmap state for each disk
792
793 * vzdump: display actually uploaded chunks as 'write' speed to conform more
794 closely with the actual network transmission line-speed.
795
796 * fix #2749: vga: disable the display EDID information for the combination of
797 Windows SeaBIOS and VGA guests to avoid a reduced list of possible screen
798 resolutions. (Windows may cache the list of possible resolutions,
799 uninstalling 'Microsoft Basic Display Adapter' and rebooting may then help)
800
801 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Aug 2020 11:42:47 +0200
802
803 qemu-server (6.2-11) pve; urgency=medium
804
805 * fix #2857: restore: pass keyfile to pbs-restore
806
807 * fix #2728: die/warn if target is not a replication target when
808 live-migrating
809
810 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 08:13:29 +0200
811
812 qemu-server (6.2-10) pve; urgency=medium
813
814 * pass-through: fix mdev cmdline generation
815
816 * docs: add man page cpu-models.conf(5)
817
818 * start: set resume parameter for VM start anytime there is a 'vmstate' in
819 the config, not just when it has the 'suspend' lock
820
821 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jul 2020 13:37:37 +0200
822
823 qemu-server (6.2-9) pve; urgency=medium
824
825 * support encrypted pbs backups
826
827 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jul 2020 14:23:46 +0200
828
829 qemu-server (6.2-8) pve; urgency=medium
830
831 * backup: detect PBS features and use only supported
832
833 * fix #2671: include CPU format in man page again
834
835 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 15:14:36 +0200
836
837 qemu-server (6.2-6) pve; urgency=medium
838
839 * vzdump: fix variable redeclaration warning
840
841 * make backup log more friendlier to read for humans
842
843 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 19:00:09 +0200
844
845 qemu-server (6.2-4) pve; urgency=medium
846
847 * fix #2787: properly parse vga for vncproxy
848
849 * vncproxy: allow to request a generated VNC password
850
851 * fix #2794: allow legacy IGD passthrough
852
853 * avoid backup command timeout with PBS
854
855 * fix #2741: add VM.Config.Cloudinit permission
856
857 * enable dirty-bitmap incremental backups for PBS
858
859 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jun 2020 11:33:35 +0200
860
861 qemu-server (6.2-3) pve; urgency=medium
862
863 * fix #2748: make order of cloudinit interfaces consistent
864
865 * fix #2774: add early check for non-managed volumes
866
867 * allow to force MTU for a VM net-device
868
869 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 11:17:09 +0200
870
871 qemu-server (6.2-2) pve; urgency=medium
872
873 * adapt net-device hotplug to more strict QMP schema of QEMU 5.0
874
875 -- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2020 13:00:18 +0200
876
877 qemu-server (6.2-1) pve; urgency=medium
878
879 * qmrestore: fix VMA restore from STDIN
880
881 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2020 21:51:01 +0200
882
883 qemu-server (6.1-20) pve; urgency=medium
884
885 * cfg2cmd: fix uninitialized value warning on OVMF w/o efidisk
886
887 * vzdump: fix backup of templates with stdout as output
888
889 * cfg2cmd: set audiodev parameter only on qemu >= 4.2
890
891 * api: allow listing custom and default CPU models
892
893 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2020 17:16:56 +0200
894
895 qemu-server (6.1-19) pve; urgency=medium
896
897 * clone: use new config_lock_shared
898
899 -- Proxmox Support Team <support@proxmox.com> Tue, 5 May 2020 11:22:04 +0200
900
901 qemu-server (6.1-18) pve; urgency=medium
902
903 * vzdump: assemble: fix skipping all pending and snapshot config entries
904
905 * api/destroy: repeat early checks after locking
906
907 * migrate: skip rescan for efidisk and shared volumes
908
909 -- Proxmox Support Team <support@proxmox.com> Mon, 04 May 2020 17:36:40 +0200
910
911 qemu-server (6.1-17) pve; urgency=medium
912
913 * backup: never try to freeze in stop mode backup
914
915 * Fix #2124: Add support for zstd
916
917 -- Proxmox Support Team <support@proxmox.com> Mon, 4 May 2020 14:11:50 +0200
918
919 qemu-server (6.1-16) pve; urgency=medium
920
921 * spice audio: improve compatibility with QEMU versions newer than 4.2
922
923 * migrate: workaround issues with format switch on storage live migration
924
925 * fix live migration with replicated unused volumes
926
927 * importovf: improve compatibility with OVF files without default namespaces
928
929 * backup restore: use correct storage for format check for cloudinit drives
930
931 * handle stopping the storage migration NBD server better
932
933 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Apr 2020 16:23:24 +0200
934
935 qemu-server (6.1-14) pve; urgency=medium
936
937 * Use foreach_volume instead of foreach_drive
938
939 * Use new storage_migrate interface
940
941 * migrate: update config with changed volume IDs
942
943 * migrate: allow specifying targetstorage for offline migration
944
945 * migrate: sync_disks: use allow_rename to avoid collisions on the target
946 storage
947
948 * migrate: sync_disks: log output of storage_migrate
949
950 * migrate: also cleanup disks migrated by storage_migrate in case of failure
951
952 -- Proxmox Support Team <support@proxmox.com> Thu, 9 Apr 2020 08:56:44 +0200
953
954 qemu-server (6.1-13) pve; urgency=medium
955
956 * rescan: fix call to foreach_volume
957
958 * migration: fix downtime limit auto-increase
959
960 * migrate: allow arbitrary source->target storage maps
961
962 * migrate: always check storage permissions and content type
963
964 * Include full KVM/QEMU "-cpu" parameter with live-migration and
965 snapshots/suspend to allow supporting custom CPU models
966
967 * fix #2318: allow phys-bits CPU setting
968
969 * allow custom CPU models
970
971 * config: harmonize bridge pattern to match the same limits of containers
972
973 * cpu config: add upcoming EPYC-Rome CPU type
974
975 -- Proxmox Support Team <support@proxmox.com> Wed, 08 Apr 2020 17:08:13 +0200
976
977 qemu-server (6.1-12) pve; urgency=medium
978
979 * CPUConfig: fix module load when pmxcfs is unavailable
980
981 * migrate: fix replication false-positives
982
983 * migrate: cleanup disk/bitmaps if 'qm start' failed
984
985 * migration with targetstorage: check if target storage supports images
986
987 * fix efidisks on storages with minimum sizes bigger than OVMF_VARS.fd
988
989 * Implement volume-related helpers and use new foreach_volume
990
991 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Mar 2020 10:00:13 +0200
992
993 qemu-server (6.1-11) pve; urgency=medium
994
995 * vzdump: fix regression in backups for specific storage
996
997 * custom CPU models: add initial parser and verifier
998
999 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Mar 2020 09:00:24 +0100
1000
1001 qemu-server (6.1-10) pve; urgency=medium
1002
1003 * version_guard: early out when major/minor version is high enough
1004
1005 * drive-mirror: add support for incremental sync
1006
1007 * migrate: add replication info to disk overview
1008
1009 * migrate: add live-migration of replicated disks
1010
1011 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Mar 2020 15:16:21 +0100
1012
1013 qemu-server (6.1-8) pve; urgency=medium
1014
1015 * cloudinit: make genisoimage quieter, only output errors
1016
1017 * Append newline to all QGA commands for compatibility with non standard
1018 conforming Apple based guest agent implementation
1019
1020 * add experimental support for proxmox backup server
1021
1022 * fix #2580: api/delete: drop VM from HA resources if purge is set
1023
1024 * improve drive mirror completion over NBD during migration
1025
1026 * add secured unix socket support for NBD storage migration
1027
1028 * Disable memory hotplug for custom NUMA topologies and die on misaligned
1029 memory for hotplug
1030
1031 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Mar 2020 11:11:31 +0100
1032
1033 qemu-server (6.1-7) pve; urgency=medium
1034
1035 * vzdump: always exclude efidisks from backups of machines currently not set
1036 to use OVMF (UEFI)
1037
1038 * Simplify QEMU version check and require at least 3.0+
1039
1040 * Align size to 1 KiB bytes before doing 'qmp block_resize'
1041
1042 * fix #2611: use correct operation when calculating the migration bandwidth
1043 limit
1044
1045 * fix #2612: allow input-data in guest exec and make command optional
1046
1047 * cpu models: add icelake-server and icelake-client
1048
1049 * already add models from future QEMU 4.2 release
1050
1051 * fix #2264: allow one to add a virtio-rng device for improved entropy
1052 bandwidth in a VM
1053
1054 * update_disksize: also update disk size if there was no old size at all
1055
1056 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Mar 2020 19:12:16 +0100
1057
1058 qemu-server (6.1-6) pve; urgency=medium
1059
1060 * allow reading snapshot config for users with VM.Audit on a guest
1061
1062 * fix #2566: increase scsi limit to 31
1063
1064 * fix #2578: check if $target is provided in clone
1065
1066 * update QMP commands to reflect (future) depreacations and changes in QEMU
1067
1068 * resize volume: always request new size from storage after resizing
1069
1070 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Feb 2020 06:40:43 +0100
1071
1072 qemu-server (6.1-5) pve; urgency=medium
1073
1074 * Add QEMU CPU flag querying helpers
1075
1076 * hotplug_pending: remove redundant write/load config calls
1077
1078 * api: vm clone: unlink zombie target VM and firewall config at end of error
1079 cleanup
1080
1081 * add timeout parameter to vm start API/CLI endpoint
1082
1083 * fix #2070: vm_start: for a migrating VM, use current format of disk if
1084 possible
1085
1086 * hotplug_pending: make 'ssd' option non-hotpluggable, it cannot be changed
1087 live on a plugged disk.
1088
1089 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 10:27:33 +0100
1090
1091 qemu-server (6.1-4) pve; urgency=medium
1092
1093 * check if QEMU version is recent enough for requested machine type
1094
1095 * suspend to disk: check and enforce more strict permissions
1096
1097 * update disk size before local disk migration
1098
1099 * hide very long commandline on vm_start/migrate failure
1100
1101 * fix #2493: show QEMU errors in migration log
1102
1103 * api/restore: do not trigger autostart-after-restored task from locked
1104 context
1105
1106 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Dec 2019 16:03:25 +0100
1107
1108 qemu-server (6.1-3) pve; urgency=medium
1109
1110 * create efidisk: poll the real size after volume creation, as some storages
1111 need to create bigger volumes as requested, to cope with their internal
1112 alignment requirements.
1113
1114 * fix #2469: fix qemu-img convert src_format detection, wrongly reverted.
1115
1116 * fix #2510: hostpci: always check if specified device exists
1117
1118 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Dec 2019 11:44:14 +0100
1119
1120 qemu-server (6.1-2) pve; urgency=medium
1121
1122 * api: allow one to remove (hibernation) vmstate
1123
1124 * vzdump: log QGA FS freeze/thaw tries in task log
1125
1126 * skip efidisk0 in hotplug
1127
1128 -- Proxmox Support Team <support@proxmox.com> Sat, 30 Nov 2019 18:38:36 +0100
1129
1130 qemu-server (6.1-1) pve; urgency=medium
1131
1132 * fix #2367: do not allow snapshot with name PENDING
1133
1134 * fix #2469: fix qemu-img convert src_format detection
1135
1136 * implement PVE Version addition for QEMU machine allowing to introduce new
1137 features while keeping migration compatibility more easily
1138
1139 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 13:06:21 +0100
1140
1141 qemu-server (6.0-17) pve; urgency=medium
1142
1143 * PCI(e) pass-through: ensure we fallback to the previous default "0000"
1144 domain again.
1145
1146 -- Proxmox Support Team <support@proxmox.com> Sat, 23 Nov 2019 09:52:09 +0100
1147
1148 qemu-server (6.0-16) pve; urgency=medium
1149
1150 * fix #2473: use of unitialized value
1151
1152 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Nov 2019 14:18:58 +0100
1153
1154 qemu-server (6.0-15) pve; urgency=medium
1155
1156 * api/migration: fix autocomplete for targetstorage
1157
1158 * add 'type' to guest agent format, allowing one to choose between VirtIO
1159 (default) and ISA
1160
1161 * clone: pre-allocate cloud-init disk for destination
1162
1163 * SPICE/QXL: tell Linux VMs that they can add up to 4 display when running
1164 with qemu 4.1 or newer
1165
1166 * add support to tell showcmd helper to assume a specific forced machine
1167 version when assembling a command
1168
1169 * refactor QemuServer to avoid cyclic module dependencies
1170
1171 * fix #2436: pci: do not hardcode pci domain to 0000
1172
1173 * add 'tags' config option for adding meta information to a VM
1174
1175 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 19:41:01 +0100
1176
1177 qemu-server (6.0-14) pve; urgency=medium
1178
1179 * use PVE::DataCenterConfig, use PVE::SSHInfo, use PVE::RRD for RRD data
1180
1181 * refactor migration IP retrieval
1182
1183 * add missing packages to (build-)dependencies
1184
1185 * fix #2457: ga: set-user-password: increase maxLength of password
1186
1187 * fix restoring old VM backups made with Promxox VE earlier than 2.3
1188
1189 * improve test mocking
1190
1191 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2019 12:12:03 +0100
1192
1193 qemu-server (6.0-13) pve; urgency=medium
1194
1195 * fix #2434: extend machine regex to support stable release machine updates
1196
1197 * prepare to fix #2408, #2355, #2380: use scsi-hd backend for iSCSI as well
1198
1199 * fix deleting pending changes for not yet existing options
1200
1201 * improve hugepage memory size detection
1202
1203 * avoid a race for VMID reservation when importing an OVF manifest to a new
1204 VM
1205
1206 * cleanup importidsk CLI command, and say to which exact disk we imported
1207
1208 * add simple runtime heuristic for IOThread backup support, to ensure the VM
1209 to backup was started with a recent QEMU version.
1210
1211 * QMPClient: ensure QMP connection is also closed in certain edge cases
1212
1213 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Oct 2019 17:43:41 +0100
1214
1215 qemu-server (6.0-12) pve; urgency=medium
1216
1217 * fix regression from 6.0-10 with vmstate restore on RBD
1218
1219 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Oct 2019 16:31:46 +0200
1220
1221 qemu-server (6.0-11) pve; urgency=medium
1222
1223 * fix #1071: VMs with IOThread enabled disks can now be backed up
1224
1225 * fix regression from 6.0-10 with snapshot restore and statefile
1226
1227 * fix regression with from 6.0-10 where forced was always assumed to be true
1228 for applying pending changes
1229
1230 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Oct 2019 12:50:18 +0200
1231
1232 qemu-server (6.0-10) pve; urgency=medium
1233
1234 * fix #2344: ignore cloudinit in replication check
1235
1236 * fix #1291: add option purge for vm_destroy api call
1237
1238 * increase code re-use with pve-container for pending changes in
1239 configuration
1240
1241 * fix #2412: only do the final configuration destroy after all the VMs
1242 resources, and references in other configurations like Firewall or resource
1243 pools was successfully cleaned up
1244
1245 * fix #2171: ensure that non filesystem based statefiles get activated on VM
1246 start
1247
1248 * fix #2395: improve QEMU image converter to cope better with pure file based
1249 sources and iSCSI source and destinations
1250
1251 * fix #2402: allow 1GB hugepages if 2MB is unavailable
1252
1253 * qemu 4.0 : add Cascadelake-Server and KnightsMill Intel CPU models
1254
1255 * fix #2217: don't copy cloudinit disk on clone
1256
1257 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Oct 2019 22:04:50 +0200
1258
1259 qemu-server (6.0-9) pve; urgency=medium
1260
1261 * fix issue where a SPICE remote viewer was disconnected during live migration
1262
1263 * Add VM reboot API/CLI integration, allowing to reboot a VM and applying any
1264 pending changes in-between
1265
1266 * CPU flags: allow one to add aes flag
1267
1268 * fix #2263: die on live migration with local cloudinit disk
1269
1270 * fix #2041, #2272: Add Spice enhancements
1271
1272 * Add support for more (up to 16) PCI(e) devices
1273
1274 * usb: Allow one to make SPICE USB ports USB3 capabile
1275
1276 * allow one to use USB3 for SPICE USB ports with VMs started already with
1277 QEMU version 4.0.0, as live-migrations were not possible with this previous
1278 unsupported setup anyway. Live-snapshots from VMs with a SPICE USB device
1279 which was manually set (wasn't possible over Webinterface) to USB3 with a
1280 machine version of 4.0.0, need to remove the "usb3" flag again from the
1281 snapshot config when restoring it.
1282
1283 * rework kvm_user_version cache mechanism
1284
1285 * api: deletion: check also pending values for serial/usb
1286
1287 * migration api: explicitly clear "online" flag if VM is stopped to avoid
1288 issues with storage migrations which are handled different for stopped VMs
1289
1290 * abort resize disk if current size could not be determined
1291
1292 * fix #2382: delete cloudinit disk before restoring
1293
1294 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Sep 2019 12:01:58 +0200
1295
1296 qemu-server (6.0-7) pve; urgency=medium
1297
1298 * ensure new SPICE audio device works also with 'q35' based VMs
1299
1300 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jul 2019 15:13:35 +0200
1301
1302 qemu-server (6.0-6) pve; urgency=medium
1303
1304 * Add SPICE audio device support
1305
1306 * fix #2275: die on invalid sendkey
1307
1308 * Make sometimes problematic 'hv-tlbflush' and 'hv-evmcs' CPU flags optional
1309
1310 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Jul 2019 18:20:10 +0200
1311
1312 qemu-server (6.0-5) pve; urgency=medium
1313
1314 * do not pass Proxmox VE internal startdate 'now' to QEMU, it does not
1315 understands it
1316
1317 * use new pcie port hardware for 4.0 and newer q35 machine types
1318
1319 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:44:28 +0200
1320
1321 qemu-server (6.0-4) pve; urgency=medium
1322
1323 * fix guest shutdown if agent is configured but no timeout was passed
1324
1325 * cloudinit: set iso-level in genisoimage call
1326
1327 * migrate pre-condition check: add size to volume attributes and handle
1328 storage not selected manually in storage config
1329
1330 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 20:35:09 +0200
1331
1332 qemu-server (6.0-3) pve; urgency=medium
1333
1334 * do not add evmcs HyperV enlightment at all for now due to incompatibillity
1335 with AMD based hosts
1336
1337 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Jun 2019 14:33:01 +0200
1338
1339 qemu-server (6.0-2) pve; urgency=medium
1340
1341 * add migration precondition api endpoint
1342
1343 * wait for possible left over VM scopes to be gone through dbus based helper
1344 on VM start
1345
1346 * fix #2244: Allow timeout for guest-agent shutdown
1347
1348 * fix #2083: Add hv_tlbflush, hv_ipi, hv_evmcs enlightenments
1349
1350 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 17:46:51 +0200
1351
1352 qemu-server (6.0-1) pve; urgency=medium
1353
1354 * SMBIOS: followup: allow now 512 characters for full format string
1355
1356 * fix #2190: Base64 encode SMBIOS value strings in order to allow more
1357 characters
1358
1359 * allow one to add md-clear cpu flag
1360
1361 * add qm command for cloudinit config dump
1362
1363 * drop vnc x509 param, deprecated in 2.5 removed in 4.0
1364
1365 * Fix #1999: cli: listsnapshot: handle multiple roots and mark orphaned as
1366 root
1367
1368 * drop references to un-maintained sheepdog plugin
1369
1370 * vm_resume: correctly honor $nocheck
1371
1372 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Jun 2019 20:59:07 +0200
1373
1374 qemu-server (6.0-0+1) pve; urgency=medium
1375
1376 * rebuild for Debian Buster / PVE 6.0
1377
1378 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 19:12:34 +0200
1379
1380 qemu-server (5.0-51) unstable; urgency=medium
1381
1382 * fix #1811: allow non root user to edit serialX: socket entries
1383
1384 * allow non root users to add spice usb port
1385
1386 * fix #1829: do not ignore format parameter when creating cloudinit
1387 disk volume
1388
1389 * fix: #1075: Restore VM template to VM and try to convert to template
1390
1391 * fix #2173: use qemu-img to check cloudinit disk existence
1392
1393 * cloudinit: use detected format in volume name parsing
1394
1395 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Apr 2019 14:07:59 +0000
1396
1397 qemu-server (5.0-50) unstable; urgency=medium
1398
1399 * fix #2100: ignore cloudinit drive on offline migration
1400
1401 * honor bandwidth limits (bwlimit) for migrate, drive-mirror, clone
1402 and add to API calls
1403
1404 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Apr 2019 16:22:10 +0200
1405
1406 qemu-server (5.0-49) unstable; urgency=medium
1407
1408 * return config lock in vm status
1409
1410 * move 'pve-snapshot-name' to common
1411
1412 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Mar 2019 12:55:03 +0100
1413
1414 qemu-server (5.0-48) unstable; urgency=medium
1415
1416 * cloud-init: allow custom network/user data files via snippets
1417
1418 * fix #2120: use hosts initiator name with qemu-img
1419
1420 * fix #2131: get correct device when deleting iothreads
1421
1422 * config: NIC macaddr: enforce unicast MAC addresses
1423
1424 * implement suspend to disk for running VMs over API and CLI
1425
1426 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Mar 2019 13:25:38 +0100
1427
1428 qemu-server (5.0-47) unstable; urgency=medium
1429
1430 * fix #2043: always stop existing systemd scopes on VM start
1431
1432 * use nr_hugepages from /proc/cmdline
1433
1434 * fix #2101: cloudinit: IPv6 ending in : not parsed as a string
1435
1436 * fix #1891: Add zsh command completion for qm and qmrestore
1437
1438 * fix #2097: allow one to set and pass the WWN parameter for IDE, SATA and
1439 SCSI disks
1440
1441 * allow one to add IVSHMEM device to a VM configuration
1442
1443 * fix #2114: always set correct link status on VM network adapter hotplug
1444
1445 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Mar 2019 10:11:00 +0100
1446
1447 qemu-server (5.0-46) unstable; urgency=medium
1448
1449 * allow explicit hv-vendor-id
1450
1451 * allow explicit set vga with gpu passthrough
1452
1453 * fix #1924: add snapshot parameter
1454
1455 * allow to add pre- start/stop hook scripts
1456
1457 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Feb 2019 13:04:19 +0100
1458
1459 qemu-server (5.0-45) unstable; urgency=medium
1460
1461 * fix #2003: give qm terminal a terminal over ssh
1462
1463 * migrate: fix local disk migration with online VMs
1464
1465 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Jan 2019 10:42:03 +0100
1466
1467 qemu-server (5.0-44) unstable; urgency=medium
1468
1469 * fix #1013 : migrate : sync_disk : --targetstorage with offline disk
1470
1471 * add Windows 7 PCIe quirk for adding 'hostpci' devices
1472
1473 * fix #2032: check that type is set before assembling a VGA device
1474
1475 * add configuration to command regression tests
1476
1477 * allow 'none' as VGA option
1478
1479 * fix #1267: move args to the end of qemu commandline
1480
1481 * clone_disk : cloudinit drive: don't clone snapshot name (snapname)
1482
1483 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Dec 2018 10:17:47 +0100
1484
1485 qemu-server (5.0-43) unstable; urgency=medium
1486
1487 * usb: fix check if machine type is q35
1488
1489 * qm cleanup: exit silently if VM config does not belong to node
1490 anymore
1491
1492 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Nov 2018 12:57:49 +0100
1493
1494 qemu-server (5.0-42) unstable; urgency=medium
1495
1496 * add mediated devices support
1497
1498 * use improved lspci
1499
1500 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Nov 2018 11:22:04 +0100
1501
1502 qemu-server (5.0-41) unstable; urgency=medium
1503
1504 * fix #1959: add fallback for auto previously set by SLAAC
1505
1506 * create_vm: don't add vmgenid for ARM machines by default
1507
1508 * use qmeventd to execute qm cleanup
1509
1510 * QemuServer: remove PCI sysfs helpers
1511
1512 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2018 14:38:42 +0100
1513
1514 qemu-server (5.0-40) unstable; urgency=medium
1515
1516 * correctly check display vga type
1517
1518 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Nov 2018 17:27:53 +0100
1519
1520 qemu-server (5.0-39) unstable; urgency=medium
1521
1522 * Add `ssd` property to IDE, SATA, and SCSI drives
1523
1524 * fix #1952: make vga memory configurable
1525
1526 * fix #1969: increase max unused disks
1527
1528 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Nov 2018 16:23:26 +0100
1529
1530 qemu-server (5.0-38) unstable; urgency=medium
1531
1532 * add second qmp socket when running qemu >= 2.12 for pending event/reboot
1533 changes
1534
1535 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Oct 2018 12:28:49 +0200
1536
1537 qemu-server (5.0-37) unstable; urgency=medium
1538
1539 * add virtio to the list of valid gpu types
1540
1541 * lower qemu requirement for hv_synic and hv_stimer to 2.12
1542
1543 * prepare for deprecated functionality in qemu 3.0
1544
1545 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Oct 2018 14:53:04 +0200
1546
1547 qemu-server (5.0-36) unstable; urgency=medium
1548
1549 * fix #1908: add VM Generation ID (vmgenid) device by default on new VMs and
1550 allow to set on existing ones
1551
1552 * fix version check in qemu_machine_feature_enabled
1553
1554 * use qemu's internal blockdev-snapshot functions to avoid some issues with
1555 snapshots on qcow2 files
1556
1557 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Sep 2018 11:14:32 +0200
1558
1559 qemu-server (5.0-35) unstable; urgency=medium
1560
1561 * add hv_synic and hv_stimer HyperV Enlightment flags on QEMU 3.0 and later
1562
1563 * improve setting QEMU machine type on snapshot and rollback
1564
1565 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Sep 2018 15:29:18 +0200
1566
1567 qemu-server (5.0-34) unstable; urgency=medium
1568
1569 * fix #1865: CloudInit doesn't add IPv6
1570
1571 * allow to add ibpb, ssbd, virt-ssbd, amd-ssbd, amd-no-ssb and pdpe1gb CPU flags
1572
1573 * clone: improve message for ignoring pending changes
1574
1575 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Sep 2018 11:37:24 +0200
1576
1577 qemu-server (5.0-33) unstable; urgency=medium
1578
1579 * fix #1242: allow one to setup an automatic QEMU guest agent fstrim
1580 command after cloning or moving a disk live
1581
1582 * define return properties for vmstatus API call
1583
1584 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Aug 2018 14:40:46 +0200
1585
1586 qemu-server (5.0-32) unstable; urgency=medium
1587
1588 * api/agent: do not dereference parameter hash before passing to
1589 agent_cmd method
1590
1591 * api/agent: import check_agent_error method
1592
1593 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jul 2018 10:55:42 +0200
1594
1595 qemu-server (5.0-31) unstable; urgency=medium
1596
1597 * fix #1717: delete snapshot when vm running and drive not attached
1598
1599 * fix qemu agent commands: add missing import of 'agent_cmd' method
1600
1601 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jul 2018 10:24:27 +0200
1602
1603 qemu-server (5.0-30) unstable; urgency=medium
1604
1605 * Fix SPICE multi-monitor mode on VMs using q35 machine type
1606
1607 * extend QEMU guest agent API with file read/write, setting VM user password
1608 and executing arbitrary commands in VM
1609
1610 * add guest command group to qm CLI tool
1611
1612 * add 'dryrun' to qm rescan, which only list changes but does not actually
1613 saves them
1614
1615 * add a workaround for bug #1650: add content type filter to rescan
1616
1617 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jul 2018 11:39:01 +0200
1618
1619 qemu-server (5.0-29) unstable; urgency=medium
1620
1621 * reserve new VM config with create lock early
1622
1623 * api: allow auto vm start after create finished
1624
1625 * use 'system_wakeup' to resume VMs suspended by their guest OS
1626
1627 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jun 2018 12:11:29 +0200
1628
1629 qemu-server (5.0-28) unstable; urgency=medium
1630
1631 * cloud-init: improve handling of network settings for broken
1632 versions (e.g., the one currently used by CentOS 7)
1633
1634 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jun 2018 12:48:42 +0200
1635
1636 qemu-server (5.0-27) unstable; urgency=medium
1637
1638 * qm agent: check if qga service is running
1639
1640 * fix #1779: vzdump: ensure guest-fsfreeze-thaw is called on error
1641
1642 * fix #1780: change datacenter.conf to datacenter.cfg in description
1643
1644 * fix logic of deleting balloon config property
1645
1646 * activate volume for cloudinit disk
1647
1648 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Jun 2018 15:24:14 +0200
1649
1650 qemu-server (5.0-26) unstable; urgency=medium
1651
1652 * fix #1749: do not copy pending changes when cloning a vm
1653
1654 * make q35 and virtio-scsi-single compatible
1655
1656 * fix an issue where cleanup operations run as part of a VM's systemd scope
1657
1658 * associate cloud-init options with with the VM.Config.Network permission
1659
1660 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 14:04:26 +0200
1661
1662 qemu-server (5.0-25) unstable; urgency=medium
1663
1664 * fix #1697: only check machine type for pxe
1665
1666 * fix scsi hotplug issue with q35 machines
1667
1668 * fix live migration with local disk issue with nbd
1669
1670 * switch to new method of passing disk serials to qemu
1671
1672 * qemu-img convert: use cache=none for ZFS to not fill up the ARC
1673
1674 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Apr 2018 15:11:58 +0200
1675
1676 qemu-server (5.0-24) unstable; urgency=medium
1677
1678 * use pve-edk2-firmware for supporting OVMF
1679
1680 * restore: implement rate limiting
1681
1682 * stop passing default '-k' (keyboard) QEMU option from datacenter.cfg
1683
1684 * create linked clones of templates by default
1685
1686 * remove legacy vm_monitor_command
1687
1688 * start: always stop an existing $vmid.scope
1689
1690 * implement cloudinit support
1691
1692 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Mar 2018 09:24:08 +0100
1693
1694 qemu-server (5.0-23) unstable; urgency=medium
1695
1696 * fix migrate cache size parameter for qemu 2.11
1697
1698 * typo fixes in migrate task log
1699
1700 * depend on pve-qemu-kvm >= 2.9.1-9
1701
1702 * allow virtio-scsi+iothread controller hot-unplug
1703
1704 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Feb 2018 13:21:08 +0100
1705
1706 qemu-server (5.0-22) unstable; urgency=medium
1707
1708 * fix #1664: nbd mirror: remove socat tunnel now that it is not required
1709 anymore to avoid a 30s inactivity timeout
1710
1711 * fix #1569: add shared flag to disks
1712
1713 * fix #1662: make the 'snapshot' disk parameter work again
1714
1715 * correct 'snapshot' flag description
1716
1717 * CPU types: add EPYC and EPYC-IBPB
1718
1719 * forward returned errors from guest-agent commands
1720
1721 * add new guest-agent commands and add commands as separate api calls
1722
1723 * add agent flag to vm status api call
1724
1725 * clone/restore: make the smbios UUID unique if --unique is used
1726
1727 * add serial:1 to vm-status when config has a serial device configured
1728
1729 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Feb 2018 09:56:08 +0100
1730
1731 qemu-server (5.0-21) unstable; urgency=medium
1732
1733 * fix a case where with the upcoming introduction of sub-commands the spice
1734 ticket could be read from a file rather than received via stdin
1735
1736 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jan 2018 15:13:23 +0100
1737
1738 qemu-server (5.0-20) unstable; urgency=medium
1739
1740 * added spec-ctrl flag to cpu 'flags' property
1741
1742 * added -IBRS cpu type variants
1743
1744 * added Skylake-Server cpu type
1745
1746 * added --pretty option to 'qm showcmd'
1747
1748 * increase start timeout when hugepages are enabled to compensate for long
1749 allocation times
1750
1751 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jan 2018 14:26:30 +0100
1752
1753 qemu-server (5.0-19) unstable; urgency=medium
1754
1755 * add 'flags' property to cpu option to allow passing PCID support to VMs
1756
1757 * fix efi disk format detection
1758
1759 * use default values from load_defaults() when none is specified in conf
1760
1761 -- Proxmox Support Team <support@proxmox.com> Tue, 9 Jan 2018 15:49:35 +0100
1762
1763 qemu-server (5.0-18) unstable; urgency=medium
1764
1765 * fix #1570: fix template backup with pigz
1766
1767 * fix #1471: change keyboard default to undef
1768
1769 * fix efi disks in raw mode not being fully writable
1770
1771 * qm terminal: add --escape option to change or disable the escape key
1772
1773 * enable vncproxy with vncterm for serial ports
1774
1775 * add termproxy api call
1776
1777 * stop adding the same disk as unused multiple times when they are reachable
1778 through multiple storage definitions
1779
1780 * check if the guest agent actually runs before a fsfreeze-freeze/thaw
1781
1782 * update ostype documentation
1783
1784 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Dec 2017 14:56:59 +0100
1785
1786 qemu-server (5.0-17) unstable; urgency=medium
1787
1788 * correct cpuunits range
1789
1790 * check if base volumes are unused before deleting a template
1791
1792 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Oct 2017 14:58:00 +0200
1793
1794 qemu-server (5.0-16) unstable; urgency=medium
1795
1796 * add new qm command 'importovf', to create VMs from an OVF manifest
1797
1798 * snapshot: use explicitly configured vmstate storage
1799
1800 * config: add vmstatestorage option
1801
1802 * VM.Snapshot.Rollback privilege added
1803
1804 * migration : enable mtunnel for insecure migration
1805
1806 * ovmf: deprecate old legay ovmf image and refactor
1807
1808 * improve efidisk creation
1809
1810 * efidisk: do not hard code efivar base image size
1811
1812 * fix #1441: do not unplug controllers when the mirroring is finished
1813
1814 * do not overwrite global signal handlers
1815
1816 * update_vm: sort logged parameters
1817
1818 * remove legacy sparsecp
1819
1820 * remove unused obsolete vmtar
1821
1822 * fix #1125: check for KVM support before starting VM
1823
1824 -- Proxmox Support Team <support@proxmox.com> Thu, 5 Oct 2017 11:17:26 +0200
1825
1826 qemu-server (5.0-15) unstable; urgency=medium
1827
1828 * reduce migration downtime
1829
1830 * fix freezing logic when saving vm states
1831
1832 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Aug 2017 10:46:33 +0200
1833
1834 qemu-server (5.0-14) unstable; urgency=medium
1835
1836 * fix disk throttle parameters
1837
1838 * improve compatibility when live-migrating from pve-4
1839
1840 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Jul 2017 11:17:53 +0200
1841
1842 qemu-server (5.0-13) unstable; urgency=medium
1843
1844 * Fix #1417: make sure the target storage allows disk images before importing
1845
1846 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Jul 2017 06:48:43 +0200
1847
1848 qemu-server (5.0-12) unstable; urgency=medium
1849
1850 * Use default values when memory is not set in vm.conf when migrating
1851
1852 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Jul 2017 14:39:25 +0200
1853
1854 qemu-server (5.0-11) unstable; urgency=medium
1855
1856 * Fix #1417: properly check for 'images' content type when allocating disks
1857
1858 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Jun 2017 09:33:17 +0200
1859
1860 qemu-server (5.0-10) unstable; urgency=medium
1861
1862 * don't use cirrus by default for sane OS'
1863
1864 * replication: remove guest states to ensure no old states are exists
1865
1866 * allow disks on shared storages on replicated VMs
1867
1868 * refuse to add non-replicatable disks to replicating VMs
1869
1870 * config: has_feature() take default for backup into account
1871
1872 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 13:26:38 +0200
1873
1874 qemu-server (5.0-9) unstable; urgency=medium
1875
1876 * migrate: use 'mtunnel' from pvecm
1877
1878 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 11:01:15 +0200
1879
1880 qemu-server (5.0-8) unstable; urgency=medium
1881
1882 * migrate: pass the with_snapshots parameter
1883
1884 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 12:58:33 +0200
1885
1886 qemu-server (5.0-7) unstable; urgency=medium
1887
1888 * PVE/QemuMigrate.pm: use new replication job helpers from AbstractMigrate
1889
1890 * Change target in replication-state when replication direction is switched
1891
1892 * PVE/QemuMigrate.pm: use replication job, transfer replication state
1893
1894 * add regression tests for get_replicatable_volumes
1895
1896 * get_replicatable_volumes: fix CDROM and local file/device handling
1897
1898 * get_replicatable_volumes: add unused volumes
1899
1900 * get_replicatable_volumes: skip volumes if we do not 'own' them
1901
1902 * PVE::QemuServer::foreach_volid - pass $attr hash to callback
1903
1904 * get_replicatable_volumes: skip volumes on shared storage
1905
1906 * PVE/API2/Qemu.pm: aquire guest_migration_lock inside worker
1907
1908 * Add a migration lock to avoid a replication on rollback-time
1909
1910 * change from dpkg-deb to dpkg-buildpackage
1911
1912 * fix #1405: sort pci ids by functions
1913
1914 * Add new qm command 'importdisk' to import external disk images
1915
1916 * migration: implement insecure offline migration
1917
1918 * check also pending changes when reverting/deleting
1919
1920 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 08:50:45 +0200
1921
1922 qemu-server (5.0-6) unstable; urgency=medium
1923
1924 * fix burst length parameter names and pass them to qemu
1925
1926 * fix #1229: more explicit spice port allocation
1927
1928 * migrate: acquire guest_migration_lock during migration
1929
1930 * do not allow destroy if there are replication jobs
1931
1932 * use new PVE::ReplicationConfig class
1933
1934 * improve error on '{full, linked} clone not available' error
1935
1936 * Fix #1384: add missing decrement to calculation of socket-id
1937
1938 * migrate: pass ssh_info to storage_migrate
1939
1940 * tests: fix broken snapshot create tests
1941
1942 * tests: fix broken snapshot delete tests
1943
1944 * use ReuseAddr for vncproxy
1945
1946 * Fix #1361: create disk: stricter parsing of storage:size
1947
1948 * PVE::QemuServer::create_disks - run code inside eval
1949
1950 * implement get_replicatable_volumes
1951
1952 * add description of read/writes statistics in vzdump output
1953
1954 * start vncproxy worker in the background
1955
1956 -- Proxmox Support Team <support@proxmox.com> Wed, 31 May 2017 09:21:27 +0200
1957
1958 qemu-server (5.0-5) unstable; urgency=medium
1959
1960 * added rerror option to scsi drives
1961
1962 * added storage replication settings
1963
1964 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Apr 2017 14:02:08 +0200
1965
1966 qemu-server (5.0-4) unstable; urgency=medium
1967
1968 * fix target storage availability check for live migration with local
1969 storage
1970
1971 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Apr 2017 12:05:58 +0200
1972
1973 qemu-server (5.0-3) unstable; urgency=medium
1974
1975 * fix vnc connections showing false errors
1976
1977 * fix #1338: handle writer count limit in live migration with local disks
1978 with qemu 2.9
1979
1980 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Apr 2017 11:47:07 +0200
1981
1982 qemu-server (5.0-2) unstable; urgency=medium
1983
1984 * fix drive mirror readyness check
1985
1986 * fix uninitialized warning when deleting unset VM option
1987
1988 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Apr 2017 16:27:59 +0200
1989
1990 qemu-server (5.0-1) unstable; urgency=medium
1991
1992 * bump version for stretch
1993
1994 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 11:59:35 +0100
1995
1996 qemu-server (4.0-109) unstable; urgency=medium
1997
1998 * drop netcat6 dependency
1999
2000 * fix a case where VMs refuse to start with scsi disk ids >= 7
2001
2002 * add skylake to cpu models
2003
2004 * improve error messages
2005
2006 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 11:56:14 +0100
2007
2008 qemu-server (4.0-109) unstable; urgency=medium
2009
2010 * schema updates
2011
2012 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Feb 2017 11:40:53 +0100
2013
2014 qemu-server (4.0-108) unstable; urgency=medium
2015
2016 * #1260: convert moved template disk to base
2017
2018 * change TLS cipher suite to HIGH for spiceterm
2019
2020 -- Proxmox Support Team <support@proxmox.com> Tue, 31 Jan 2017 13:54:42 +0100
2021
2022 qemu-server (4.0-107) unstable; urgency=medium
2023
2024 * add dependency on libpve-guest-common-perl
2025
2026 * add dependency on libpve-common-perl
2027
2028 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jan 2017 09:47:09 +0100
2029
2030 qemu-server (4.0-106) unstable; urgency=medium
2031
2032 * only use scsi-block with explicit opt-in
2033
2034 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jan 2017 09:19:20 +0100
2035
2036 qemu-server (4.0-105) unstable; urgency=medium
2037
2038 * use new PVE::Storage::check_volume_access()
2039
2040 * Set zero $size and continue if volume_resize() returns false
2041
2042 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jan 2017 09:19:45 +0100
2043
2044 qemu-server (4.0-104) unstable; urgency=medium
2045
2046 * add setup_environment hook to CLIHandler classes
2047
2048 * cleanup: drop superfluous condition in assignment
2049
2050 * add romfile option to hostpci
2051
2052 * add with-local-disks option for live storage migration
2053
2054 * drive-mirror: bump timeout to 5s, add 30s inactivity timeout
2055
2056 * live clone_vm: suspend or freezefs before block-job-cancel
2057
2058 * add socat and unix socket for storage migration
2059
2060 * add live storage migration with vm migration
2061
2062 * clone live vm : add support for multiple jobs
2063
2064 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2017 14:15:01 +0100
2065
2066 qemu-server (4.0-103) unstable; urgency=medium
2067
2068 * destroy_vm: allow vdisk_free to fail
2069
2070 * Display volume size in log when doing a volume backup
2071
2072 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2016 12:40:40 +0100
2073
2074 qemu-server (4.0-102) unstable; urgency=medium
2075
2076 * avoid "No balloon device has been activated" warnings in vmstatus
2077
2078 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Dec 2016 10:12:55 +0100
2079
2080 qemu-server (4.0-101) unstable; urgency=medium
2081
2082 * allow migration of local qcow2 snapshots
2083
2084 -- Proxmox Support Team <support@proxmox.com> Mon, 5 Dec 2016 12:38:54 +0100
2085
2086 qemu-server (4.0-100) unstable; urgency=medium
2087
2088 * allow insecure migrations from older qemu-servers
2089
2090 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2016 18:50:54 +0100
2091
2092 qemu-server (4.0-99) unstable; urgency=medium
2093
2094 * qm agent: remove 'guest-' prefix from commands
2095
2096 * qm agent: pass command as second required argument
2097
2098 * qm agent: add output formatter
2099
2100 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Dec 2016 07:58:34 +0100
2101
2102 qemu-server (4.0-98) unstable; urgency=medium
2103
2104 * Add "qm agent" command
2105
2106 * increase timeout for guest-fsfreeze-freeze
2107
2108 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Nov 2016 12:31:36 +0100
2109
2110 qemu-server (4.0-97) unstable; urgency=medium
2111
2112 * Add entry for windows 10 and 2016 support
2113
2114 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2016 09:09:23 +0100
2115
2116 qemu-server (4.0-96) unstable; urgency=medium
2117
2118 * restrict monitor API to Sys.Modify for most commands
2119
2120 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Nov 2016 10:02:37 +0100
2121
2122 qemu-server (4.0-95) unstable; urgency=medium
2123
2124 * vm_shutdown: request 'stopped' state for HA enabled VMs
2125
2126 * use ha-manager 'stopped' state instead of 'disabled'
2127
2128 * switch to 'ha-manager set' (instead of 'ha-manager start/stop')
2129
2130 * vmstate snapshot: activate|deactivate volume
2131
2132 * qemu_volume_snapshot_delete : fix krbd snapshot delete
2133
2134 * VZDump/QemuServer: set bless class correctly
2135
2136 * cleanup windows version handling and hyperv enlightments
2137
2138 * remove unnecessary format_description properties
2139
2140 * register new standard option 'pve-qm-image-format'
2141
2142 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Nov 2016 08:11:08 +0100
2143
2144 qemu-server (4.0-94) unstable; urgency=medium
2145
2146 * fix docs for iops/bps_max_length throttling options
2147
2148 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Nov 2016 12:53:44 +0100
2149
2150 qemu-server (4.0-93) unstable; urgency=medium
2151
2152 * Close #1195: support iops/bps_max_length throttling options
2153
2154 * fix a perl warning when failing to parse a new drive string
2155
2156 * fix a warning: discard is not a number
2157
2158 * fix #1177: allow dedicated migration network
2159
2160 * change default value for cpuunits to 1024
2161
2162 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Nov 2016 10:26:03 +0100
2163
2164 qemu-server (4.0-92) unstable; urgency=medium
2165
2166 * Close #351: add more info to backup log
2167
2168 * add qm listsnapshot call
2169
2170 * snapshot_list: add bash completion for vmid
2171
2172 * Fix #1174: remove pve-qm-drive
2173
2174 * enable drive-mirror with iothread for qemu 2.7 v2
2175
2176 * add get_running_qemu_version
2177
2178 * cpu hotplug : add new cpu hotplug method for qemu 2.7
2179
2180 * cpu hotplug : add coldplugged cpu to qemu command line
2181
2182 * cpu hotplug : add print_cpu_device
2183
2184 * numaX : use cpus option multiple time if cpulist
2185
2186 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Oct 2016 09:13:39 +0200
2187
2188 qemu-server (4.0-91) unstable; urgency=medium
2189
2190 * fix #1131: activate volume before copying efidisk
2191
2192 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2016 08:21:19 +0200
2193
2194 qemu-server (4.0-90) unstable; urgency=medium
2195
2196 * fix #1111: qm showcmd wrong escape sequence
2197
2198 * Avoid to parse empty property string
2199
2200 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Oct 2016 07:13:33 +0200
2201
2202 qemu-server (4.0-89) unstable; urgency=medium
2203
2204 * fix manual page (use efidisk0 instead of efidisk[N])
2205
2206 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Sep 2016 12:21:07 +0200
2207
2208 qemu-server (4.0-88) unstable; urgency=medium
2209
2210 * restore: better error handling for vdisk deletion
2211
2212 * forbid migration of template with local base image
2213
2214 * forbid restore into existing template
2215
2216 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Sep 2016 07:49:45 +0200
2217
2218 qemu-server (4.0-87) unstable; urgency=medium
2219
2220 * add seabios bootsplash and use it
2221
2222 * add efidisk0 to config, use efidisk0 for efivars
2223
2224 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Sep 2016 12:34:23 +0200
2225
2226 qemu-server (4.0-86) unstable; urgency=medium
2227
2228 * hostpci: bring back multifunction pass-through shortcut
2229
2230 * disable drive-mirror when iothread is enabled
2231
2232 * hugepages: map numa node IDs to host and guest correctly
2233
2234 * hugepages: use hostnodes value as numanode for topology
2235
2236 * qemu-img convert : use default cache=unsafe instead writeback
2237
2238 * Fix #1057: make protection a fast-plug option
2239
2240 * add lock check for move_disk API call
2241
2242 * deactivate new volumes after clone to other node
2243
2244 * pass datacenter.cfg's mac_prefix to random_ether_addr
2245
2246 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Aug 2016 10:11:07 +0200
2247
2248 qemu-server (4.0-85) unstable; urgency=medium
2249
2250 * Fix #1051: typo: vpcus -> vcpus - so non-root users can change vcpus again
2251
2252 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jul 2016 14:46:43 +0200
2253
2254 qemu-server (4.0-84) unstable; urgency=medium
2255
2256 * fix #1046: add non-snapshotted disks as unused
2257
2258 * fix #1040: warn early about moving a snapshotted disk
2259
2260 * disable usb hotplug for now
2261
2262 * remove old move disk snapshot check
2263
2264 * improve errors when trying to migrate disks with snapshots
2265
2266 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jul 2016 11:50:01 +0200
2267
2268 qemu-server (4.0-83) unstable; urgency=medium
2269
2270 * Add hugepages option
2271
2272 * Refactor various parts out of QemuServer
2273
2274 * Include USB devices in vm_devices_list
2275
2276 * Add usb hotplugging
2277
2278 * Fix syntax in pve-q35.cfg
2279
2280 * Fix #146: add name to backup log
2281
2282 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Jun 2016 11:29:01 +0200
2283
2284 qemu-server (4.0-82) unstable; urgency=medium
2285
2286 * add dependency on DBus
2287
2288 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Jun 2016 11:48:45 +0200
2289
2290 qemu-server (4.0-81) unstable; urgency=medium
2291
2292 * Add LVM and LVMThin to QemuMigration
2293
2294 * add check for snapshots at migration
2295
2296 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jun 2016 12:10:48 +0200
2297
2298 qemu-server (4.0-80) unstable; urgency=medium
2299
2300 * split old style pipe open call
2301
2302 * fix #1020: remove unnecessary root check for unused disks
2303
2304 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jun 2016 18:13:03 +0200
2305
2306 qemu-server (4.0-79) unstable; urgency=medium
2307
2308 * migrate: collect migration tunnel child process (avoid zombies)
2309
2310 * migrate: use ssh forwarded UNIX socket tunnel
2311
2312 * migrate: add some more log output
2313
2314 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 12:16:31 +0200
2315
2316 qemu-server (4.0-78) unstable; urgency=medium
2317
2318 * use enter_systemd_scope instead of systemd-run
2319
2320 * fix #1010: whitelist options for permissions
2321
2322 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 11:42:25 +0200
2323
2324 qemu-server (4.0-77) unstable; urgency=medium
2325
2326 * do not ignore hotplug parse errors
2327
2328 -- Proxmox Support Team <support@proxmox.com> Tue, 31 May 2016 12:15:55 +0200
2329
2330 qemu-server (4.0-76) unstable; urgency=medium
2331
2332 * allow VLAN 1 tag in qemu-kvm vms
2333
2334 -- Proxmox Support Team <support@proxmox.com> Wed, 18 May 2016 11:25:54 +0200
2335
2336 qemu-server (4.0-75) unstable; urgency=medium
2337
2338 * fix #975, use new keyAlias feature.
2339
2340 * add --description to systemd scope unit
2341
2342 -- Proxmox Support Team <support@proxmox.com> Wed, 11 May 2016 11:15:56 +0200
2343
2344 qemu-server (4.0-74) unstable; urgency=medium
2345
2346 * correctly set cpu vendor
2347
2348 * fix #971: don't activate shared storage in offline migration
2349
2350 * migrate: check if storage is available
2351
2352 -- Proxmox Support Team <support@proxmox.com> Sun, 01 May 2016 09:25:06 +0200
2353
2354 qemu-server (4.0-73) unstable; urgency=medium
2355
2356 * restore: pass format to vma extract
2357
2358 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Apr 2016 09:03:12 +0200
2359
2360 qemu-server (4.0-72) unstable; urgency=medium
2361
2362 * vm_start : force systemctl stop if orphan scope exist
2363
2364 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Apr 2016 11:09:52 +0200
2365
2366 qemu-server (4.0-71) unstable; urgency=medium
2367
2368 * Fix #643: activate volumes before resizing
2369
2370 * fix #947: reenable disk/cdrom passthrough
2371
2372 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Apr 2016 10:34:42 +0200
2373
2374 qemu-server (4.0-70) unstable; urgency=medium
2375
2376 * vm_status: return more verbose HA state
2377
2378 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Apr 2016 09:01:24 +0200
2379
2380 qemu-server (4.0-69) unstable; urgency=medium
2381
2382 * Fix #848: deactivate old volume after clone before deletion
2383
2384 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Apr 2016 08:24:49 +0200
2385
2386 qemu-server (4.0-68) unstable; urgency=medium
2387
2388 * change shutdown behaviour on suspended vm
2389
2390 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2016 17:19:20 +0200
2391
2392 qemu-server (4.0-67) unstable; urgency=medium
2393
2394 * use pve-doc-generator to generate man pages
2395
2396 -- Proxmox Support Team <support@proxmox.com> Fri, 08 Apr 2016 07:37:16 +0200
2397
2398 qemu-server (4.0-66) unstable; urgency=medium
2399
2400 * use generic property string parser
2401
2402 * drive schema: allow 'none' again
2403
2404 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Apr 2016 09:33:16 +0200
2405
2406 qemu-server (4.0-65) unstable; urgency=medium
2407
2408 * cfg: use the 'urlencoded' format for drive model and serial
2409
2410 * clone: use the zeroinit filter for sparseinit storages
2411
2412 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Mar 2016 09:09:07 +0100
2413
2414 qemu-server (4.0-64) unstable; urgency=medium
2415
2416 * Use AbstractConfig for Qemu
2417
2418 * fix #909: pass rate to tap_plug()
2419
2420 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Mar 2016 11:43:28 +0100
2421
2422 qemu-server (4.0-63) unstable; urgency=medium
2423
2424 * only perform scsi inquiry on device nodes
2425
2426 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Feb 2016 10:20:50 +0100
2427
2428 qemu-server (4.0-62) unstable; urgency=medium
2429
2430 * fix undefined value when starting a q35 machine VM
2431
2432 * kvm_user_version: update code to use our framework
2433
2434 * Refactor has_feature
2435
2436 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Feb 2016 17:02:34 +0100
2437
2438 qemu-server (4.0-61) unstable; urgency=medium
2439
2440 * clone_vm : only deactivate sources volume if source vm if offline
2441
2442 * Refactor snapshot_create to match LXC.pm
2443
2444 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Feb 2016 08:48:59 +0100
2445
2446 qemu-server (4.0-60) unstable; urgency=medium
2447
2448 * change check for write-zeros
2449
2450 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Feb 2016 17:19:12 +0100
2451
2452 qemu-server (4.0-59) unstable; urgency=medium
2453
2454 * qemu_machine_pxe : return $machine if no pxe
2455
2456 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Feb 2016 17:37:11 +0100
2457
2458 qemu-server (4.0-58) unstable; urgency=medium
2459
2460 * deactivate volumes if vm start command fails
2461
2462 -- Proxmox Support Team <support@proxmox.com> Sat, 20 Feb 2016 10:26:28 +0100
2463
2464 qemu-server (4.0-57) unstable; urgency=medium
2465
2466 * delete ram state files when restoring a backup
2467
2468 * Refactor snapshot code
2469
2470 * disable vnc server and add -nographic is no vga card is present
2471
2472 * passthrough : reenable hyperv and add hv_vendor_id for windows
2473
2474 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2016 12:47:51 +0100
2475
2476 qemu-server (4.0-56) unstable; urgency=medium
2477
2478 * If we freeze the fs with the Qemu-Guest-Agent test if QGA is running.
2479
2480 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2016 12:51:19 +0100
2481
2482 qemu-server (4.0-55) unstable; urgency=medium
2483
2484 * improve usb config parsing
2485
2486 * Refactor update_config_nolock -> write_config
2487
2488 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Feb 2016 12:07:56 +0100
2489
2490 qemu-server (4.0-54) unstable; urgency=medium
2491
2492 * restore: deal with new backup=0 property string
2493
2494 * add usb3 option for usb-devices
2495
2496 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Feb 2016 17:49:19 +0100
2497
2498 qemu-server (4.0-53) unstable; urgency=medium
2499
2500 * pass $skiplock all the way through to destroy_vm
2501
2502 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Feb 2016 11:53:03 +0100
2503
2504 qemu-server (4.0-52) unstable; urgency=medium
2505
2506 * close tunnel after migration is finish.
2507
2508 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Feb 2016 18:16:47 +0100
2509
2510 qemu-server (4.0-51) unstable; urgency=medium
2511
2512 * Fix #878: disk-size format
2513
2514 * Fix #879: exclusion of disk for backup
2515
2516 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Jan 2016 10:04:41 +0100
2517
2518 qemu-server (4.0-50) unstable; urgency=medium
2519
2520 * add hidden option to cpu type
2521
2522 * fix PVE::HA use clause so HA resources get registered
2523
2524 * Create firewall dir on VM restore
2525
2526 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Jan 2016 16:57:43 +0100
2527
2528 qemu-server (4.0-49) unstable; urgency=medium
2529
2530 * increase version to update test environment
2531
2532 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Jan 2016 12:50:07 +0100
2533
2534 qemu-server (4.0-48) unstable; urgency=medium
2535
2536 * use safe_string_ne for trunks
2537
2538 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jan 2016 16:58:23 +0100
2539
2540 qemu-server (4.0-47) unstable; urgency=medium
2541
2542 * add support for network trunks
2543
2544 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2016 17:27:32 +0100
2545
2546 qemu-server (4.0-46) unstable; urgency=medium
2547
2548 * Closes #787: add Haswell-noTSX and Broadwell-noTSX cpu types
2549
2550 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Jan 2016 16:42:05 +0100
2551
2552 qemu-server (4.0-45) unstable; urgency=medium
2553
2554 * io throttle: pass pool parameters (*_max)
2555
2556 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Jan 2016 06:17:52 +0100
2557
2558 qemu-server (4.0-44) unstable; urgency=medium
2559
2560 * ovmf : don't pass x-vga to vfio-pci
2561
2562 * check for quorum when starting a VM
2563
2564 -- Proxmox Support Team <support@proxmox.com> Sun, 10 Jan 2016 15:11:43 +0100
2565
2566 qemu-server (4.0-43) unstable; urgency=medium
2567
2568 * disable hyper-v enlightment when xvga is enabled
2569
2570 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Jan 2016 06:26:31 +0100
2571
2572 qemu-server (4.0-42) unstable; urgency=medium
2573
2574 * add detect_zeroes option
2575
2576 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Dec 2015 09:20:18 +0100
2577
2578 qemu-server (4.0-41) unstable; urgency=medium
2579
2580 * add new option to select BIOS (--bios <seabios|ovmf>)
2581
2582 * fix bug #841: replace get_used_paths with is_volume_in_use
2583
2584 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Dec 2015 11:15:23 +0100
2585
2586 qemu-server (4.0-40) unstable; urgency=medium
2587
2588 * qm: Add VMID auto completion to some commands
2589
2590 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 12:22:25 +0100
2591
2592 qemu-server (4.0-39) unstable; urgency=medium
2593
2594 * fix bug #828: activate disks before hotplugging them
2595
2596 * fix bug #783: set KillMode=none, so that systemd don't kill
2597 them at shutdown
2598
2599 * reenable steal time
2600
2601 * backup/restore firewall config with vzdump
2602
2603 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Nov 2015 16:50:11 +0100
2604
2605 qemu-server (4.0-38) unstable; urgency=medium
2606
2607 * Don't treat serial devices as a local resource if they
2608 point to a socket.
2609
2610 * qemu_img_convert: activate source volume
2611
2612 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Nov 2015 07:02:01 +0100
2613
2614 qemu-server (4.0-37) unstable; urgency=medium
2615
2616 * add pve-bridge-hotplug script
2617
2618 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 16:24:44 +0100
2619
2620 qemu-server (4.0-36) unstable; urgency=medium
2621
2622 * use qom-get to check if old pxe network rom file are used
2623
2624 * migration: improve ipv6 case
2625
2626 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 07:56:14 +0100
2627
2628 qemu-server (4.0-35) unstable; urgency=medium
2629
2630 * clone: use a fullclone hash instead of $drive->{full}
2631
2632 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 07:06:47 +0100
2633
2634 qemu-server (4.0-34) unstable; urgency=medium
2635
2636 * use old netdevice bios files for older machine types (<= 2.4)
2637
2638 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 09:08:49 +0100
2639
2640 qemu-server (4.0-31) unstable; urgency=medium
2641
2642 * migrate : add nocheck for resume
2643
2644 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2015 12:41:43 +0200
2645
2646 qemu-server (4.0-30) unstable; urgency=medium
2647
2648 * qmrestore: implement bash completion
2649
2650 * create: add better check for unused IDs
2651
2652 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Oct 2015 13:13:07 +0200
2653
2654 qemu-server (4.0-29) unstable; urgency=medium
2655
2656 * support serial numbers and models for disks
2657
2658 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Sep 2015 10:56:30 +0200
2659
2660 qemu-server (4.0-28) unstable; urgency=medium
2661
2662 * disable kvm_steal_time, because it's currently buggy with live migration
2663
2664 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2015 07:14:44 +0200
2665
2666 qemu-server (4.0-27) unstable; urgency=medium
2667
2668 * allow to change boot order with VM.Config.Options privileges
2669
2670 -- Proxmox Support Team <support@proxmox.com> Sat, 26 Sep 2015 11:07:11 +0200
2671
2672 qemu-server (4.0-26) unstable; urgency=medium
2673
2674 * migration: disable compress (already default)
2675
2676 * migration: enable xbzrle
2677
2678 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 17:59:30 +0200
2679
2680 qemu-server (4.0-25) unstable; urgency=medium
2681
2682 * fix kvm version parser for CVE stable releases
2683
2684 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Sep 2015 11:48:09 +0200
2685
2686 qemu-server (4.0-24) unstable; urgency=medium
2687
2688 * improve VM protection mode
2689
2690 * pci passthough : make vfio default
2691
2692 * fix error message: allocate to much v-CPUs
2693
2694 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:28:19 +0200
2695
2696 qemu-server (4.0-23) unstable; urgency=medium
2697
2698 * destroy: avoid warning about undefined 'protection' value
2699
2700 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 09:38:30 +0200
2701
2702 qemu-server (4.0-22) unstable; urgency=medium
2703
2704 * add possibility to restore backup on rbd in krbd mode
2705
2706 * add krbd support to online snapshot
2707
2708 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 07:55:31 +0200
2709
2710 qemu-server (4.0-21) unstable; urgency=medium
2711
2712 * qm: implement bash completion
2713
2714 * add VM protection mode
2715
2716 * fix move_disk on RBD
2717
2718 * add HA resources check before destroying a VM
2719
2720 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 10:51:05 +0200
2721
2722 qemu-server (4.0-20) unstable; urgency=medium
2723
2724 * fix start kvm with os type 'other'
2725
2726 * spice console: fix 'uninitialized value in concat' due to unnamed VM
2727
2728 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:39:52 +0200
2729
2730 qemu-server (4.0-19) unstable; urgency=medium
2731
2732 * clone: also copy vm firewall config file
2733
2734 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2015 06:50:04 +0200
2735
2736 qemu-server (4.0-18) unstable; urgency=medium
2737
2738 * fix bug #688: if vm is not owner of this disk remove from config
2739
2740 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Aug 2015 12:30:52 +0200
2741
2742 qemu-server (4.0-17) unstable; urgency=medium
2743
2744 * fix bug #603: vmid.fw file not deleted
2745
2746 * fix bug #517: improve error message
2747
2748 * adapt /config and /pending API calls to force-delete
2749
2750 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:44:53 +0200
2751
2752 qemu-server (4.0-16) unstable; urgency=medium
2753
2754 * remove vm access permissions after destroy
2755
2756 * pending-delete: remember force-deletes
2757
2758 * correctly handle empty description in pending section
2759
2760 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Aug 2015 08:09:44 +0200
2761
2762 qemu-server (4.0-15) unstable; urgency=medium
2763
2764 * Fixed wrong UUID in Qemu VZDump backup
2765
2766 * add memory_unplug support V2
2767
2768 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jul 2015 11:32:51 +0200
2769
2770 qemu-server (4.0-14) unstable; urgency=medium
2771
2772 * fixed bug 662: wrong subroutine for parsing startup order
2773
2774 * cpuflags : don't enforce with tcg mode
2775
2776 * cpuflags : remove enforce for cpumodel=host
2777
2778 * cpuflags : remove -rdtscp for Opteron cpu models
2779
2780 * vzdump : abord backup if disk have iothread enabled
2781
2782 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 13:24:31 +0200
2783
2784 qemu-server (4.0-13) unstable; urgency=medium
2785
2786 * drive-mirror: now allow interrupts at the scanning bitmap phase
2787
2788 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 06:40:52 +0200
2789
2790 qemu-server (4.0-12) unstable; urgency=medium
2791
2792 * remove outdated host_device format
2793
2794 * parse_drive: do not overwrite configured format
2795
2796 * fix aio O_DIRECT check for cdrom drives
2797
2798 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Jun 2015 10:32:09 +0200
2799
2800 qemu-server (4.0-11) unstable; urgency=medium
2801
2802 * activate-noawait pve-api-updates
2803
2804 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:36:15 +0200
2805
2806 qemu-server (4.0-10) unstable; urgency=medium
2807
2808 * implement cgroups through systemd-run
2809
2810 * implement hotplug for cpuunits
2811
2812 * remove old openvz fairscheduler code
2813
2814 -- Proxmox Support Team <support@proxmox.com> Fri, 29 May 2015 08:24:33 +0200
2815
2816 qemu-server (4.0-9) unstable; urgency=medium
2817
2818 * qmp drive-mirror : set big timeout
2819
2820 * qemu-mirror : block job complete : use ready flag
2821
2822 -- Proxmox Support Team <support@proxmox.com> Tue, 12 May 2015 08:19:38 +0200
2823
2824 qemu-server (4.0-8) unstable; urgency=medium
2825
2826 * trigger pve-api-updates event
2827
2828 -- Proxmox Support Team <support@proxmox.com> Tue, 05 May 2015 14:57:55 +0200
2829
2830 qemu-server (4.0-7) unstable; urgency=medium
2831
2832 * cleanup: use new standard option 'pve-startup-order'
2833
2834 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Apr 2015 10:04:04 +0200
2835
2836 qemu-server (4.0-6) unstable; urgency=medium
2837
2838 * fix ha resource names
2839
2840 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Apr 2015 13:11:12 +0200
2841
2842 qemu-server (4.0-5) unstable; urgency=medium
2843
2844 * use new pve-ha-manager
2845
2846 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Mar 2015 12:48:41 +0100
2847
2848 qemu-server (4.0-4) unstable; urgency=medium
2849
2850 * add qemu cpu flags optimisations for kernel 3.10
2851
2852 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Mar 2015 08:58:56 +0100
2853
2854 qemu-server (4.0-3) unstable; urgency=medium
2855
2856 * vmstatus: use vcpus if defined
2857
2858 * balloon: use qom-get for guest balloon statistics
2859
2860 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Mar 2015 08:22:47 +0100
2861
2862 qemu-server (4.0-2) unstable; urgency=medium
2863
2864 * drive_add: escape \ character
2865
2866 * bugfix: allow manual balloning if shares = 0
2867
2868 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2015 10:21:52 +0100
2869
2870 qemu-server (4.0-1) unstable; urgency=medium
2871
2872 * updated for debian jessie
2873
2874 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Feb 2015 13:00:56 +0100
2875
2876 qemu-server (3.3-20) unstable; urgency=low
2877
2878 * correctly set an remove lock (fix "qm unlock")
2879
2880 -- Proxmox Support Team <support@proxmox.com> Sun, 15 Feb 2015 09:05:40 +0100
2881
2882 qemu-server (3.3-19) unstable; urgency=low
2883
2884 * commit pending values when changing CDROM
2885
2886 -- Proxmox Support Team <support@proxmox.com> Sat, 14 Feb 2015 09:24:03 +0100
2887
2888 qemu-server (3.3-18) unstable; urgency=low
2889
2890 * bugfix : add missing queues nic option in print_net
2891
2892 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Feb 2015 09:05:21 +0100
2893
2894 qemu-server (3.3-17) unstable; urgency=low
2895
2896 * fix CDROM hotplug
2897
2898 * This fix hotplug for devices behind bridges
2899
2900 * check possibility to rollback a snapshot early
2901
2902 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Feb 2015 08:19:02 +0100
2903
2904 qemu-server (3.3-16) unstable; urgency=low
2905
2906 * QemuServer: fix wrong binding of pci root ports, bridges or switches
2907 to vfio
2908
2909 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Feb 2015 06:32:14 +0100
2910
2911 qemu-server (3.3-15) unstable; urgency=low
2912
2913 * code cleanup: add foreach_dimm sub
2914
2915 * hotplug: memory hotplug option is not hotpluggable
2916
2917 * fix bug 597: hotplug fix
2918
2919 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 07:05:05 +0100
2920
2921 qemu-server (3.3-14) unstable; urgency=low
2922
2923 * include memory hotplug patch
2924
2925 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jan 2015 07:11:10 +0100
2926
2927 qemu-server (3.3-13) unstable; urgency=low
2928
2929 * hotplug config: allow to enable specific features
2930
2931 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jan 2015 12:39:21 +0100
2932
2933 qemu-server (3.3-12) unstable; urgency=low
2934
2935 * add new vcpus option
2936
2937 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jan 2015 08:04:44 +0100
2938
2939 qemu-server (3.3-11) unstable; urgency=low
2940
2941 * enable hotplug by default
2942
2943 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jan 2015 08:53:10 +0100
2944
2945 qemu-server (3.3-10) unstable; urgency=low
2946
2947 * Support additional e1000 variants for VM machines
2948
2949 * Add link_down flag to network config
2950
2951 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Jan 2015 07:15:48 +0100
2952
2953 qemu-server (3.3-9) unstable; urgency=low
2954
2955 * pending api : fix parsing 0 value
2956
2957 * fix test for ballon hotplug
2958
2959 * set boot strict=on to prevent booting from not listed boot devices
2960
2961 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Jan 2015 06:23:10 +0100
2962
2963 qemu-server (3.3-8) unstable; urgency=low
2964
2965 * new 'pending changes' API
2966
2967 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Jan 2015 13:32:46 +0100
2968
2969 qemu-server (3.3-7) unstable; urgency=low
2970
2971 * vzdump: use qga freeze in vzdump in snapshot mode
2972
2973 * add custom numa topology support
2974
2975 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Dec 2014 17:24:24 +0100
2976
2977 qemu-server (3.3-6) unstable; urgency=low
2978
2979 * API change: snapshot_create - remove unused freezefs flag.
2980
2981 * snapshot_create: call fsfreeze if agent flag is set
2982
2983 * qmpclient: use guest-sync-delimited
2984
2985 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Dec 2014 12:34:50 +0100
2986
2987 qemu-server (3.3-5) unstable; urgency=low
2988
2989 * drive-mirror: cleanups, avoid division by zero bug
2990
2991 * shutdown by Qemu Guest Agent if the agent flag is set
2992
2993 * savevm-end : wait that savevm is finished
2994
2995 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Dec 2014 09:31:17 +0100
2996
2997 qemu-server (3.3-4) unstable; urgency=low
2998
2999 * serial: allow to pass arbitrary device names
3000
3001 * Add check if host has enough real CPUs for starting VM
3002
3003 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Nov 2014 07:42:10 +0100
3004
3005 qemu-server (3.3-3) unstable; urgency=low
3006
3007 * drive-mirror: further improvments
3008
3009 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Nov 2014 06:32:04 +0100
3010
3011 qemu-server (3.3-2) unstable; urgency=low
3012
3013 * drive-mirror: wait that busy eq false before block-job-complete
3014
3015 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Nov 2014 15:35:55 +0100
3016
3017 qemu-server (3.3-1) unstable; urgency=low
3018
3019 * enable write zeroes optimisations
3020
3021 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Oct 2014 10:35:49 +0200
3022
3023 qemu-server (3.1-35) unstable; urgency=low
3024
3025 * fix bug #542: return VMID as integer
3026
3027 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Sep 2014 15:52:34 +0200
3028
3029 qemu-server (3.1-34) unstable; urgency=low
3030
3031 * hotplug: allow scsi and virtio-scsi disk hotplug|unplug
3032
3033 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Sep 2014 11:35:49 +0200
3034
3035 qemu-server (3.1-33) unstable; urgency=low
3036
3037 * clone_vm: auto generate new uuid
3038
3039 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Aug 2014 09:23:58 +0200
3040
3041 qemu-server (3.1-32) unstable; urgency=low
3042
3043 * add Broadwell cpu model
3044
3045 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Aug 2014 12:21:08 +0200
3046
3047 qemu-server (3.1-31) unstable; urgency=low
3048
3049 * fix bug 529: fix virtio-serial when using q35 machines
3050
3051 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Aug 2014 06:17:08 +0200
3052
3053 qemu-server (3.1-30) unstable; urgency=low
3054
3055 * bump max hostpci to 4
3056
3057 * set vga=none if x-vga passthrough is enabled
3058
3059 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Aug 2014 09:41:36 +0200
3060
3061 qemu-server (3.1-29) unstable; urgency=low
3062
3063 * vm_stop: do not use ha commands if $migratedfrom is set
3064
3065 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Jul 2014 06:53:05 +0200
3066
3067 qemu-server (3.1-28) unstable; urgency=low
3068
3069 * disable kvm cpu signature if x-vga is enabled
3070
3071 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Jul 2014 06:52:25 +0200
3072
3073 qemu-server (3.1-27) unstable; urgency=low
3074
3075 * pci passthrough: Reset device only if has_fl_reset is defined
3076
3077 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jul 2014 06:11:49 +0200
3078
3079 qemu-server (3.1-26) unstable; urgency=low
3080
3081 * enable linked clones from snapshots (ceph)
3082
3083 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Jul 2014 09:28:47 +0200
3084
3085 qemu-server (3.1-25) unstable; urgency=low
3086
3087 * allow resize of virtio windows boot disk (virtio-win-0.1-74 have
3088 fixed the resize bug)
3089
3090 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Jul 2014 12:48:03 +0200
3091
3092 qemu-server (3.1-24) unstable; urgency=low
3093
3094 * new option smbios1: specify SMBIOS type 1 fields (uuid, ...)
3095
3096 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jun 2014 11:13:27 +0200
3097
3098 qemu-server (3.1-23) unstable; urgency=low
3099
3100 * vncproxy: remove check if VM is running
3101
3102 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 09:56:02 +0200
3103
3104 qemu-server (3.1-22) unstable; urgency=low
3105
3106 * hostpci: add pci multifunction support
3107
3108 * hostpci: add pcie and x-vga passthrough
3109
3110 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 09:31:30 +0200
3111
3112 qemu-server (3.1-21) unstable; urgency=low
3113
3114 * protect websocket API with vncticket
3115
3116 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Jun 2014 17:43:25 +0200
3117
3118 qemu-server (3.1-20) unstable; urgency=low
3119
3120 * vncwebsocket: do not proxy connection (not required)
3121
3122 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jun 2014 12:45:39 +0200
3123
3124 qemu-server (3.1-19) unstable; urgency=low
3125
3126 * do not depend on novnc-pve package (use new HTTPServer feature instead)
3127
3128 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jun 2014 11:04:48 +0200
3129
3130 qemu-server (3.1-18) unstable; urgency=low
3131
3132 * depend on novnc-pve package
3133
3134 * support webockets for VNC console
3135
3136 * migration : add setup state
3137
3138 * add virtio-net multiqueue support
3139
3140 * add firewall option to qemu network interface
3141
3142 * add initiator-name to iscsi drives if configured
3143
3144 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jun 2014 09:00:03 +0200
3145
3146 qemu-server (3.1-17) unstable; urgency=low
3147
3148 * depend on pve-firewall package
3149
3150 -- Proxmox Support Team <support@proxmox.com> Tue, 06 May 2014 11:28:26 +0200
3151
3152 qemu-server (3.1-16) unstable; urgency=low
3153
3154 * fix bug #502: allow creation of empty vma archives
3155
3156 * fix bug #510: move_disk - don't delete disk if used in a previous snasphot
3157
3158 * qmrestore: removed short timeout
3159
3160 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Apr 2014 09:29:26 +0200
3161
3162 qemu-server (3.1-15) unstable; urgency=low
3163
3164 * correctly disable unwanted migrate features (xbzrle).
3165
3166 * QemuMigrate: print migration xbzrle if enabled
3167
3168 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Feb 2014 08:06:29 +0100
3169
3170 qemu-server (3.1-14) unstable; urgency=low
3171
3172 * Add title of VM to Spice Client
3173
3174 * deactivate volume after move_disk
3175
3176 * add cpu_hotplug (and maxcpus config)
3177
3178 * migration : enable auto-converge capability
3179
3180 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Jan 2014 06:49:16 +0100
3181
3182 qemu-server (3.1-13) unstable; urgency=low
3183
3184 * pci passthrough: new option to disable device ROM (rombar=off)
3185
3186 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Dec 2013 11:45:46 +0100
3187
3188 qemu-server (3.1-12) unstable; urgency=low
3189
3190 * spiceproxy: use POST instead of GET
3191
3192 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Dec 2013 10:49:30 +0100
3193
3194 qemu-server (3.1-11) unstable; urgency=low
3195
3196 * depend on pve-qemu-kvm >= 1.7-1
3197
3198 * fix 'qm unlink' command syntax
3199
3200 * add 'pvscsi' to the list of scsi controllers (emulate the VMware
3201 PVSCSI device)
3202
3203 * add 'lsi53c810' to the list of scsi controllers (supported on some
3204 very old Windows NT versions)
3205
3206 * add 'vmxnet3' to the list of available network card models (emulate
3207 VMware paravirtualized network card)
3208
3209 * add drive option 'discard'
3210
3211 * add support for new qemu throttling burst max parameters.
3212
3213 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Dec 2013 10:48:33 +0100
3214
3215 qemu-server (3.1-10) unstable; urgency=low
3216
3217 * add +lahf_lm flag to kvm64 cpudef
3218
3219 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Nov 2013 09:18:39 +0100
3220
3221 qemu-server (3.1-9) unstable; urgency=low
3222
3223 * clone: deactivate volumes after clone to other node
3224
3225 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Nov 2013 08:17:35 +0100
3226
3227 qemu-server (3.1-8) unstable; urgency=low
3228
3229 * clone: correctly check drive options (avoid feature is not available bug)
3230
3231 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Oct 2013 07:36:26 +0200
3232
3233 qemu-server (3.1-7) unstable; urgency=low
3234
3235 * spice: add multi-monitors support
3236
3237 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Oct 2013 09:13:23 +0200
3238
3239 qemu-server (3.1-6) unstable; urgency=low
3240
3241 * use new PVE::Storage::abs_filesystem_path()
3242
3243 * use warnings instead of global -w flag
3244
3245 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 12:42:42 +0200
3246
3247 qemu-server (3.1-5) unstable; urgency=low
3248
3249 * introduce new ostype 'solaris' (run without x2apic).
3250
3251 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Sep 2013 06:55:33 +0200
3252
3253 qemu-server (3.1-4) unstable; urgency=low
3254
3255 * qemu migrate : only wait for spice server online + eval
3256
3257 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Sep 2013 06:29:39 +0200
3258
3259 qemu-server (3.1-3) unstable; urgency=low
3260
3261 * speedup restore on glusterfs (do not write zero bytes)
3262
3263 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Sep 2013 09:13:34 +0200
3264
3265 qemu-server (3.1-2) unstable; urgency=low
3266
3267 * Allow VMAdmin/DatastoreUser to delete disk
3268
3269 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Sep 2013 07:48:07 +0200
3270
3271 qemu-server (3.1-1) unstable; urgency=low
3272
3273 * allow pass through of usb parallel devices (--parallel0 /dev/usb/lp0)
3274
3275 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2013 12:20:23 +0200
3276
3277 qemu-server (3.0-30) unstable; urgency=low
3278
3279 * fix bugs in migration code (wrong qw() usage)
3280
3281 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Aug 2013 09:49:20 +0200
3282
3283 qemu-server (3.0-29) unstable; urgency=low
3284
3285 * vncproxy: load config from correct node
3286
3287 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Aug 2013 08:15:59 +0200
3288
3289 qemu-server (3.0-28) unstable; urgency=low
3290
3291 * allow to use a socket for serial devices
3292
3293 * implement 'qm terminal' to open terminal via serial device
3294
3295 * add ability to run without graphic card ('vga: serial[n]')
3296
3297 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Aug 2013 10:05:35 +0200
3298
3299 qemu-server (3.0-27) unstable; urgency=low
3300
3301 * add support for unsecure/fast migration (setting in datacenter.cfg)
3302
3303 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jul 2013 11:24:36 +0200
3304
3305 qemu-server (3.0-26) unstable; urgency=low
3306
3307 * remove spice cert paths (depend on pve-qemu-kvm >= 1.4-16)
3308
3309 * implement spice seamless migration
3310
3311 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Jul 2013 10:08:33 +0200
3312
3313 qemu-server (3.0-25) unstable; urgency=low
3314
3315 * support usb redirection devices for spice (usb[n]: spice)
3316
3317 * disable tablet device by default for spice
3318
3319 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jul 2013 09:38:25 +0200
3320
3321 qemu-server (3.0-24) unstable; urgency=low
3322
3323 * spiceproxy API: allow client to choose proxy address
3324
3325 * spiceproxy API: read cert subject name directly using Net::SSLeay
3326
3327 * spice: use TLS (encrypt whole traffic)
3328
3329 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Jul 2013 08:14:46 +0200
3330
3331 qemu-server (3.0-23) unstable; urgency=low
3332
3333 * allow to pass SCSI generic devices to guests, for example "scsi0: /dev/sg5"
3334
3335 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jul 2013 06:49:45 +0200
3336
3337 qemu-server (3.0-22) unstable; urgency=low
3338
3339 * cpu flags optimization
3340
3341 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Jul 2013 09:14:49 +0200
3342
3343 qemu-server (3.0-21) unstable; urgency=low
3344
3345 * add support for SPICE
3346
3347 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Jun 2013 13:15:48 +0200
3348
3349 qemu-server (3.0-20) unstable; urgency=low
3350
3351 * new API to update VM config: this one is fully asynchronous.
3352
3353 * snapshot rollback: use pc-i440fx-1.4 as default
3354
3355 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Jun 2013 11:44:16 +0200
3356
3357 qemu-server (3.0-19) unstable; urgency=low
3358
3359 * config: implement new 'machine' configuration
3360
3361 * migrate: pass --machine parameter to remote 'qm start' command
3362
3363 * snapshot: store/use 'machine' confifiguration
3364
3365 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Jun 2013 10:27:47 +0200
3366
3367 qemu-server (3.0-18) unstable; urgency=low
3368
3369 * imlement delete flag for move_disk
3370
3371 * API: rename move to move_disk
3372
3373 -- Proxmox Support Team <support@proxmox.com> Fri, 31 May 2013 10:57:50 +0200
3374
3375 qemu-server (3.0-17) unstable; urgency=low
3376
3377 * implement storage migration ("qm move")
3378
3379 -- Proxmox Support Team <support@proxmox.com> Wed, 29 May 2013 13:01:16 +0200
3380
3381 qemu-server (3.0-16) unstable; urgency=low
3382
3383 * fix bug 395: correctly handle unused disk with storage alias
3384
3385 * fix unused disk handling (do not hide unused disks when used with snapshot).
3386
3387 -- Proxmox Support Team <support@proxmox.com> Tue, 28 May 2013 12:23:12 +0200
3388
3389 qemu-server (3.0-15) unstable; urgency=low
3390
3391 * qemu_img_format : use raw for as default for other storage
3392
3393 -- Proxmox Support Team <support@proxmox.com> Thu, 23 May 2013 11:33:47 +0200
3394
3395 qemu-server (3.0-14) unstable; urgency=low
3396
3397 * fix bug #389: avoid error if balloon is undefined
3398
3399 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2013 07:17:38 +0200
3400
3401 qemu-server (3.0-13) unstable; urgency=low
3402
3403 * fix bug #391 - restore: test if requested format is supported
3404
3405 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2013 12:03:56 +0200
3406
3407 qemu-server (3.0-12) unstable; urgency=low
3408
3409 * use add_vm_to_pool/remove_vm_from_pool from PVE::AccessControl
3410
3411 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 12:02:41 +0200
3412
3413 qemu-server (3.0-11) unstable; urgency=low
3414
3415 * clone disk : keep source volume params
3416
3417 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 10:18:21 +0200
3418
3419 qemu-server (3.0-10) unstable; urgency=low
3420
3421 * fix bug #381: use PVE::Tools::next_migrate_port()
3422
3423 * clone: check is we can clone to target storage
3424
3425 -- Proxmox Support Team <support@proxmox.com> Mon, 13 May 2013 07:31:47 +0200
3426
3427 qemu-server (3.0-9) unstable; urgency=low
3428
3429 * restore: do not restore template flag
3430
3431 -- Proxmox Support Team <support@proxmox.com> Wed, 08 May 2013 10:23:49 +0200
3432
3433 qemu-server (3.0-8) unstable; urgency=low
3434
3435 * qemu_img_format: use 'raw' for lvm
3436
3437 * drive-mirror : die if stats are empty
3438
3439 * set long timeout for query-block-jobs
3440
3441 -- Proxmox Support Team <support@proxmox.com> Tue, 07 May 2013 10:19:19 +0200
3442
3443 qemu-server (3.0-7) unstable; urgency=low
3444
3445 * has_feature: return list of allowed nodes
3446
3447 -- Proxmox Support Team <support@proxmox.com> Mon, 06 May 2013 08:58:35 +0200
3448
3449 qemu-server (3.0-6) unstable; urgency=low
3450
3451 * fix bug #379 - restore: allow to overwrite existing VMs if user has
3452 VM.Backup permissions
3453
3454 -- Proxmox Support Team <support@proxmox.com> Fri, 03 May 2013 07:53:40 +0200
3455
3456 qemu-server (3.0-5) unstable; urgency=low
3457
3458 * implement shared file locks
3459
3460 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Apr 2013 11:35:01 +0200
3461
3462 qemu-server (3.0-4) unstable; urgency=low
3463
3464 * fix bug 377: make qm rescan work properly
3465
3466 * avoid endless loop in QMPClient
3467
3468 * use vm create permissions for templates
3469
3470 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2013 07:59:28 +0200
3471
3472 qemu-server (3.0-3) unstable; urgency=low
3473
3474 * allow sparse restore for sheepdog and rbd
3475
3476 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Apr 2013 06:21:40 +0200
3477
3478 qemu-server (3.0-2) unstable; urgency=low
3479
3480 * fix warnings in syslog
3481
3482 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Mar 2013 06:25:12 +0100
3483
3484 qemu-server (3.0-1) unstable; urgency=low
3485
3486 * start 3.0 development
3487
3488 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Mar 2013 11:39:08 +0100
3489
3490 qemu-server (2.3-17) unstable; urgency=low
3491
3492 * fix backup-cancel timeout
3493
3494 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 10:58:58 +0100
3495
3496 qemu-server (2.3-16) unstable; urgency=low
3497
3498 * vncproxy (another try): wait max 10s for the socket if it does not
3499 exist
3500
3501 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 06:42:36 +0100
3502
3503 qemu-server (2.3-15) unstable; urgency=low
3504
3505 * revert vncproxy change because it breaks console on remote hosts.
3506
3507 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2013 12:53:59 +0100
3508
3509 qemu-server (2.3-14) unstable; urgency=low
3510
3511 * bugfix #340 : don't set cache=none to cdrom
3512
3513 * Migrate: fix check if a backing file exist
3514
3515 * vncproxy: wait max 10s for the socket if it does not exist
3516
3517 * vzdump: improve error reporting
3518
3519 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2013 06:21:30 +0100
3520
3521 qemu-server (2.3-13) unstable; urgency=low
3522
3523 * set cache=none by default
3524
3525 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Feb 2013 06:12:14 +0100
3526
3527 qemu-server (2.3-12) unstable; urgency=low
3528
3529 * disable hotplug by default (revert previous change)
3530
3531 * disable usb2 controller by default (revert previous change)
3532
3533 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Feb 2013 09:52:13 +0100
3534
3535 qemu-server (2.3-11) unstable; urgency=low
3536
3537 * fix backup parameters for pve-qemu-kvm 1.4-4
3538
3539 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Feb 2013 10:47:55 +0100
3540
3541 qemu-server (2.3-10) unstable; urgency=low
3542
3543 * enable hotplug by default
3544
3545 * enable usb2 controller by default
3546
3547 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Feb 2013 10:45:28 +0100
3548
3549 qemu-server (2.3-9) unstable; urgency=low
3550
3551 * depend on pve-qemu-kvm >= 1.4-1
3552
3553 * qemu 1.4 fix : rename stats-polling-interval to
3554 guest-stats-polling-interval
3555
3556 * remove expected_downtime from migration status (not set in qemu 1.4,
3557 always 0)
3558
3559 * do not set cache=none for .raw files - use qemu default instead
3560 (writeback)
3561
3562 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Feb 2013 10:38:13 +0100
3563
3564 qemu-server (2.3-8) unstable; urgency=low
3565
3566 * fix tar restore: correctly check if VM config already exists
3567
3568 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Jan 2013 09:53:12 +0100
3569
3570 qemu-server (2.3-7) unstable; urgency=low
3571
3572 * allow to suspend/resume VM during backup
3573
3574 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Jan 2013 10:25:17 +0100
3575
3576 qemu-server (2.3-6) unstable; urgency=low
3577
3578 * fix bug #315: cancel backup before stopping the VM
3579
3580 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Jan 2013 13:22:58 +0100
3581
3582 qemu-server (2.3-5) unstable; urgency=low
3583
3584 * fix bug #307: correctly restore disk settings
3585
3586 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Jan 2013 06:48:48 +0100
3587
3588 qemu-server (2.3-4) unstable; urgency=low
3589
3590 * qmrestore vma files: when restoring to same VMID, only remove volumes
3591 contained in backup - other volumes will be still available as
3592 'unused' disks. Note: tar restore still removes all volumes.
3593
3594 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Jan 2013 07:02:00 +0100
3595
3596 qemu-server (2.3-3) unstable; urgency=low
3597
3598 * fix Bug #293: CDROM size not reset when set to use no media
3599
3600 * set migrate_downtime default value to 0.1 (and use float instead of int)
3601
3602 * implement dynamic migration_downtime
3603
3604 * allow manual ballooning if shares is set to zero
3605
3606 * new api2 call: vm_feature (test support for snapshots/clone feature)
3607
3608 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Jan 2013 06:31:38 +0100
3609
3610 qemu-server (2.3-2) unstable; urgency=low
3611
3612 * use memory info from ballon driver (if enabled)
3613
3614 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Dec 2012 12:51:57 +0100
3615
3616 qemu-server (2.3-1) unstable; urgency=low
3617
3618 * include new qemu backup feature
3619
3620 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Dec 2012 15:14:59 +0100
3621
3622 qemu-server (2.0-71) unstable; urgency=low
3623
3624 * show better error message if bridge does not exist
3625
3626 * QMPClient: support fdsets
3627
3628 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Dec 2012 11:17:47 +0100
3629
3630 qemu-server (2.0-70) unstable; urgency=low
3631
3632 * fix version parser for qemu 1.3
3633
3634 * add new cpu types: SandyBridge Haswell Opteron_G4 Opteron_G5
3635
3636 * remove rhel specific cpu types: cpu64-rhel6 cpu64-rhel5
3637
3638 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2012 07:45:19 +0100
3639
3640 qemu-server (2.0-69) unstable; urgency=low
3641
3642 * fix ballon monitor command (use bytes instead of MBs)
3643
3644 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Nov 2012 06:13:46 +0100
3645
3646 qemu-server (2.0-68) unstable; urgency=low
3647
3648 * vzdump: store drive in correct order (sort) to avoid confusion
3649
3650 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Nov 2012 06:25:33 +0100
3651
3652 qemu-server (2.0-67) unstable; urgency=low
3653
3654 * fix allocation size in qmrestore
3655
3656 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Nov 2012 07:54:06 +0100
3657
3658 qemu-server (2.0-66) unstable; urgency=low
3659
3660 * vzdump: restore sata drives correctly
3661
3662 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Nov 2012 07:43:16 +0100
3663
3664 qemu-server (2.0-65) unstable; urgency=low
3665
3666 * remove hardcoded blowfish cipher
3667
3668 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 13:58:27 +0100
3669
3670 qemu-server (2.0-64) unstable; urgency=low
3671
3672 * fix memory leak in QMP Client (many thanks to Stefan!)
3673
3674 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Oct 2012 12:14:51 +0100
3675
3676 qemu-server (2.0-63) unstable; urgency=low
3677
3678 * fix bug in vmtar
3679
3680 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Oct 2012 10:00:50 +0200
3681
3682 qemu-server (2.0-62) unstable; urgency=low
3683
3684 * vncproxy: wait until vnc port is ready
3685
3686 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Oct 2012 08:58:52 +0200
3687
3688 qemu-server (2.0-61) unstable; urgency=low
3689
3690 * add 'win8' ostype (same defaults as win7 for now)
3691
3692 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Oct 2012 09:35:27 +0200
3693
3694 qemu-server (2.0-60) unstable; urgency=low
3695
3696 * fix bug 258: use bridge mtu for tap interfaces
3697
3698 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Oct 2012 12:26:42 +0200
3699
3700 qemu-server (2.0-59) unstable; urgency=low
3701
3702 * disable vzdump for VM containing snapshots
3703
3704 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Sep 2012 09:41:19 +0200
3705
3706 qemu-server (2.0-58) unstable; urgency=low
3707
3708 * fix bug 251: use new command line syntax
3709
3710 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Sep 2012 12:43:17 +0200
3711
3712 qemu-server (2.0-57) unstable; urgency=low
3713
3714 * fix migrating VMs with snapshots
3715
3716 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Sep 2012 08:12:37 +0200
3717
3718 qemu-server (2.0-56) unstable; urgency=low
3719
3720 * include shanpshot support
3721
3722 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Sep 2012 15:59:40 +0200
3723
3724 qemu-server (2.0-55) unstable; urgency=low
3725
3726 * migrate: disable xbzrle (not stable)
3727
3728 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Aug 2012 11:04:35 +0200
3729
3730 qemu-server (2.0-54) unstable; urgency=low
3731
3732 * use mbps instead of bps
3733
3734 * try to make migrate more stable
3735
3736 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Aug 2012 12:16:39 +0200
3737
3738 qemu-server (2.0-53) unstable; urgency=low
3739
3740 * livemigrate : activate xbzrle cache
3741
3742 * scsihw: add megasas controller
3743
3744 * partly fix bug 247: retry qmp open
3745
3746 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Aug 2012 13:45:18 +0200
3747
3748 qemu-server (2.0-52) unstable; urgency=low
3749
3750 * fix bug 217: stop VM after failed migrate
3751
3752 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Aug 2012 10:33:57 +0200
3753
3754 qemu-server (2.0-51) unstable; urgency=low
3755
3756 * support up to 32 network devices
3757
3758 * support up to 16 virtio devices
3759
3760 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Aug 2012 10:06:39 +0200
3761
3762 qemu-server (2.0-50) unstable; urgency=low
3763
3764 * implement 'qm rescan' to update disk sizes and unused disk info
3765
3766 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Aug 2012 09:22:29 +0200
3767
3768 qemu-server (2.0-49) unstable; urgency=low
3769
3770 * fix bug 242: re-add old monitor code
3771
3772 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Aug 2012 10:33:37 +0200
3773
3774 qemu-server (2.0-48) unstable; urgency=low
3775
3776 * add size hint to drive options
3777
3778 * new 'qm resize' command
3779
3780 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Aug 2012 06:55:39 +0200
3781
3782 qemu-server (2.0-47) unstable; urgency=low
3783
3784 * implement virtio-scsi-pci controller
3785
3786 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Aug 2012 08:57:52 +0200
3787
3788 qemu-server (2.0-46) unstable; urgency=low
3789
3790 * bug fix: allow to set devices directly (-ide1 /dev/XYZ)
3791
3792 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Jul 2012 11:59:14 +0200
3793
3794 qemu-server (2.0-45) unstable; urgency=low
3795
3796 * migrate: only scan available storages
3797
3798 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jul 2012 10:18:22 +0200
3799
3800 qemu-server (2.0-44) unstable; urgency=low
3801
3802 * migrate: only scan necessary storage for unused volumes
3803
3804 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jul 2012 06:59:23 +0200
3805
3806 qemu-server (2.0-43) unstable; urgency=low
3807
3808 * use new QMPClient code
3809
3810 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Jul 2012 07:05:28 +0200
3811
3812 qemu-server (2.0-42) unstable; urgency=low
3813
3814 * fix pool permission checks on create
3815
3816 -- Proxmox Support Team <support@proxmox.com> Wed, 30 May 2012 10:13:11 +0200
3817
3818 qemu-server (2.0-41) unstable; urgency=low
3819
3820 * more fixes for newer pve-storage versions
3821
3822 -- Proxmox Support Team <support@proxmox.com> Thu, 24 May 2012 07:24:00 +0200
3823
3824 qemu-server (2.0-40) unstable; urgency=low
3825
3826 * minor fixes for newer pve-storage versions
3827
3828 -- Proxmox Support Team <support@proxmox.com> Wed, 23 May 2012 07:23:31 +0200
3829
3830 qemu-server (2.0-39) unstable; urgency=low
3831
3832 * new startup option to define startup order.
3833
3834 * do not start VMs with /etc/init.d/qemu-server. This is now
3835 done with /etc/init.d/pve-manager
3836
3837 * qm: removed startall/stopall commands
3838
3839 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Apr 2012 14:26:04 +0200
3840
3841 qemu-server (2.0-38) unstable; urgency=low
3842
3843 * add directsync cache mode
3844
3845 * fix bug #147: allow to set migrate_downtime to 0
3846
3847 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Apr 2012 08:51:56 +0200
3848
3849 qemu-server (2.0-37) unstable; urgency=low
3850
3851 * fix bug in storage availability check (migrate)
3852
3853 -- Proxmox Support Team <support@proxmox.com> Sat, 07 Apr 2012 08:25:59 +0200
3854
3855 qemu-server (2.0-36) unstable; urgency=low
3856
3857 * use '-no-kvm-pit-reinjection -no-hpet' for win7 and w2k8 guests.
3858
3859 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 12:34:00 +0200
3860
3861 qemu-server (2.0-35) unstable; urgency=low
3862
3863 * fix bug #134: allow to pass file names to qmrestore and 'qm set'
3864
3865 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Apr 2012 10:51:41 +0200
3866
3867 qemu-server (2.0-34) unstable; urgency=low
3868
3869 * fix bug #12: check storage availability early (migrate)
3870
3871 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Mar 2012 09:12:46 +0200
3872
3873 qemu-server (2.0-33) unstable; urgency=low
3874
3875 * fix bug #121: activate volumes correctly
3876
3877 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Mar 2012 11:09:36 +0200
3878
3879 qemu-server (2.0-32) unstable; urgency=low
3880
3881 * fix usb host syntax (correctly pass hexadecimal numbers with prefix
3882 '0x' to kvm)
3883
3884 * document rerror/werror options
3885
3886 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Mar 2012 07:11:51 +0200
3887
3888 qemu-server (2.0-31) unstable; urgency=low
3889
3890 * use new network setup code from PVE::Network (libpve-common-perl)
3891
3892 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Mar 2012 10:39:12 +0200
3893
3894 qemu-server (2.0-30) unstable; urgency=low
3895
3896 * fix ha migration
3897
3898 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Mar 2012 12:20:33 +0200
3899
3900 qemu-server (2.0-29) unstable; urgency=low
3901
3902 * fix bug #97: execute 'clusvcadm' commands for HA managed VMs
3903
3904 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Mar 2012 10:36:23 +0200
3905
3906 qemu-server (2.0-28) unstable; urgency=low
3907
3908 * use Digest::SHA instead of Digest::SHA1
3909
3910 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Mar 2012 12:24:01 +0100
3911
3912 qemu-server (2.0-27) unstable; urgency=low
3913
3914 * make startall wait up to 10 seconds for quorum
3915
3916 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Mar 2012 09:32:53 +0100
3917
3918 qemu-server (2.0-26) unstable; urgency=low
3919
3920 * fix bug 109: use scsi inquiry to test if we can use the scsi-block
3921 driver.
3922
3923 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Mar 2012 10:39:30 +0100
3924
3925 qemu-server (2.0-25) unstable; urgency=low
3926
3927 * fix bug 102: remove stale status file on stop
3928
3929 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Mar 2012 12:53:32 +0100
3930
3931 qemu-server (2.0-24) unstable; urgency=low
3932
3933 * save description as comment.
3934
3935 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Mar 2012 08:12:29 +0100
3936
3937 qemu-server (2.0-23) unstable; urgency=low
3938
3939 * fix lvremove call: avoid 'Not a CODE reference' warning
3940
3941 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Mar 2012 06:36:33 +0100
3942
3943 qemu-server (2.0-22) unstable; urgency=low
3944
3945 * revert tablet mice fix - does not work reliable
3946
3947 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Feb 2012 09:45:30 +0100
3948
3949 qemu-server (2.0-21) unstable; urgency=low
3950
3951 * fix tablet mice as default when live migrate
3952
3953 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Feb 2012 06:51:09 +0100
3954
3955 qemu-server (2.0-20) unstable; urgency=low
3956
3957 * fix bug 96: fix vzdump on stopped vm
3958
3959 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Feb 2012 07:38:45 +0100
3960
3961 qemu-server (2.0-19) unstable; urgency=low
3962
3963 * support more CPU models
3964
3965 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 07:18:53 +0100
3966
3967 qemu-server (2.0-18) unstable; urgency=low
3968
3969 * fix cdrom (/dev/cdrom) permission check
3970
3971 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Feb 2012 07:16:36 +0100
3972
3973 qemu-server (2.0-17) unstable; urgency=low
3974
3975 * fix cdrom removal bug
3976
3977 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 10:48:30 +0100
3978
3979 qemu-server (2.0-16) unstable; urgency=low
3980
3981 * ignore -tdf (avoid kvm warning) - this is no longer needed
3982
3983 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Feb 2012 11:18:01 +0100
3984
3985 qemu-server (2.0-15) unstable; urgency=low
3986
3987 * online migration fix: close tunnel later, wait for connection close
3988
3989 * fix bug #81: do no deactivate volumes in vzdump stop mode
3990
3991 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jan 2012 11:24:56 +0100
3992
3993 qemu-server (2.0-14) unstable; urgency=low
3994
3995 * use 'da' instead of 'dk' for Danish keyboard (qemu use that name)
3996
3997 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Jan 2012 11:24:40 +0100
3998
3999 qemu-server (2.0-13) unstable; urgency=low
4000
4001 * load vhost_net module
4002
4003 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Dec 2011 12:25:22 +0100
4004
4005 qemu-server (2.0-12) unstable; urgency=low
4006
4007 * implement forceStop option for shutdown
4008
4009 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Dec 2011 12:58:00 +0100
4010
4011 qemu-server (2.0-11) unstable; urgency=low
4012
4013 * do not use ehci by default
4014
4015 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Dec 2011 10:26:36 +0100
4016
4017 qemu-server (2.0-10) unstable; urgency=low
4018
4019 * set qm exit codes currectly
4020
4021 * fix 'qm shutdown <vmid>'
4022
4023 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Nov 2011 09:35:43 +0100
4024
4025 qemu-server (2.0-9) unstable; urgency=low
4026
4027 * fix 'qm stopall'
4028
4029 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2011 11:14:01 +0100
4030
4031 qemu-server (2.0-8) unstable; urgency=low
4032
4033 * be more careful when removing snapshots
4034
4035 * do not call check_lock() for sendkey
4036
4037 * try to detect errors before starting the background task
4038
4039 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2011 08:08:44 +0100
4040
4041 qemu-server (2.0-7) unstable; urgency=low
4042
4043 * activate/deactivate LVs more carefully
4044
4045 * avoid syslog whenever possible
4046
4047 * code cleanups
4048
4049 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Nov 2011 08:08:04 +0100
4050
4051 qemu-server (2.0-6) unstable; urgency=low
4052
4053 * set correct migrate speed
4054
4055 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Nov 2011 09:12:12 +0100
4056
4057 qemu-server (2.0-5) unstable; urgency=low
4058
4059 * fix vzdump stop mode
4060
4061 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Nov 2011 06:38:03 +0100
4062
4063 qemu-server (2.0-4) unstable; urgency=low
4064
4065 * bump version
4066
4067 -- Proxmox Support Team <support@proxmox.com> Sat, 19 Nov 2011 09:54:19 +0100
4068
4069 qemu-server (2.0-3) unstable; urgency=low
4070
4071 * implement monitor API
4072
4073 * implement qmrestore
4074
4075 * fix vzdump plugin for 2.0
4076
4077 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Nov 2011 11:35:58 +0100
4078
4079 qemu-server (2.0-2) unstable; urgency=low
4080
4081 * cleanups
4082
4083 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Oct 2011 10:15:37 +0200
4084
4085 qemu-server (2.0-1) unstable; urgency=low
4086
4087 * see Changelog for details
4088
4089 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Aug 2010 13:48:12 +0200
4090
4091 qemu-server (1.1-18) unstable; urgency=low
4092
4093 * small bug fix im qmigrate
4094
4095 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Aug 2010 08:05:21 +0200
4096
4097 qemu-server (1.1-17) unstable; urgency=low
4098
4099 * carefully catch write errors
4100
4101 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Jul 2010 09:00:48 +0200
4102
4103 qemu-server (1.1-16) unstable; urgency=low
4104
4105 * add rerror/werror options (patch from l.mierzwa)
4106
4107 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Jun 2010 08:49:00 +0200
4108
4109 qemu-server (1.1-15) unstable; urgency=low
4110
4111 * fix vmtar bug (endless growing archive)
4112
4113 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Jun 2010 12:22:17 +0200
4114
4115 qemu-server (1.1-14) unstable; urgency=low
4116
4117 * correct order of config option (prevent virtio reordering)
4118
4119 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Apr 2010 09:05:15 +0200
4120
4121 qemu-server (1.1-13) unstable; urgency=low
4122
4123 * allow vlan1-to vlan4094 (Since 802.1q allows VLAN identifiers up to 4094).
4124
4125 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Apr 2010 10:19:37 +0200
4126
4127 qemu-server (1.1-12) unstable; urgency=low
4128
4129 * minor fixes for new qemu-kvm 0.12.3
4130
4131 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Apr 2010 12:01:17 +0200
4132
4133 qemu-server (1.1-11) unstable; urgency=low
4134
4135 * experimental support for pci pass-through (option 'hostpci')
4136
4137 -- Proxmox Support Team <support@proxmox.com> Fri, 08 Jan 2010 13:03:44 +0100
4138
4139 qemu-server (1.1-10) unstable; urgency=low
4140
4141 * add compatibility code for older kvm versions (0.9)
4142
4143 * only use fairsched when the kernel has openvz support
4144
4145 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2009 15:17:18 +0100
4146
4147 qemu-server (1.1-9) unstable; urgency=low
4148
4149 * always display boot menu (Press F12...)
4150
4151 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2009 10:28:23 +0100
4152
4153 qemu-server (1.1-8) unstable; urgency=low
4154
4155 * fix 'stopall' timeout
4156
4157 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Oct 2009 12:55:23 +0200
4158
4159 qemu-server (1.1-7) unstable; urgency=low
4160
4161 * do not set fairsched --id when using virtio
4162
4163 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2009 11:57:57 +0200
4164
4165 qemu-server (1.1-6) unstable; urgency=low
4166
4167 * disable fairsched when option 'cpuunits' is set to 0 (zero)
4168
4169 * disable fairsched when the VM uses virtio devices.
4170
4171 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2009 15:06:48 +0200
4172
4173 qemu-server (1.1-5) unstable; urgency=low
4174
4175 * suppress syslog when setting migrate downtime/speed
4176
4177 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2009 10:10:55 +0200
4178
4179 qemu-server (1.1-4) unstable; urgency=low
4180
4181 * depend on stable pve-qemu-kvm
4182
4183 * new migrate_speed and migrate_downtime settings
4184
4185 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Sep 2009 11:18:08 +0200
4186
4187 qemu-server (1.1-3) unstable; urgency=low
4188
4189 * support up to 1000 vlans
4190
4191 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2009 09:54:35 +0200
4192
4193 qemu-server (1.1-2) unstable; urgency=low
4194
4195 * introduce new 'sockets' and 'cores' settings
4196
4197 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2009 09:54:18 +0200
4198
4199 qemu-server (1.1-1) unstable; urgency=low
4200
4201 * use new pve-storage framework
4202
4203 * delete unused disk on destroy
4204
4205 * fix cache= option (none|writethrough|writeback)
4206
4207 * use rtc-td-hack for windows when acpi is enabled
4208
4209 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jun 2009 08:49:53 +0200
4210
4211 qemu-server (1.0-14) unstable; urgency=low
4212
4213 * add new tablet option (to disable --usbdevice tablet, which generate
4214 many interrupts, which is bad when you run many VMs) (Patch was
4215 provided by Tomasz Chmielewski)
4216
4217 -- Proxmox Support Team <support@proxmox.com> Wed, 27 May 2009 12:50:45 +0200
4218
4219 qemu-server (1.0-13) unstable; urgency=low
4220
4221 * Conflict with netcat-openbsd
4222
4223 -- Proxmox Support Team <support@proxmox.com> Wed, 13 May 2009 10:20:54 +0200
4224
4225 qemu-server (1.0-12) unstable; urgency=low
4226
4227 * fixes for debian lenny
4228
4229 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Apr 2009 14:28:42 +0200
4230
4231 qemu-server (1.0-11) unstable; urgency=low
4232
4233 * allow white spaces inside args - use normal shell quoting
4234
4235 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Feb 2009 11:31:36 +0100
4236
4237 qemu-server (1.0-10) unstable; urgency=low
4238
4239 * add 'args' option
4240
4241 * bug fix for 'lost description'
4242
4243 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Feb 2009 08:18:29 +0100
4244
4245 qemu-server (1.0-9) unstable; urgency=low
4246
4247 * add 'parallel' option
4248
4249 * add 'startdate' option
4250
4251 * fix manual page
4252
4253 -- Proxmox Support Team <support@proxmox.com> Mon, 2 Feb 2009 08:53:26 +0100
4254
4255 qemu-server (1.0-8) unstable; urgency=low
4256
4257 * add 'serial' option
4258
4259 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Jan 2009 08:52:24 +0100
4260
4261 qemu-server (1.0-7) unstable; urgency=low
4262
4263 * use new systax for kvm vga option (needed for kvm newer than kvm77)
4264
4265 -- Proxmox Support Team <support@proxmox.com> Wed, 7 Jan 2009 14:46:09 +0100
4266
4267 qemu-server (1.0-6) unstable; urgency=low
4268
4269 * use predefined names for tap devices
4270
4271 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Dec 2008 13:00:44 +0100
4272
4273 qemu-server (1.0-5) unstable; urgency=low
4274
4275 * added host usb device support
4276
4277 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Nov 2008 11:26:04 +0100
4278
4279 qemu-server (1.0-4) unstable; urgency=low
4280
4281 * fix status problem
4282
4283 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Nov 2008 13:13:43 +0100
4284
4285 qemu-server (1.0-3) unstable; urgency=low
4286
4287 * small bug fixes
4288
4289 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Nov 2008 08:29:23 +0100
4290
4291 qemu-server (1.0-1) unstable; urgency=low
4292
4293 * update for kvm-75, support vm migration
4294
4295 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Oct 2008 11:04:03 +0200
4296
4297 qemu-server (0.9) unstable; urgency=low
4298
4299 * initial release
4300
4301 -- Proxmox Support Team <support@proxmox.com> Mon, 4 Feb 2008 09:10:13 +0100
4302