Re: [PATCH] monitor: move x-query-profile into accel/tcg to fix build

2021-12-14 Thread Daniel P . Berrangé
On Tue, Dec 14, 2021 at 06:22:07PM +, Alex Bennée wrote: > 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 B

[PATCH] monitor: move x-query-profile into accel/tcg to fix build

2021-12-14 Thread Alex Bennée
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 Suggested-by: Daniel P. Berrangé Reported-by: Mark Cave-Ayland