On Thu, Apr 23, 2026 at 11:14:38AM +1000, Richard Henderson wrote:
> On 4/21/26 15:21, Aastha Rawat wrote:
> > diff --git a/target/arm/mshv/mshv-all.c b/target/arm/mshv/mshv-all.c
> > new file mode 100644
> > index 0000000000..1c82e2c593
> > --- /dev/null
> > +++ b/target/arm/mshv/mshv-all.c
> > @@ -0,0 +1,54 @@
> > +/*
> > + * QEMU MSHV support
> > + *
> > + * Copyright Microsoft, Corp. 2026
> > + *
> > + * Authors: Aastha Rawat<[email protected]>
> > + *          Anirudh Rayabharam<[email protected]>
> > + *
> > + * SPDX-License-Identifier: GPL-2.0-or-later
> > + */
> > +
> > +#include "system/mshv.h"
> > +#include "system/mshv_int.h"
> 
> #include "qemu/osdep.h"
> 
> is always first, for all .c files.
> 
> 
> r~
>

Thanks, will add the missing #include "qemu/osdep.h" as the first
include. Will be fixed in v4.

Aastha  

Reply via email to