From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlCaO-0006cI-Ko for qemu-devel@nongnu.org; Thu, 23 Apr 2015 04:34:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlCaI-0004nM-Bf for qemu-devel@nongnu.org; Thu, 23 Apr 2015 04:34:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlCaI-0004nF-3k for qemu-devel@nongnu.org; Thu, 23 Apr 2015 04:34:10 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3N8Y96m028220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 23 Apr 2015 04:34:09 -0400 Message-ID: <1429778045.26641.20.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 23 Apr 2015 10:34:05 +0200 In-Reply-To: <5538A22D.7020302@redhat.com> References: <1429521560-2743-1-git-send-email-kraxel@redhat.com> <1429521560-2743-5-git-send-email-kraxel@redhat.com> <55365C33.2090101@redhat.com> <1429628650.21164.24.camel@nilsson.home.kraxel.org> <55381571.4000201@redhat.com> <553817EC.3080608@redhat.com> <1429772550.26641.8.camel@nilsson.home.kraxel.org> <5538A22D.7020302@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/6] [wip] tseg, part1, not (yet) tested List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, mst@redhat.com Hi, > I'll ask Jordan too about the dynamic feature detection, because there's > another big hurdle with it (selecting a LockBox library instance at > runtime, dependent on the presence of SMM). Deciding about SMM support > at build time would make things hugely easier (because that's how > firmware for physical platforms is built as well). piix/q35 falls into the same category I guess. We are just lucky that (a) alot of the chipset-specific initialization is not needed on qemu and (b) we can hide the remaining differences in ovmf-specific modules. cheers, Gerd