Re: [PATCH] public: xen: Define missing guest handle for int32_t

2024-04-26 Thread Stefano Stabellini
On Fri, 26 Apr 2024, Jan Beulich wrote: > On 26.04.2024 00:39, Stefano Stabellini wrote: > > On Mon, 22 Apr 2024, Julien Grall wrote: > >> Hi Stefano, > >> > >> On 17/04/2024 19:49, Stefano Stabellini wrote: > >>> On Wed, 17 Apr 2024, Julien Grall wrote: > Hi Michal, > > On

Re: [PATCH] public: xen: Define missing guest handle for int32_t

2024-04-26 Thread Jan Beulich
On 26.04.2024 00:39, Stefano Stabellini wrote: > On Mon, 22 Apr 2024, Julien Grall wrote: >> Hi Stefano, >> >> On 17/04/2024 19:49, Stefano Stabellini wrote: >>> On Wed, 17 Apr 2024, Julien Grall wrote: Hi Michal, On 17/04/2024 13:14, Michal Orzel wrote: > Commit afab29d0882f

Re: [PATCH] public: xen: Define missing guest handle for int32_t

2024-04-25 Thread Stefano Stabellini
On Mon, 22 Apr 2024, Julien Grall wrote: > Hi Stefano, > > On 17/04/2024 19:49, Stefano Stabellini wrote: > > On Wed, 17 Apr 2024, Julien Grall wrote: > > > Hi Michal, > > > > > > On 17/04/2024 13:14, Michal Orzel wrote: > > > > Commit afab29d0882f ("public: s/int/int32_t") replaced int with

Re: [PATCH] public: xen: Define missing guest handle for int32_t

2024-04-22 Thread Julien Grall
Hi Stefano, On 17/04/2024 19:49, Stefano Stabellini wrote: On Wed, 17 Apr 2024, Julien Grall wrote: Hi Michal, On 17/04/2024 13:14, Michal Orzel wrote: Commit afab29d0882f ("public: s/int/int32_t") replaced int with int32_t in XEN_GUEST_HANDLE() in memory.h but there is no guest handle

Re: [PATCH] public: xen: Define missing guest handle for int32_t

2024-04-18 Thread Michal Orzel
Hi Jan, On 18/04/2024 09:26, Jan Beulich wrote: > > > On 17.04.2024 14:14, Michal Orzel wrote: >> Commit afab29d0882f ("public: s/int/int32_t") replaced int with int32_t >> in XEN_GUEST_HANDLE() in memory.h but there is no guest handle defined >> for it. This results in a build failure. Example

Re: [PATCH] public: xen: Define missing guest handle for int32_t

2024-04-18 Thread Jan Beulich
On 17.04.2024 14:14, Michal Orzel wrote: > Commit afab29d0882f ("public: s/int/int32_t") replaced int with int32_t > in XEN_GUEST_HANDLE() in memory.h but there is no guest handle defined > for it. This results in a build failure. Example on Arm: > > ./include/public/arch-arm.h:205:41: error:

Re: [PATCH] public: xen: Define missing guest handle for int32_t

2024-04-17 Thread Stefano Stabellini
On Wed, 17 Apr 2024, Julien Grall wrote: > Hi Michal, > > On 17/04/2024 13:14, Michal Orzel wrote: > > Commit afab29d0882f ("public: s/int/int32_t") replaced int with int32_t > > in XEN_GUEST_HANDLE() in memory.h but there is no guest handle defined > > for it. This results in a build failure.

Re: [PATCH] public: xen: Define missing guest handle for int32_t

2024-04-17 Thread Julien Grall
Hi Michal, On 17/04/2024 13:14, Michal Orzel wrote: Commit afab29d0882f ("public: s/int/int32_t") replaced int with int32_t in XEN_GUEST_HANDLE() in memory.h but there is no guest handle defined for it. This results in a build failure. Example on Arm: ./include/public/arch-arm.h:205:41: error:

Re: [PATCH] public: xen: Define missing guest handle for int32_t

2024-04-17 Thread Luca Fancellu
Hi Michal, > On 17 Apr 2024, at 13:14, Michal Orzel wrote: > > Commit afab29d0882f ("public: s/int/int32_t") replaced int with int32_t > in XEN_GUEST_HANDLE() in memory.h but there is no guest handle defined > for it. This results in a build failure. Example on Arm: > >

[PATCH] public: xen: Define missing guest handle for int32_t

2024-04-17 Thread Michal Orzel
Commit afab29d0882f ("public: s/int/int32_t") replaced int with int32_t in XEN_GUEST_HANDLE() in memory.h but there is no guest handle defined for it. This results in a build failure. Example on Arm: ./include/public/arch-arm.h:205:41: error: unknown type name ‘__guest_handle_64_int32_t’ 205 |