From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPaFe-00066H-Te for qemu-devel@nongnu.org; Mon, 17 Mar 2014 12:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPaFX-0006KO-Of for qemu-devel@nongnu.org; Mon, 17 Mar 2014 12:18:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPaFX-0006KH-H6 for qemu-devel@nongnu.org; Mon, 17 Mar 2014 12:18:51 -0400 Date: Mon, 17 Mar 2014 18:18:53 +0200 From: "Michael S. Tsirkin" Message-ID: <20140317161853.GB4785@redhat.com> References: <1395072317-15679-1-git-send-email-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1395072317-15679-1-git-send-email-lersek@redhat.com> Subject: Re: [Qemu-devel] [for-2.1 PATCH v2 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: Laszlo Ersek Cc: imammedo@redhat.com, qemu-devel@nongnu.org, ehabkost@redhat.com, afaerber@suse.de On Mon, Mar 17, 2014 at 05:05:15PM +0100, Laszlo Ersek wrote: > New in v2: > - simplify patch 2/2 by keeping the "acpi_cpus" local variable, only > fixing up its type, and changing its initialization. Applied, thanks! > 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 v1 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 | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) > > -- > 1.8.3.1