Re: [PATCH for-4.19] libxl: fix population of the online vCPU bitmap for PVH

2024-05-14 Thread Oleksii K.
On Fri, 2024-05-10 at 16:20 +0100, Andrew Cooper wrote: > On 10/05/2024 1:49 pm, Roger Pau Monne wrote: > > libxl passes some information to libacpi to create the ACPI table > > for a PVH > > guest, and among that information it's a bitmap of which vCPUs are > > online > > which can be less than

Re: [PATCH for-4.19] libxl: fix population of the online vCPU bitmap for PVH

2024-05-10 Thread Andrew Cooper
On 10/05/2024 1:49 pm, Roger Pau Monne wrote: > libxl passes some information to libacpi to create the ACPI table for a PVH > guest, and among that information it's a bitmap of which vCPUs are online > which can be less than the maximum number of vCPUs assigned to the domain. > > While the

Re: [PATCH for-4.19] libxl: fix population of the online vCPU bitmap for PVH

2024-05-10 Thread Leigh Brown
Hi Roger, Thanks for responding and fixing this so quickly. On 2024-05-10 13:49, Roger Pau Monne wrote: libxl passes some information to libacpi to create the ACPI table for a PVH guest, and among that information it's a bitmap of which vCPUs are online which can be less than the maximum

[PATCH for-4.19] libxl: fix population of the online vCPU bitmap for PVH

2024-05-10 Thread Roger Pau Monne
libxl passes some information to libacpi to create the ACPI table for a PVH guest, and among that information it's a bitmap of which vCPUs are online which can be less than the maximum number of vCPUs assigned to the domain. While the population of the bitmap is done correctly for HVM based on