From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRmas-0007kU-Qi for qemu-devel@nongnu.org; Wed, 01 Jun 2011 10:40:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRmaq-0002Sj-Ud for qemu-devel@nongnu.org; Wed, 01 Jun 2011 10:40:22 -0400 Received: from ms.trustica.cz ([82.208.32.68]:45235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRmaq-0002Rs-9g for qemu-devel@nongnu.org; Wed, 01 Jun 2011 10:40:20 -0400 Message-ID: <4DE64F4F.1010402@assembler.cz> Date: Wed, 01 Jun 2011 16:40:15 +0200 From: Rudolf Marek MIME-Version: 1.0 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> In-Reply-To: <4DE64300.603@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] Graphics card pass-through working with two pass pci-initialization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: KVM list , Jan Kiszka , seabios@seabios.org, Alexander Graf , "qemu-devel@nongnu.org Developers" , Isaku Yamahata , Alex Williamson > 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