Re: [XEN PATCH 4/7] x86/grant: switch included header to make declarations visible

2023-10-03 Thread Stefano Stabellini
On Tue, 3 Oct 2023, Nicola Vetrini wrote: > On 03/10/2023 00:42, Stefano Stabellini wrote: > > On Mon, 2 Oct 2023, Nicola Vetrini wrote: > > > The declarations for {create,replace}_grant_p2m_mapping are > > > not visible when these functions are defined, therefore the right > > > header needs to be

Re: [XEN PATCH 4/7] x86/grant: switch included header to make declarations visible

2023-10-03 Thread Nicola Vetrini
On 03/10/2023 00:42, Stefano Stabellini wrote: On Mon, 2 Oct 2023, Nicola Vetrini wrote: The declarations for {create,replace}_grant_p2m_mapping are not visible when these functions are defined, therefore the right header needs to be included to allow them to be visible. Signed-off-by: Nicola V

Re: [XEN PATCH 4/7] x86/grant: switch included header to make declarations visible

2023-10-02 Thread Stefano Stabellini
On Mon, 2 Oct 2023, Nicola Vetrini wrote: > The declarations for {create,replace}_grant_p2m_mapping are > not visible when these functions are defined, therefore the right > header needs to be included to allow them to be visible. > > Signed-off-by: Nicola Vetrini > --- > xen/arch/x86/hvm/grant_

[XEN PATCH 4/7] x86/grant: switch included header to make declarations visible

2023-10-02 Thread Nicola Vetrini
The declarations for {create,replace}_grant_p2m_mapping are not visible when these functions are defined, therefore the right header needs to be included to allow them to be visible. Signed-off-by: Nicola Vetrini --- xen/arch/x86/hvm/grant_table.c | 3 +-- xen/arch/x86/include/asm/hv