From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] applied: [PATCH qemu-server] query machine capabilities: remove left-over debug print
Date: Tue, 9 Dec 2025 10:55:05 +0100 [thread overview]
Message-ID: <20251209095512.24062-1-f.ebner@proxmox.com> (raw)
This is a left-over debug print that was accidentally committed.
Fixes: c1934a5d ("query machine capabilities: only query features of matching CPU vendor")
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
src/query-machine-capabilities/query-machine-capabilities.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/query-machine-capabilities/query-machine-capabilities.c b/src/query-machine-capabilities/query-machine-capabilities.c
index 07b184ac..dd7ead47 100644
--- a/src/query-machine-capabilities/query-machine-capabilities.c
+++ b/src/query-machine-capabilities/query-machine-capabilities.c
@@ -137,7 +137,6 @@ int main() {
char vendor[13];
cpu_vendor(vendor);
- printf("%s\n", vendor);
int ret = fprintf(file, "{");
if (ret < 0) {
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
reply other threads:[~2025-12-09 9:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20251209095512.24062-1-f.ebner@proxmox.com \
--to=f.ebner@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.