]> git.proxmox.com Git - mirror_qemu.git/commit
monitor: move x-query-profile into accel/tcg to fix build
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 5 Jan 2022 13:49:57 +0000 (13:49 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 18 Jan 2022 16:42:42 +0000 (16:42 +0000)
commit92e28c03d6162d55b40f7052962067c021c90e7d
tree912a21b0f1d2023f532cc10902e6ffb9dfb10c07
parent33973e1e1f88b7588fe9629645e279ff2c6ca1c4
monitor: move x-query-profile into accel/tcg to fix build

As --enable-profiler isn't defended in CI we missed this breakage.
Move the qmp handler into accel/tcg so we have access to the helpers
we need. While we are at it ensure we gate the feature on CONFIG_TCG.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Reported-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fixes: 37087fde0e ("qapi: introduce x-query-profile QMP command")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/773
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220105135009.1584676-23-alex.bennee@linaro.org>
accel/tcg/cpu-exec.c
hmp-commands-info.hx
monitor/qmp-cmds.c
qapi/machine.json