mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 00:36:52 +00:00
![]() Previously, foreach_drive iterated over all configuration keys (in a random order) and checked whether the current key is a valid drive name. Instead, we now iterate over a list of valid drive names (with deterministic order) and check whether a drive with such a name exists in the configuration. Also rename the two involved methods from valid_drive_name to is_valid_drive_name (for the check) and from disknames to valid_drive_names (for the list of valid keys), for consistency. These two were only used in the qemu-server code base. |
||
---|---|---|
PVE | ||
.gitignore | ||
changelog.Debian | ||
control.in | ||
copyright | ||
gen-vmconf-pod.pl | ||
Makefile | ||
modules-load.conf | ||
pcitest.pl | ||
pve-bridge | ||
pve-bridge-hotplug | ||
pve-bridgedown | ||
pve-q35.cfg | ||
pve-usb.cfg | ||
qm | ||
qmextract | ||
qmrestore | ||
sparsecp.c | ||
triggers | ||
utils.c | ||
vmtar.c |