diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-03 11:42:43 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-04 12:07:59 +0200 |
| commit | a8e49597d486123a62375eda6dbc939fffbfd31d (patch) | |
| tree | ada7e3d5f314f768e1960f40a3436c07000c7786 /tests/qtest/qmp-cmd-test.c | |
| parent | 06810394fdc013037811e317501902ed6ab9c276 (diff) | |
| download | focaccia-qemu-a8e49597d486123a62375eda6dbc939fffbfd31d.tar.gz focaccia-qemu-a8e49597d486123a62375eda6dbc939fffbfd31d.zip | |
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>
Diffstat (limited to 'tests/qtest/qmp-cmd-test.c')
| -rw-r--r-- | tests/qtest/qmp-cmd-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qtest/qmp-cmd-test.c b/tests/qtest/qmp-cmd-test.c index 040d042810..cf71876186 100644 --- a/tests/qtest/qmp-cmd-test.c +++ b/tests/qtest/qmp-cmd-test.c @@ -51,7 +51,6 @@ static int query_error_class(const char *cmd) { "x-query-usb", ERROR_CLASS_GENERIC_ERROR }, /* Only valid with accel=tcg */ { "x-query-jit", ERROR_CLASS_GENERIC_ERROR }, - { "x-query-opcount", ERROR_CLASS_GENERIC_ERROR }, { "xen-event-list", ERROR_CLASS_GENERIC_ERROR }, { NULL, -1 } }; |