]> git.proxmox.com Git - qemu-server.git/log
qemu-server.git
3 years agod/control: update
Thomas Lamprecht [Tue, 8 Sep 2020 17:12:36 +0000 (19:12 +0200)]
d/control: update

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agod/copyright: update
Thomas Lamprecht [Tue, 8 Sep 2020 17:01:54 +0000 (19:01 +0200)]
d/copyright: update

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoline length and formatting fixes
Thomas Lamprecht [Wed, 2 Sep 2020 12:07:02 +0000 (14:07 +0200)]
line length and formatting fixes

In accord to updated perl style guide
https://pve.proxmox.com/wiki/Perl_Style_Guide#Breaking_long_lines_and_strings

Mostly try to avoid >100 column lines and update some descriptions
from 80 to 100 column limit, improving readability.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agotests: add cfg2cmd test for virtio-blk disk with iothread on
Thomas Lamprecht [Wed, 2 Sep 2020 11:27:27 +0000 (13:27 +0200)]
tests: add cfg2cmd test for virtio-blk disk with iothread on

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agofix #2570: add 'keephugepages' config
Stefan Reiter [Wed, 2 Sep 2020 09:03:37 +0000 (11:03 +0200)]
fix #2570: add 'keephugepages' config

We already keep hugepages if they are created with the kernel
commandline (hugepagesz=x hugepages=y), but some setups (specifically
hugepages across multiple NUMA nodes) cannot be configured that way.
Since we always clear these hugepages at VM shutdown, rebooting a VM
that uses them might not work, since the requested count might not be
available anymore by the time we want to use them (also, we would then
no longer allocate them correctly on the NUMA nodes).

Add a 'keephugepages' parameter to skip cleanup and simply leave them
untouched.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agobump version to 6.2-14
Thomas Lamprecht [Mon, 24 Aug 2020 17:34:27 +0000 (19:34 +0200)]
bump version to 6.2-14

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agovzdump: do not log per disk dirty bitmap state for templates
Thomas Lamprecht [Fri, 21 Aug 2020 12:11:48 +0000 (14:11 +0200)]
vzdump: do not log per disk dirty bitmap state for templates

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agofix #2862: properly backup (all) VM templates
Fabian Grünbichler [Thu, 6 Aug 2020 11:13:48 +0000 (13:13 +0200)]
fix #2862: properly backup (all) VM templates

until we maybe have a 'pbs-backup' that links Qemu and PBS like
'pbs-restore', we need to do a regular backup for the template case to
support all storage types and image formats.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agofollowup cleanup
Thomas Lamprecht [Fri, 21 Aug 2020 08:44:00 +0000 (10:44 +0200)]
followup cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agotests: cfg2cmd: check also warnings
Thomas Lamprecht [Fri, 21 Aug 2020 08:38:27 +0000 (10:38 +0200)]
tests: cfg2cmd: check also warnings

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agotests: cfg2cmd: get testname earlier
Thomas Lamprecht [Fri, 21 Aug 2020 08:38:08 +0000 (10:38 +0200)]
tests: cfg2cmd: get testname earlier

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoprint_vga_device: check if bios is defined
Stoiko Ivanov [Fri, 21 Aug 2020 08:07:38 +0000 (10:07 +0200)]
print_vga_device: check if bios is defined

Otherwise a warning is printed if the bios is not set in the config.

reported via community forum:
https://forum.proxmox.com/threads/warning-in-qemuserver.74683/

reproduced and tested that the patch fixes the issue.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
3 years agovzdump: show "reused" message even if nothing was transferred
Stefan Reiter [Thu, 20 Aug 2020 13:32:23 +0000 (15:32 +0200)]
vzdump: show "reused" message even if nothing was transferred

This still works even if all drives were clean. It then shows the very
magical line:

  INFO: backup was done incrementally, reused 34.00 GiB (100%)

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agovzdump: allow bandwidth limit for PBS backup too
Stefan Reiter [Thu, 20 Aug 2020 13:32:22 +0000 (15:32 +0200)]
vzdump: allow bandwidth limit for PBS backup too

