From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] bios: Makefile ACPI DSDT generation Date: Thu, 19 Jun 2008 02:02:05 -0300 Message-ID: <20080619050205.GB6842@dmt.cnet> References: <1213846162.17626.15.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Alex Williamson , Glauber de Oliveira Costa Return-path: Received: from mx1.redhat.com ([66.187.233.31]:52673 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751185AbYFSFCb (ORCPT ); Thu, 19 Jun 2008 01:02:31 -0400 Content-Disposition: inline In-Reply-To: <1213846162.17626.15.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jun 18, 2008 at 09:29:22PM -0600, Alex Williamson wrote: > Hi Avi, > > This builds on your preprocessor work for cleaning up the DSDT and makes > it trivially easy to change the CPU and PCI hotplug slot count. I'm > thinking about splitting a few SSDTs out of the monolithic DSDT, and > generating some of the code at compile time should make that easier. > This generates the same ASL after the preprocessor as current code. > BTW, isn't \_PR.PRU & \_PR.PRD too small for hotplug'ing more than 8 > CPUs? Yes, it is. Would be nice if you could enhance that (also needs changes in qemu/hw/acpi.c).