All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] monitor: disable "info kvm" if !KVM
@ 2026-01-05  3:43 Bin Guo
  2026-01-05 10:37 ` Daniel P. Berrangé
  0 siblings, 1 reply; 7+ messages in thread
From: Bin Guo @ 2026-01-05  3:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, berrange, philmd

Signed-off-by: Bin Guo <guobin@linux.alibaba.com>
---
 hmp-commands-info.hx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx
index 41674dcbe1..1927649493 100644
--- a/hmp-commands-info.hx
+++ b/hmp-commands-info.hx
@@ -294,6 +294,7 @@ SRST
     being coalesced.
 ERST
 
+#if defined(CONFIG_KVM)
     {
         .name       = "kvm",
         .args_type  = "",
@@ -301,6 +302,7 @@ ERST
         .help       = "show KVM information",
         .cmd        = hmp_info_kvm,
     },
+#endif
 
 SRST
   ``info kvm``
-- 
2.50.1 (Apple Git-155)



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-01-08 11:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-05  3:43 [PATCH] monitor: disable "info kvm" if !KVM Bin Guo
2026-01-05 10:37 ` Daniel P. Berrangé
2026-01-07  9:40   ` Bin Guo
2026-01-08  7:57     ` Markus Armbruster
2026-01-08  9:46       ` Daniel P. Berrangé
2026-01-08 11:35         ` Markus Armbruster
2026-01-08 11:38           ` Daniel P. Berrangé

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.