QEMU handles it just as well as with VMA, so this was probably just
forgotten to implement for PBS.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agobump version to 6.2-13
Thomas Lamprecht [Thu, 20 Aug 2020 09:42:53 +0000 (11:42 +0200)]
bump version to 6.2-13

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agovzdump: restore log behavior for VMs running with older QEMU
Thomas Lamprecht [Thu, 20 Aug 2020 08:45:34 +0000 (10:45 +0200)]
vzdump: restore log behavior for VMs running with older QEMU

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agovdzump: padd percentagde done counter, format duration for humans
Thomas Lamprecht [Thu, 20 Aug 2020 08:23:18 +0000 (10:23 +0200)]
vdzump: padd percentagde done counter, format duration for humans

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agovzdump: output sparseness again
Thomas Lamprecht [Thu, 20 Aug 2020 08:22:44 +0000 (10:22 +0200)]
vzdump: output sparseness again

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agovzdump: log reused information also if we run only <1s
Thomas Lamprecht [Wed, 19 Aug 2020 18:31:09 +0000 (20:31 +0200)]
vzdump: log reused information also if we run only <1s

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agovzdump: followup: log total dirtiness again, minor output adaptions
Thomas Lamprecht [Wed, 19 Aug 2020 18:30:30 +0000 (20:30 +0200)]
vzdump: followup: log total dirtiness again, minor output adaptions

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobump version to 6.2-12
Thomas Lamprecht [Wed, 19 Aug 2020 17:46:28 +0000 (19:46 +0200)]
bump version to 6.2-12

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agocfg2cmd: vga: fix #2749: disable edid for Win+BIOS+VGA machines
Aaron Lauterer [Mon, 27 Jul 2020 13:55:25 +0000 (15:55 +0200)]
cfg2cmd: vga: fix #2749: disable edid for Win+BIOS+VGA machines

Edid support was added with Qemu 5. Windows guests seem to not be able
to get all possible resolutions if the default std VGA device is used as
GPU and the VM boots in BIOS mode. The result is that only one of the
following three resolutions can be configured:

800x600
1024x768
1920x1080

It is important to note that just booting a Windows VM with the edid=off
parameter will not make the large list of resolutions available. It
seems that Windows is caching the list of possible resolutions
somewhere [0].

Uninstalling the 'Microsoft Basic Display Adapter' in the device manager
and rebooting the VM is one way I found to force Windows to recreate the
list of possible resolutions.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
[0] https://lists.nongnu.org/archive/html/qemu-devel/2020-07/msg07128.html

3 years agovzdump: don't use dirty bitmap when VM was off
Stefan Reiter [Wed, 19 Aug 2020 15:02:04 +0000 (17:02 +0200)]
vzdump: don't use dirty bitmap when VM was off

There can't be a dirty bitmap when the VM was off, and if it was off we
will also shut it down after the backup, so no point in creating one.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agovzdump: log 100% percent in case $target is 0
Stefan Reiter [Wed, 19 Aug 2020 15:02:03 +0000 (17:02 +0200)]
vzdump: log 100% percent in case $target is 0

When $target is 0, that means we don't have to upload any data, in which
case we're immediately done.

Otherwise incremental backups with no changes display a really weird
  status: 0% (0.0 B of 0.0 B), duration 0, read: 0 B/s, write: 0 B/s
when they're actually done already.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agovzdump: display actually uploaded chunks as 'write' speed
Stefan Reiter [Wed, 19 Aug 2020 15:02:02 +0000 (17:02 +0200)]
vzdump: display actually uploaded chunks as 'write' speed

Previously 'read' and 'write' would always show the same value, which is
of little use. Change it so 'write' excludes reused bytes, thus
displaying the actual upload speed.

$last_reused needs to be initialized to contain reused data from 'clean'
dirty bitmaps to ensure the first output line is correct.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agovzdump: improve logging output with dirty bitmaps
Stefan Reiter [Wed, 19 Aug 2020 15:02:01 +0000 (17:02 +0200)]
vzdump: improve logging output with dirty bitmaps

