From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH qemu-server 1/2] config: fix ballon typo on docstring and comments
Date: Thu, 5 Feb 2026 13:52:06 +0100 [thread overview]
Message-ID: <20260205125208.311721-2-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20260205125208.311721-1-m.sandoval@proxmox.com>
>From Cambridge Dictionary:
- ballon. noun. a large, round glass, usually used for drinking
brandy.
>From Collins Dictionary:
- ballon. noun. British english. dancing
- ballon. noun. British english. small bale or bundle
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/PVE/QemuServer.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/PVE/QemuServer.pm b/src/PVE/QemuServer.pm
index dae72c40..08cb6b98 100644
--- a/src/PVE/QemuServer.pm
+++ b/src/PVE/QemuServer.pm
@@ -315,7 +315,7 @@ my $confdesc = {
optional => 1,
type => 'integer',
description =>
- "Amount of target RAM for the VM in MiB. Using zero disables the ballon driver.",
+ "Amount of target RAM for the VM in MiB. Using zero disables the balloon driver.",
minimum => 0,
},
shares => {
@@ -2711,7 +2711,7 @@ sub vmstatus {
$qmpclient->queue_cmd($qmp_peer, $blockstatscb, 'query-blockstats');
$qmpclient->queue_cmd($qmp_peer, $machinecb, 'query-machines');
$qmpclient->queue_cmd($qmp_peer, $versioncb, 'query-version');
- # this fails if ballon driver is not loaded, so this must be
+ # this fails if balloon driver is not loaded, so this must be
# the last command (following command are aborted if this fails).
$qmpclient->queue_cmd($qmp_peer, $ballooncb, 'query-balloon');
@@ -4759,7 +4759,7 @@ sub vmconfig_hotplug_pending {
die "skip\n" if !$hotplug_features->{cpu};
qemu_cpu_hotplug($vmid, $conf, $value);
} elsif ($opt eq 'balloon') {
- # enable/disable balloning device is not hotpluggable
+ # enable/disable ballooning device is not hotpluggable
my $old_balloon_enabled = !!(!defined($conf->{balloon}) || $conf->{balloon});
my $new_balloon_enabled =
!!(!defined($conf->{pending}->{balloon}) || $conf->{pending}->{balloon});
--
2.47.3
next prev parent reply other threads:[~2026-02-05 12:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-05 12:52 [PATCH qemu-server 0/2] config: document default balloon behavior Maximiliano Sandoval
2026-02-05 12:52 ` Maximiliano Sandoval [this message]
2026-02-05 12:52 ` [PATCH qemu-server 2/2] " Maximiliano Sandoval
2026-02-05 12:54 ` Maximiliano Sandoval
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260205125208.311721-2-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.