Re: [PATCH v2 00/17] xen: support per-cpupool scheduling granularity

2020-12-07 Thread Jan Beulich
On 05.12.2020 00:53, Andrew Cooper wrote: > Weirdly, there is a second diagnostic showing up which appears to be > unrelated and non-fatal, but a concerning non-the-less > > mem_access.c: In function 'p2m_mem_access_check': > mem_access.c:227:6: note: parameter passing for argument of type 'const

Re: [PATCH v2 00/17] xen: support per-cpupool scheduling granularity

2020-12-04 Thread Jürgen Groß
On 05.12.20 00:53, Andrew Cooper wrote: On 01/12/2020 08:21, Juergen Gross wrote: Support scheduling granularity per cpupool. Setting the granularity is done via hypfs, which needed to gain dynamical entries for that purpose. Apart from the hypfs related additional functionality the main change

Re: [PATCH v2 00/17] xen: support per-cpupool scheduling granularity

2020-12-04 Thread Andrew Cooper
On 01/12/2020 08:21, Juergen Gross wrote: > Support scheduling granularity per cpupool. Setting the granularity is > done via hypfs, which needed to gain dynamical entries for that > purpose. > > Apart from the hypfs related additional functionality the main change > for cpupools was the support fo

[PATCH v2 00/17] xen: support per-cpupool scheduling granularity

2020-12-01 Thread Juergen Gross
Support scheduling granularity per cpupool. Setting the granularity is done via hypfs, which needed to gain dynamical entries for that purpose. Apart from the hypfs related additional functionality the main change for cpupools was the support for moving a domain to a new granularity, as this requi