Hi Harsh, On Fri, 2026-05-08 at 22:54 +0530, Harsh Prateek Bora wrote: > > + /* Skip quiesced CPUs */ > > + if (c->env.quiesced) continue; > > Qemu coding style suggests having braces even for single statements > within an if block. > Please refer Block structure in docs/devel/style.rst.
Ill fix it and send a v2. Thanks. ~Shivang.
