Re: [Xen-devel] [PATCH 03/10] pvh: Set online VCPU map to avail_vcpus

2016-11-07 Thread Boris Ostrovsky
On 11/07/2016 10:36 AM, Konrad Rzeszutek Wilk wrote: > On Sun, Nov 06, 2016 at 04:42:36PM -0500, Boris Ostrovsky wrote: >> ACPI builder marks VCPUS set in vcpu_online map as enabled in MADT. >> With ACPI-based CPU hotplug we only want VCPUs that are started by >> the guest to be marked as such. Rem

Re: [Xen-devel] [PATCH 03/10] pvh: Set online VCPU map to avail_vcpus

2016-11-07 Thread Konrad Rzeszutek Wilk
On Sun, Nov 06, 2016 at 04:42:36PM -0500, Boris Ostrovsky wrote: > ACPI builder marks VCPUS set in vcpu_online map as enabled in MADT. > With ACPI-based CPU hotplug we only want VCPUs that are started by > the guest to be marked as such. Remaining VCPUs will be set to Oh, so this is a bug then? We

[Xen-devel] [PATCH 03/10] pvh: Set online VCPU map to avail_vcpus

2016-11-06 Thread Boris Ostrovsky
ACPI builder marks VCPUS set in vcpu_online map as enabled in MADT. With ACPI-based CPU hotplug we only want VCPUs that are started by the guest to be marked as such. Remaining VCPUs will be set to "enable" by ACPI code during hotplug. Signed-off-by: Boris Ostrovsky --- tools/libxl/libxl_x86_acp