From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRiYJ-0004Yr-D9 for qemu-devel@nongnu.org; Wed, 01 Jun 2011 06:21:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRiYG-00058b-Oe for qemu-devel@nongnu.org; Wed, 01 Jun 2011 06:21:27 -0400 Received: from ms.trustica.cz ([82.208.32.68]:59549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRiYG-00055g-9z for qemu-devel@nongnu.org; Wed, 01 Jun 2011 06:21:24 -0400 Message-ID: <4DE61289.6000505@assembler.cz> Date: Wed, 01 Jun 2011 12:20:57 +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> In-Reply-To: <08A969ED-DDE7-48A0-AFED-283239FFF5CE@suse.de> 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: Alexander Graf Cc: KVM list , Jan Kiszka , seabios@seabios.org, "qemu-devel@nongnu.org Developers" , Isaku Yamahata , Alex Williamson , Gerd Hoffmann Sorry I forgot to include all addresses. > I don't know how much work it would be to generate the DSDT dynamically from > Qemu, but IMHO that's the sanest way to make things flexible. We could > probably even extract most information from the Qdev tree. Well I have written for coreboot a ACPI bytecode generator (check acpigen.c). Maybe moving to SeaBIOS+Coreboot would make sense? It has the PCI resource allocator and all already done. Thanks, Rudolf