Re: [PATCH 2/4] xen: Port linkage.h from kernel code

2022-08-17 Thread Jan Beulich
On 17.08.2022 10:56, Jane Malalane wrote: > On 16/08/2022 14:06, Jan Beulich wrote: >> On 16.08.2022 12:16, Jane Malalane wrote: >>> On 05/08/2022 10:24, Jan Beulich wrote: On 04.08.2022 17:04, Jane Malalane wrote: > Suggested-by: Andrew Cooper > Signed-off-by: Jane Malalane >>>

Re: [PATCH 2/4] xen: Port linkage.h from kernel code

2022-08-17 Thread Jane Malalane
On 16/08/2022 14:06, Jan Beulich wrote: > On 16.08.2022 12:16, Jane Malalane wrote: >> On 05/08/2022 10:24, Jan Beulich wrote: >>> On 04.08.2022 17:04, Jane Malalane wrote: Suggested-by: Andrew Cooper Signed-off-by: Jane Malalane >>> >>> In the title you say "port", but then you don't s

Re: [PATCH 2/4] xen: Port linkage.h from kernel code

2022-08-16 Thread Jan Beulich
On 16.08.2022 12:16, Jane Malalane wrote: > On 05/08/2022 10:24, Jan Beulich wrote: >> On 04.08.2022 17:04, Jane Malalane wrote: >>> Suggested-by: Andrew Cooper >>> Signed-off-by: Jane Malalane >> >> In the title you say "port", but then you don't say what customization >> you've done beyond the

Re: [PATCH 2/4] xen: Port linkage.h from kernel code

2022-08-16 Thread Jane Malalane
On 05/08/2022 10:24, Jan Beulich wrote: > On 04.08.2022 17:04, Jane Malalane wrote: >> Suggested-by: Andrew Cooper >> Signed-off-by: Jane Malalane > > In the title you say "port", but then you don't say what customization > you've done beyond the obvious adjustment of inclusion guard and > adjus

Re: [PATCH 2/4] xen: Port linkage.h from kernel code

2022-08-05 Thread Jan Beulich
On 04.08.2022 17:04, Jane Malalane wrote: > Suggested-by: Andrew Cooper > Signed-off-by: Jane Malalane In the title you say "port", but then you don't say what customization you've done beyond the obvious adjustment of inclusion guard and adjustment (actually removal) of #include-s. How much cus

[PATCH 2/4] xen: Port linkage.h from kernel code

2022-08-04 Thread Jane Malalane
Suggested-by: Andrew Cooper Signed-off-by: Jane Malalane --- CC: Andrew Cooper CC: George Dunlap CC: Jan Beulich CC: Julien Grall CC: Stefano Stabellini CC: Wei Liu --- xen/include/xen/linkage.h | 260 ++ 1 file changed, 260 insertions(+) create