From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOaVN-0004q9-6M for qemu-devel@nongnu.org; Fri, 14 Mar 2014 18:23:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOaVG-0008MP-E0 for qemu-devel@nongnu.org; Fri, 14 Mar 2014 18:23:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOaVG-0008MC-6B for qemu-devel@nongnu.org; Fri, 14 Mar 2014 18:22:58 -0400 From: Laszlo Ersek Date: Fri, 14 Mar 2014 23:22:50 +0100 Message-Id: <1394835772-32194-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH for-2.1 0/2] i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, afaerber@suse.de, ehabkost@redhat.com, imammedo@redhat.com, mst@redhat.com The current SSDT generator doesn't support hotplug of the VCPU with APIC ID 0xFF; supply that functionality. The series depends on Eduardo's [Qemu-devel] [PATCH v4 0/7] pc: Ensure APIC ID limits before aborting or corrupting memory Regression tested with 4 VCPUs. Iasl disassembly of the SSDT remains identical (modulo length / checksum). Laszlo Ersek (2): i386/acpi-build: allow more than 255 elements in CPON i386/acpi-build: support hotplug of VCPU with APIC ID 0xFF hw/i386/acpi-build.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) -- 1.8.3.1