Uses the new 'query-pbs-bitmap-info' QMP call to retrieve additional
information about each drive's dirty bitmap. Returned info is also used
to calculate $target by simply adding all the dirty values (dirty is
equal to size in case the entire drive will be backed up).

"Backup is sparse" message is suppressed for PBS, since it makes little
sense (if zero chunks appear in the clean area of a bitmap, they won't
be counted, and a user is probably more interested in the 'reused' data
anyway).

Also removes the need for the hacky $first_round query-backup handling.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agovalidate_cpu_conf: return config
Fabian Ebner [Wed, 12 Aug 2020 11:40:12 +0000 (13:40 +0200)]
validate_cpu_conf: return config

as parse_property_string expects it to.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Reviewed-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agoAdd missing die statements
Fabian Ebner [Tue, 4 Aug 2020 11:32:44 +0000 (13:32 +0200)]
Add missing die statements

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agoAdd dot character to CPU commandline regular expression
Fabian Ebner [Tue, 11 Aug 2020 10:47:03 +0000 (12:47 +0200)]
Add dot character to CPU commandline regular expression

to be able to parse CPU features like "+sse4.2" correctly.

Reported here: https://forum.proxmox.com/threads/zsf-snapshot-unable-to-parse-value-of-runningcpu-got-undefined-value.74094/

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agod/control: bump versioned dep on pve-storage
Fabian Grünbichler [Thu, 6 Aug 2020 07:49:17 +0000 (09:49 +0200)]
d/control: bump versioned dep on pve-storage

needed for PBS plugin methods that are called in backup/restore.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoUse correct option for storage_migrate
Fabian Ebner [Wed, 29 Jul 2020 09:44:15 +0000 (11:44 +0200)]
Use correct option for storage_migrate

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agobump version to 6.2-11
Fabian Grünbichler [Fri, 24 Jul 2020 06:14:08 +0000 (08:14 +0200)]
bump version to 6.2-11

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoFix #2728: die/warn if target is not a replication target when live-migrating
Fabian Ebner [Mon, 18 May 2020 07:37:57 +0000 (09:37 +0200)]
Fix #2728: die/warn if target is not a replication target when live-migrating

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Tested-by: Aaron Lauterer <a.lauterer@proxmox.com>
3 years agofix #2857: restore: pass keyfile to pbs-restore
Fabian Grünbichler [Mon, 20 Jul 2020 08:26:21 +0000 (10:26 +0200)]
fix #2857: restore: pass keyfile to pbs-restore

if configured. otherwise restoring encrypted backups will be quite
hard..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agobump version to 6.2-10
Thomas Lamprecht [Mon, 13 Jul 2020 11:38:42 +0000 (13:38 +0200)]
bump version to 6.2-10

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoset resume parameter for vm_start_nolock if there is a vmstate
Fabian Ebner [Tue, 7 Jul 2020 08:20:03 +0000 (10:20 +0200)]
set resume parameter for vm_start_nolock if there is a vmstate

In config_to_command, '-loadstate' will be added whenever there is a
vmstate in the config. But in vm_start_nolock, the resume parameter
is used to calculate the appropriate timeout and to remove the vmstate
after the start. The resume parameter was only set if there is a
'suspended' lock, but apparently [0] we cannot rely on the lock to be
set if and only if there is a vmstate.

[0]: https://forum.proxmox.com/threads/task-error-start-failed.72450

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agod/control: update build-dependency of pve-doc-generator
Thomas Lamprecht [Mon, 13 Jul 2020 10:25:33 +0000 (12:25 +0200)]
d/control: update build-dependency of pve-doc-generator

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoAdd man page cpu-models.conf(5)
Stefan Reiter [Thu, 18 Jun 2020 13:44:57 +0000 (15:44 +0200)]
Add man page cpu-models.conf(5)

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agofix mdev cmdline generation
Dominik Csapak [Mon, 13 Jul 2020 07:27:16 +0000 (09:27 +0200)]
fix mdev cmdline generation

