Re: [PATCH v3 06/10] trace: remove code that depends on setting vcpu

2023-05-23 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 5/5/23 17:53, Alex Bennée wrote: >> --- a/trace/trace-hmp-cmds.c >> +++ b/trace/trace-hmp-cmds.c >> @@ -37,16 +37,9 @@ void hmp_trace_event(Monitor *mon, const QDict *qdict) >> { >> const char *tp_name = qdict_get_str(qdict, "name"); >> bool ne

Re: [PATCH v3 06/10] trace: remove code that depends on setting vcpu

2023-05-10 Thread Philippe Mathieu-Daudé
On 5/5/23 17:53, Alex Bennée wrote: Now we no longer have any events that are for vcpus we can start excising the code from the trace control. As the vcpu parameter is encoded as part of QMP we just stub out the has_vcpu/vcpu parameters rather than alter the API. Message-Id: <20230420150009.1675

[PATCH v3 06/10] trace: remove code that depends on setting vcpu

2023-05-05 Thread Alex Bennée
Now we no longer have any events that are for vcpus we can start excising the code from the trace control. As the vcpu parameter is encoded as part of QMP we just stub out the has_vcpu/vcpu parameters rather than alter the API. Message-Id: <20230420150009.1675181-7-alex.ben...@linaro.org> Reviewed