]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Remove 'info opcount' and @x-query-opcount
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 3 Jul 2025 09:42:43 +0000 (11:42 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 4 Jul 2025 10:07:59 +0000 (12:07 +0200)
commita8e49597d486123a62375eda6dbc939fffbfd31d
treeada7e3d5f314f768e1960f40a3436c07000c7786
parent06810394fdc013037811e317501902ed6ab9c276
accel/tcg: Remove 'info opcount' and @x-query-opcount

Since commit 1b65b4f54c7 ("accel/tcg: remove CONFIG_PROFILER",
released with QEMU v8.1.0) we get pointless output:

  (qemu) info opcount
  [TCG profiler not compiled]

Remove that unstable and unuseful command.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Dr. David Alan Gilbert <dave@treblig.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20250703173248.44995-8-philmd@linaro.org>
accel/tcg/monitor.c
hmp-commands-info.hx
qapi/machine.json
tests/qtest/qmp-cmd-test.c