during refactoring, the vmid got lost, but is necessary to get
the correct mdev id

Fixes commit 74c17b7a23c8a953d1dcec9bd53449d71d88cd5d
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
[ reference fixed commit ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agopass -X to ssh on upload
Wolfgang Bumiller [Fri, 10 Jul 2020 12:24:36 +0000 (14:24 +0200)]
pass -X to ssh on upload

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump version to 6.2-9
Wolfgang Bumiller [Fri, 10 Jul 2020 12:24:03 +0000 (14:24 +0200)]
bump version to 6.2-9

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agosupport for encrypted pbs backups
Wolfgang Bumiller [Fri, 10 Jul 2020 09:53:03 +0000 (11:53 +0200)]
support for encrypted pbs backups

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoAdd comment about pbs env vars
Wolfgang Bumiller [Fri, 10 Jul 2020 09:44:53 +0000 (11:44 +0200)]
Add comment about pbs env vars

pbs-restore might not stay there like that forever and if
this code path changes we should remember to also remove the
environment variables

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump version to 6.2-8
Thomas Lamprecht [Thu, 9 Jul 2020 13:14:41 +0000 (15:14 +0200)]
bump version to 6.2-8

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agofixup: use parse_property_string instead of parse_cpu_conf_basic
Stefan Reiter [Thu, 9 Jul 2020 12:41:14 +0000 (14:41 +0200)]
fixup: use parse_property_string instead of parse_cpu_conf_basic

The latter was removed and replaced with a validator.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agobump version to 6.2-7
Thomas Lamprecht [Thu, 9 Jul 2020 11:51:25 +0000 (13:51 +0200)]
bump version to 6.2-7

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobackup: detect PBS features and use only supported
Stefan Reiter [Wed, 8 Jul 2020 09:57:54 +0000 (11:57 +0200)]
backup: detect PBS features and use only supported

If 'query-proxmox-support' is not known to QEMU, assume that no other
features are supported either.

If 'pbs' is not supported at all, error out with a nice message.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agod/control: bump versioned dependency on pve-common
Fabian Grünbichler [Wed, 8 Jul 2020 08:24:54 +0000 (10:24 +0200)]
d/control: bump versioned dependency on pve-common

for PVE::JSONSchema with additional validator support

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agofix #2671: include CPU format in man page again
Stefan Reiter [Thu, 25 Jun 2020 11:35:41 +0000 (13:35 +0200)]
fix #2671: include CPU format in man page again

Use the new register_format(3) call to use a validator (instead of a
parser) for 'pve-(vm-)?cpu-conf'. This way the $cpu_fmt hash can be used for
generating the documentation, while still applying the same verification
rules as before.

Since the function no longer parses but only verifies, the parsing in
print_cpu_device/get_cpu_options has to go via JSONSchema directly.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agobump version to 6.2-6
Thomas Lamprecht [Tue, 7 Jul 2020 16:59:59 +0000 (18:59 +0200)]
bump version to 6.2-6

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agovzdump: log: small fixups
Thomas Lamprecht [Tue, 7 Jul 2020 15:32:25 +0000 (17:32 +0200)]
vzdump: log: small fixups

reuse can also come from the current backup - so drop the "from last
backup" as this can be very confusing if one reads it after making
the first backup ever, with no last backup existing.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agovzdump: fix variable redeclaration warning
Thomas Lamprecht [Tue, 7 Jul 2020 06:41:22 +0000 (08:41 +0200)]
vzdump: fix variable redeclaration warning

happened due to moving the code from another scope which had no $res,
and not noticing as it was still working after all.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobump version to 6.2-5
Thomas Lamprecht [Mon, 6 Jul 2020 19:50:59 +0000 (21:50 +0200)]
bump version to 6.2-5

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobackup: PBS: save backup task size
Thomas Lamprecht [Mon, 6 Jul 2020 19:47:30 +0000 (21:47 +0200)]
backup: PBS: save backup task size

normally this is done centrally in the managers code, but we do not
have the info for PBS there.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobackup: query status: use latest up-to-date info when finished
Thomas Lamprecht [Mon, 6 Jul 2020 19:46:03 +0000 (21:46 +0200)]
backup: query status: use latest up-to-date info when finished

we used the info from the previous loop for some summary logs, fix
that.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobackup: restructure log: use human-readable sizes and include PBS info
Thomas Lamprecht [Mon, 6 Jul 2020 19:45:25 +0000 (21:45 +0200)]
backup: restructure log: use human-readable sizes and include PBS info

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobackup: rename confusing incremental param to use-dirty-bitmap
Thomas Lamprecht [Mon, 6 Jul 2020 18:33:13 +0000 (20:33 +0200)]
backup: rename confusing incremental param to use-dirty-bitmap

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoupdate_disksize: make interface leaner
Fabian Ebner [Wed, 20 May 2020 08:20:37 +0000 (10:20 +0200)]
update_disksize: make interface leaner

Pass new size directly, so the function doesn't need to know about
how some hash is organized. And return a message directly, instead
of both size-strings. Also dropped the wantarray, because both
existing callers use the message anyways.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agosync_disks: fix check
Fabian Ebner [Wed, 20 May 2020 08:20:36 +0000 (10:20 +0200)]
sync_disks: fix check

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
3 years agobump version to 6.2-4
Thomas Lamprecht [Tue, 30 Jun 2020 09:34:33 +0000 (11:34 +0200)]
bump version to 6.2-4

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoenable dirty-bitmap incremental backups for PBS
Stefan Reiter [Thu, 25 Jun 2020 10:23:34 +0000 (12:23 +0200)]
enable dirty-bitmap incremental backups for PBS

The $total != $transferred check is changed to a log, as QEMU reports
only actually transferred bytes, and it is indeed correct for
incremental backups to have differing values from $total.

The 'incremental' parameter is always set, QEMU will figure out if it should
re-use an existing bitmap or create a new one on its own.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agoclose #2741: add VM.Config.Cloudinit permission
Mira Limbeck [Thu, 25 Jun 2020 14:48:47 +0000 (16:48 +0200)]
close #2741: add VM.Config.Cloudinit permission

This allows setting ciuser, cipassword and all other cloudinit settings that
are not part of the network without VM.Config.Network permissions.
Keep VM.Config.Network still as fallback so custom roles that add
VM.Config.Network but not VM.Config.Cloudinit don't break.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
3 years agoavoid backup command timeout with pbs
Dietmar Maurer [Fri, 26 Jun 2020 05:10:57 +0000 (07:10 +0200)]
avoid backup command timeout with pbs

3 years agopci: whitespace, indentation and formating fixes
Thomas Lamprecht [Thu, 25 Jun 2020 11:33:26 +0000 (13:33 +0200)]
pci: whitespace, indentation and formating fixes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agofix #2794: allow legacy IGD passthrough
Stefan Reiter [Thu, 18 Jun 2020 14:36:54 +0000 (16:36 +0200)]
fix #2794: allow legacy IGD passthrough

Legacy IGD passthrough requires address 00:1f.0 to not be assigned to
anything on QEMU startup (currently it's assigned to bridge pci.2).
Changing this in general would break live-migration, so introduce a new
hostpci parameter "legacy-igd", which if set to 1 will move that bridge
to be nested under bridge 1.

This is safe because:
* Bridge 1 is unconditionally created on i440fx, so nesting is ok
* Defaults are not changed, i.e. PCI layout only changes when the new
parameter is specified manually
* hostpci forbids migration anyway

Additionally, the PT device has to be assigned address 00:02.0 in the
guest as well, which is usually used for VGA assignment. Luckily, IGD PT
requires vga=none, so that is not an issue either.

See https://git.qemu.org/?p=qemu.git;a=blob;f=docs/igd-assign.txt

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agocfg2cmd: hostpci: move code to PCI.pm
Stefan Reiter [Thu, 18 Jun 2020 14:36:53 +0000 (16:36 +0200)]
cfg2cmd: hostpci: move code to PCI.pm

To avoid further cluttering config_to_command with subsequent changes.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agotrivial whitespace followup fix
Thomas Lamprecht [Wed, 24 Jun 2020 08:59:05 +0000 (10:59 +0200)]
trivial whitespace followup fix

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agovzdump: move include logic for volumes to method
Aaron Lauterer [Mon, 22 Jun 2020 14:34:36 +0000 (16:34 +0200)]
vzdump: move include logic for volumes to method

Move the logic which volumes are included in the backup job to its own
method and adapt the VZDump code accordingly. This makes it possible to
develop other features around backup jobs.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
3 years agogen_rand_chars: handle errors properly
Fabian Grünbichler [Mon, 22 Jun 2020 10:03:01 +0000 (12:03 +0200)]
gen_rand_chars: handle errors properly

should not really happen on modern systems, but random_bytes just
returns false if it fails to generate random bytes, in which case we
want to die instead of returning an empty 'random' string.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agovncproxy: allow to request a generated VNC password
Thomas Lamprecht [Thu, 18 Jun 2020 16:20:10 +0000 (18:20 +0200)]
vncproxy: allow to request a generated VNC password

We used the VNC API $ticket as password for VNC, but QEMU limits the
password to the first 8 chars and ignores the rest[0].
As our tickets start with a static string (e.g., "PVE") the entropy
was a bit limited.

For Proxmox VE this does not matters much as the noVNC viewer
provided by has to go always over the API call, and so a valid
ticket and correct permissions for the requested VM are enforced
anyway.

This patch helps external users, which often use NoVNC-Websockify,
circumventing the API and relying solely on the VNC password to avoid
snooping on VNC sessions.

A 'generate-password' parameter is added, if set a password from good
entropy (using libopenssl) is generated.

For simplicity of mapping random bits to ranges we extract 6 bit of
entropy per character and add the integer value of '!' (first
printable ASCII char) to that. This way we get 64^8 possibilities,
which even with millions of guesses per second one would need years
of guessing and mostly just DDOS the server with websocket upgrade
requests.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Tested-By: Dominik Csapak <d.csapak@proxmox.com>
Reviewed-By: Dominik Csapak <d.csapak@proxmox.com>
3 years agoCPUConfig: add add_cpu_json_properties()
Stefan Reiter [Thu, 18 Jun 2020 09:05:07 +0000 (11:05 +0200)]
CPUConfig: add add_cpu_json_properties()

Useful for APIs and docs.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agofix indentation
Thomas Lamprecht [Thu, 18 Jun 2020 09:26:36 +0000 (11:26 +0200)]
fix indentation

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agofollowup whitespace cleanup
Thomas Lamprecht [Wed, 17 Jun 2020 12:05:49 +0000 (14:05 +0200)]
followup whitespace cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoproperly parse 'vga' for termproxy
Fabian Grünbichler [Wed, 17 Jun 2020 08:41:17 +0000 (10:41 +0200)]
properly parse 'vga' for termproxy

'vga' is a property string, we can't just assume it starts with the default key's value here either.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agofix #2787: properly parse 'vga' for vncproxy
Fabian Grünbichler [Wed, 17 Jun 2020 08:41:16 +0000 (10:41 +0200)]
fix #2787: properly parse 'vga' for vncproxy

'vga' is a property string, we can't just assume it starts with the
default key's value.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agocfg2cmd test: hardcode/mock bridge MTU
Fabian Grünbichler [Wed, 17 Jun 2020 08:30:13 +0000 (10:30 +0200)]
cfg2cmd test: hardcode/mock bridge MTU

otherwise the netdev test reads the MTU value from the test host's vmbr0
bridge, or fails if no such bridge exists.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agobump version to 6.2-3
Thomas Lamprecht [Thu, 4 Jun 2020 09:19:17 +0000 (11:19 +0200)]
bump version to 6.2-3

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agocfg2cmd: add simple MTU test
Thomas Lamprecht [Thu, 4 Jun 2020 09:15:52 +0000 (11:15 +0200)]
cfg2cmd: add simple MTU test

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agonetdev MTU: stricter checks and warn if not possible on netdev
Thomas Lamprecht [Thu, 4 Jun 2020 09:11:52 +0000 (11:11 +0200)]
netdev MTU: stricter checks and warn if not possible on netdev

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoadd virtio host_mtu feature.
Alexandre Derumier [Fri, 17 Apr 2020 05:47:20 +0000 (07:47 +0200)]
add virtio host_mtu feature.

This add a new "mtu" param to vm nic,
and force the mtu in the guest for virtio nic only.

Special value: 1 = set the same value than the bridge

3 years agofix pbs-restore call for non raw images
Dominik Csapak [Thu, 4 Jun 2020 08:52:42 +0000 (10:52 +0200)]
fix pbs-restore call for non raw images

if we have a format, give it to pbs-restore too
fixes restore of non-raw (e.g. qcow2) images

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
3 years agofix pbs backups of templates/vms without disks
Dominik Csapak [Wed, 3 Jun 2020 12:28:22 +0000 (14:28 +0200)]
fix pbs backups of templates/vms without disks

fingerprint is now given with an environment variable not as parameter

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
3 years agofix #2774: add early check for non-managed volumes
Fabian Grünbichler [Tue, 2 Jun 2020 08:46:27 +0000 (10:46 +0200)]
fix #2774: add early check for non-managed volumes

when checking whether a to-be-added drive's and the VM's replication
status are matching. otherwise, we end up in a failing generic
'parse_volume_id' with no mention of the actual reason.

adding 'replicate=0' to the new drive string fixes the underlying issue
with and without this patch, so this is just a cosmetic/usability
improvement.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agocreate_disks: fix uninitialized warning
Fabian Grünbichler [Tue, 2 Jun 2020 08:46:26 +0000 (10:46 +0200)]
create_disks: fix uninitialized warning

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agofix #2748: make order of interfaces consistent
Mira Limbeck [Thu, 28 May 2020 14:48:36 +0000 (16:48 +0200)]
fix #2748: make order of interfaces consistent

As perl hashes have random order, sort them before iterating through.
This makes the output of 'qm cloudinit dump <vmid> network' consistent
between calls if the config has not changed.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
3 years agobump version to 6.2-2
Thomas Lamprecht [Fri, 8 May 2020 11:00:26 +0000 (13:00 +0200)]
bump version to 6.2-2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agofix #2697: map netdev_add options to correct json types
Dominik Csapak [Tue, 21 Apr 2020 14:01:11 +0000 (16:01 +0200)]
fix #2697: map netdev_add options to correct json types

netdev_add is now a proper qmp command, which means that it verifies
the parameter types properly

instead of sending strings, we now have to choose the correct
types for the parameters

bool for vhost
and uint64 for queues

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
3 years agobump version to 6.2-1
Thomas Lamprecht [Thu, 7 May 2020 19:51:05 +0000 (21:51 +0200)]
bump version to 6.2-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoqmrestore: fix restore from STDIN
Fabian Grünbichler [Thu, 7 May 2020 07:15:33 +0000 (09:15 +0200)]
qmrestore: fix restore from STDIN

the special case was dropped when moving this to pve-storage.

fixes commit c6d517835abfe345c31cd889b557529d334dcf04

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobump version to 6.1-20
Thomas Lamprecht [Wed, 6 May 2020 15:17:03 +0000 (17:17 +0200)]
bump version to 6.1-20

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoapi: allow listing custom and default CPU models
Stefan Reiter [Mon, 4 May 2020 10:58:39 +0000 (12:58 +0200)]
api: allow listing custom and default CPU models

More API calls will follow for this path, for now add the 'index' call to
list all custom and default CPU models.

Any user can list the default CPU models, as these are public anyway, but
custom models are restricted to users with Sys.Audit on /nodes.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agoapi: check Sys.Audit permissions when setting a custom CPU model
Stefan Reiter [Mon, 4 May 2020 10:58:38 +0000 (12:58 +0200)]
api: check Sys.Audit permissions when setting a custom CPU model

Explicitly allows changing other properties than the cputype, even if
the currently set cputype is not accessible by the user. This way, an
administrator can assign a custom CPU type to a VM for a less privileged
user without breaking edit functionality for them.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agovzdump: use new 'pbs' option
Fabian Grünbichler [Wed, 6 May 2020 08:57:53 +0000 (10:57 +0200)]
vzdump: use new 'pbs' option

instead of storage config to determine whether we are in 'PBS mode'

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agomigrate: cleanup forwarding code
Fabian Grünbichler [Tue, 5 May 2020 11:07:24 +0000 (13:07 +0200)]
migrate: cleanup forwarding code

fixing the following two issues:
- the legacy code path was never converted to the new fork_tunnel
signature (which probably means that nothing triggers it in practice
anymore?)
- the NBD Unix socket got forwarded multiple times if more than one disk
was migrated via NBD (this is harmless, but wrong)

for the second issue I opted to keep the code compatible with the
possibility that Qemu starts supporting multiple NBD servers in the
future (and the target node could thus return multiple UNIX socket
paths). currently we can only start one NBD server on one socket, and
each drive-mirror simply starts a new connection over that single
socket.

I took the liberty of renaming the variables/keys since I found
'tunnel_addr' and 'sock_addr' rather confusing.

Reviewed-By: Mira Limbeck <m.limbeck@proxmox.com>
Tested-By: Mira Limbeck <m.limbeck@proxmox.com>
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agocfg2cmd: set audiodev parameter only on qemu >= 4.2
Aaron Lauterer [Wed, 6 May 2020 12:51:54 +0000 (14:51 +0200)]
cfg2cmd: set audiodev parameter only on qemu >= 4.2

fixes commit 940e2a3a06b3ea47aae144519e2aaa881a80e437

QEMU 4.1 will fail to start a guest with an audio device set with:
> Property '.audiodev' not found

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agorng: die when trying to pass through disconnected hwrng
Stefan Reiter [Tue, 5 May 2020 14:53:12 +0000 (16:53 +0200)]
rng: die when trying to pass through disconnected hwrng

If /dev/hwrng exists, but no actual generator is connected (or it is
disabled on the host), QEMU will happily start the VM but crash as soon
as the guest accesses the VirtIO RNG device.

To prevent this unfortunate behaviour, check if a useable hwrng is
connected to the host before allowing the VM to be started.

While at it, clean up config_to_command by moving new and existing rng
source checks to a seperate sub.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agovzdump: fix template backup to stdout
Fabian Grünbichler [Wed, 6 May 2020 09:56:33 +0000 (11:56 +0200)]
vzdump: fix template backup to stdout

redirecting to the saved STDOUT in case of a template backup or a VM
without any disks failed because of the erroneous '=':

Backup of VM 123123 failed - command '/usr/bin/vma create -v -c [...]' failed:
Bad filehandle: =5 at /usr/share/perl/5.28/IPC/Open3.pm line 58.

https://forum.proxmox.com/threads/vzdump-to-stdout.69364

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agocfg2cmd: fix uninitialized value warning on OVMF w/o efidisk
Stefan Reiter [Wed, 6 May 2020 12:17:52 +0000 (14:17 +0200)]
cfg2cmd: fix uninitialized value warning on OVMF w/o efidisk

It's possible to have a VM with OVMF but without an efidisk, so don't
call parse_drive on a potential undef value.

Partial revert of 818c3b8d91 ("cfg2cmd: ovmf: code cleanup")

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
3 years agobump version to 6.1-18
Fabian Grünbichler [Tue, 5 May 2020 09:22:24 +0000 (11:22 +0200)]
bump version to 6.1-18

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agod/control: depend on new libpve-guest-common-perl
Fabian Grünbichler [Tue, 5 May 2020 09:20:07 +0000 (11:20 +0200)]
d/control: depend on new libpve-guest-common-perl

with lock_config_shared

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>