From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rudolf Marek Subject: Re: [SeaBIOS] Graphics card pass-through working with two pass pci-initialization Date: Wed, 01 Jun 2011 16:40:15 +0200 Message-ID: <4DE64F4F.1010402@assembler.cz> References: <20110525023406.GG8517@valinux.co.jp> <20110525043353.GH8517@valinux.co.jp> <4DDCC7A5.60706@redhat.com> <4DDCF9ED.5050208@redhat.com> <4DDDDA8D.6080807@web.de> <4DDDF62C.2010603@redhat.com> <4DDF3768.5010002@web.de> <4DDF867A.9040700@siemens.com> <4DDFFE1E.1060900@web.de> <4DE3486F.10502@redhat.com> <20110531022922.GB10673@valinux.co.jp> <4DE5EA84.7040400@redhat.com> <08A969ED-DDE7-48A0-AFED-283239FFF5CE@suse.de> <4DE61289.6000505@assembler.cz> <4DE64300.603@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexander Graf , KVM list , Jan Kiszka , seabios@seabios.org, "qemu-devel@nongnu.org Developers" , Isaku Yamahata , Alex Williamson To: Gerd Hoffmann Return-path: Received: from ms.trustica.cz ([82.208.32.68]:53342 "EHLO ms.trustica.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756856Ab1FAOkT (ORCPT ); Wed, 1 Jun 2011 10:40:19 -0400 In-Reply-To: <4DE64300.603@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: > Having a brief look at the coreboot code it seems static stuff (compiled by > iasl) and dynamic bits are combined into the final dsdt table, is that correct? Yes the dsdt is static, it has just external references to ssdt which is dynamically generated using the acpigen. Acpigen can generate the packages, names and sometimes even bits of methods. Thanks Rudolf