Re: [PATCH v3 00/13] xen: drop hypercall function tables

2022-03-08 Thread Jan Beulich
On 08.03.2022 14:44, Juergen Gross wrote: > On 08.03.22 14:42, Jan Beulich wrote: >> On 08.03.2022 13:56, Juergen Gross wrote: >>> On 08.03.22 13:50, Jan Beulich wrote: On 08.03.2022 09:39, Juergen Gross wrote: > On 08.03.22 09:34, Jan Beulich wrote: >> On 08.12.2021 16:55, Juergen Gro

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2022-03-08 Thread Juergen Gross
On 08.03.22 14:42, Jan Beulich wrote: On 08.03.2022 13:56, Juergen Gross wrote: On 08.03.22 13:50, Jan Beulich wrote: On 08.03.2022 09:39, Juergen Gross wrote: On 08.03.22 09:34, Jan Beulich wrote: On 08.12.2021 16:55, Juergen Gross wrote: In order to avoid indirect function calls on the hyp

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2022-03-08 Thread Jan Beulich
On 08.03.2022 13:56, Juergen Gross wrote: > On 08.03.22 13:50, Jan Beulich wrote: >> On 08.03.2022 09:39, Juergen Gross wrote: >>> On 08.03.22 09:34, Jan Beulich wrote: On 08.12.2021 16:55, Juergen Gross wrote: > In order to avoid indirect function calls on the hypercall path as > much

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2022-03-08 Thread Juergen Gross
On 08.03.22 13:50, Jan Beulich wrote: On 08.03.2022 09:39, Juergen Gross wrote: On 08.03.22 09:34, Jan Beulich wrote: On 08.12.2021 16:55, Juergen Gross wrote: In order to avoid indirect function calls on the hypercall path as much as possible this series is removing the hypercall function tab

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2022-03-08 Thread Jan Beulich
On 08.03.2022 09:39, Juergen Gross wrote: > On 08.03.22 09:34, Jan Beulich wrote: >> On 08.12.2021 16:55, Juergen Gross wrote: >>> In order to avoid indirect function calls on the hypercall path as >>> much as possible this series is removing the hypercall function tables >>> and is replacing the h

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2022-03-08 Thread Juergen Gross
On 08.03.22 09:50, Jan Beulich wrote: On 08.03.2022 09:39, Juergen Gross wrote: On 08.03.22 09:34, Jan Beulich wrote: On 08.12.2021 16:55, Juergen Gross wrote: In order to avoid indirect function calls on the hypercall path as much as possible this series is removing the hypercall function tab

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2022-03-08 Thread Jan Beulich
On 08.03.2022 09:39, Juergen Gross wrote: > On 08.03.22 09:34, Jan Beulich wrote: >> On 08.12.2021 16:55, Juergen Gross wrote: >>> In order to avoid indirect function calls on the hypercall path as >>> much as possible this series is removing the hypercall function tables >>> and is replacing the h

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2022-03-08 Thread Juergen Gross
On 08.03.22 09:34, Jan Beulich wrote: On 08.12.2021 16:55, Juergen Gross wrote: In order to avoid indirect function calls on the hypercall path as much as possible this series is removing the hypercall function tables and is replacing the hypercall handler calls via the function array by automat

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2022-03-08 Thread Jan Beulich
On 08.12.2021 16:55, Juergen Gross wrote: > In order to avoid indirect function calls on the hypercall path as > much as possible this series is removing the hypercall function tables > and is replacing the hypercall handler calls via the function array > by automatically generated call macros. >

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2021-12-13 Thread Juergen Gross
On 13.12.21 11:35, Jan Beulich wrote: On 09.12.2021 10:10, Juergen Gross wrote: On 09.12.21 10:05, Jan Beulich wrote: On 08.12.2021 16:55, Juergen Gross wrote: In order to avoid indirect function calls on the hypercall path as much as possible this series is removing the hypercall function tab

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2021-12-13 Thread Jan Beulich
On 09.12.2021 10:10, Juergen Gross wrote: > On 09.12.21 10:05, Jan Beulich wrote: >> On 08.12.2021 16:55, Juergen Gross wrote: >>> In order to avoid indirect function calls on the hypercall path as >>> much as possible this series is removing the hypercall function tables >>> and is replacing the h

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2021-12-09 Thread Juergen Gross
On 09.12.21 10:05, Jan Beulich wrote: On 08.12.2021 16:55, Juergen Gross wrote: In order to avoid indirect function calls on the hypercall path as much as possible this series is removing the hypercall function tables and is replacing the hypercall handler calls via the function array by automat

Re: [PATCH v3 00/13] xen: drop hypercall function tables

2021-12-09 Thread Jan Beulich
On 08.12.2021 16:55, Juergen Gross wrote: > In order to avoid indirect function calls on the hypercall path as > much as possible this series is removing the hypercall function tables > and is replacing the hypercall handler calls via the function array > by automatically generated call macros. >