On 24.11.2023 11:30, Oleksii Kurochko wrote:
> Signed-off-by: Oleksii Kurochko <[email protected]>
With an empty description it is hard to judge whether this is really needed.
I would sincerely hope we can get away without. Note how there already a few
struct xen_domctl_* forward declarations there, which - if the #include
really needs adding - should be dropped in exchange.
As a nit on the subject - it's only singular (now?) and could hence do with
being more precise on what the specific change is.
Jan
> --- a/xen/include/xen/domain.h
> +++ b/xen/include/xen/domain.h
> @@ -4,6 +4,7 @@
>
> #include <xen/types.h>
>
> +#include <public/domctl.h>
> #include <public/xen.h>
>
> struct guest_area {