
7 Sep
2020
7 Sep
'20
10:09 p.m.
On a Monday in 2020, Michal Privoznik wrote:
When starting a domain, qemuProcessLaunch() iterates over all VIR_PERF_EVENT_* values and (possibly) enables them. While there is nothing wrong with the code, the for loop where its done makes
*it's
it harder to jump onto next block of code.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
Is this trivial enough to be pushed as such?
I don't think so.
src/qemu/qemu_process.c | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano