all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] applied: [PATCH qemu-server] query machine capabilities: remove left-over debug print
@ 2025-12-09  9:55 Fiona Ebner
  0 siblings, 0 replies; only message in thread
From: Fiona Ebner @ 2025-12-09  9:55 UTC (permalink / raw)
  To: pve-devel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-09  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-09  9:55 [pve-devel] applied: [PATCH qemu-server] query machine capabilities: remove left-over debug print Fiona Ebner

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal