From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFnfD-0003Zy-OK for qemu-devel@nongnu.org; Tue, 18 Feb 2014 11:37:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFnf7-0006u2-I6 for qemu-devel@nongnu.org; Tue, 18 Feb 2014 11:36:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFnf7-0006tt-9o for qemu-devel@nongnu.org; Tue, 18 Feb 2014 11:36:49 -0500 Date: Tue, 18 Feb 2014 17:36:44 +0100 From: Igor Mammedov Message-ID: <20140218173644.78ecd8c1@nial.usersys.redhat.com> In-Reply-To: <1392625955.26953.12.camel@nilsson.home.kraxel.org> References: <1391777496-3882-1-git-send-email-imammedo@redhat.com> <20140216155345.GH30056@redhat.com> <1392625955.26953.12.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 0/9] generate dynamic _CRS for motherboard resources List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws, "Michael S. Tsirkin" On Mon, 17 Feb 2014 09:32:35 +0100 Gerd Hoffmann wrote: > On So, 2014-02-16 at 17:53 +0200, Michael S. Tsirkin wrote: > > On Fri, Feb 07, 2014 at 01:51:27PM +0100, Igor Mammedov wrote: > > > Since introduction of PCIHP, it became problematic to > > > punch hole in PCI0._CRS statically since PCI hotplug > > > region size became runtime changeable. > > > > What makes it runtime changeable? > > machine type. q35 / piix map them at different locations. > > Also we might want to this also for devices which are > runtime-configurable (isa-debugcon, pvpanic, ...). I'd convert simple devices that conditionally enabled at startup time, from static definition + patching into completely dynamically generated when device present. For example pvpanic falls in to this category. That would result in smaller ACPI tables guest has to deal with. > > cheers, > Gerd > >