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

2021-12-15 Thread Mark Cave-Ayland
On 15/12/2021 14:04, 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 Bennée Suggested-by: Daniel

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

2021-12-15 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

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

2021-12-15 Thread Philippe Mathieu-Daudé
On 12/15/21 15:04, 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 Bennée > Suggested-by: