On Thu, Jul 03, 2025 at 07:32:13PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 3 Jul 2025 19:32:13 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v6 07/39] accel/tcg: Remove 'info opcount' and > @x-query-opcount > X-Mailer: git-send-email 2.49.0 > > 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é <phi...@linaro.org> > Acked-by: Dr. David Alan Gilbert <d...@treblig.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > qapi/machine.json | 18 ------------------ > accel/tcg/monitor.c | 21 --------------------- > tests/qtest/qmp-cmd-test.c | 1 - > hmp-commands-info.hx | 14 -------------- > 4 files changed, 54 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>