From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5EBE721954060 for ; Wed, 19 Apr 2017 09:07:06 -0700 (PDT) Received: by mail-it0-x243.google.com with SMTP id 193so4081734itm.1 for ; Wed, 19 Apr 2017 09:07:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=PVD/fe8ap+tUlt3NCYrOuHEfBsowQts0ZfjI6VuQ6Eo=; b=kKphb2BboqoEpfsZky45YIBmcR2ypqbckbsZztxapA96s4Hk0kK/Lpj/HHyTWqRGnl D0zDCyF+vhFw0ygb7h0l6o9ba6ubcdV8RBMAbeO81RDYYB59pSi62XGbeE2kyQuVhIw6 u78HAaGVnfkLa7tZNqzifUQqM01Vky2Yvh1t0rdVqa3+Rbysuj+HN6mhnJyfM7LQAiL4 s0Y7zYYFqnUVo0Jw4vIz+AZ339655BRGAOSr/JPWzr+G6tvHpsZqJhokfU2Qqgim+vsP a0JVeMO7LU3kZvQQdxAvwRUUmM52iUPjHHld2oyIXRlJTFQN4T9IGi90obBgg80XinDV i9Fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=PVD/fe8ap+tUlt3NCYrOuHEfBsowQts0ZfjI6VuQ6Eo=; b=CTRZkkgCPCtCze6Kt2IujOta36gFj1diBXuOHreEWpBfbh4WlDlpcQIPBpPKCqEPtG 3nnJFxS18zPDDwA8wKY5rHFhWxlJeY5ChiogH5yuuOmXGS1lq7D56DFkdcbGuTzUkznn bzqJtYaoxTzBraF7j6lbQcMKsywY3wwEERM4GkEnR3lhJiLtUqpd4OUoHPnq9UvJhzd0 r+saqPOof1xMfV2wDxsHH1shBoSJfFSjJCD7PkmyBrOa9F0Q/QPLZgGSZ4sb8PDtAh9e XaTRQn+Xv0z7+PjxxE+hkQETk2XQ5fP6DS1PDmBKK9aFVm5IJtrUvRq5PrcSamV06JaM +6Aw== X-Gm-Message-State: AN3rC/6FFz0LimR6RH6nEh6AYQCVzHkpFrUONlspThfzWUtpCJZNOnYV Vtb6nXHAay+hEA== X-Received: by 10.98.31.141 with SMTP id l13mr3787269pfj.259.1492618025731; Wed, 19 Apr 2017 09:07:05 -0700 (PDT) Received: from [192.168.1.100] ([104.169.197.110]) by smtp.gmail.com with ESMTPSA id f131sm5478060pfc.54.2017.04.19.09.07.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Apr 2017 09:07:04 -0700 (PDT) To: edk2-devel@lists.01.org References: <06C8AB66E78EE34A949939824ABE2B313B495660@shsmsx102.ccr.corp.intel.com> <8ab05f72-c7b9-82cd-049e-ab451d804a00@redhat.com> X-Priority: 5 (Lowest) From: Blibbet Message-ID: Date: Wed, 19 Apr 2017 09:07:03 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <8ab05f72-c7b9-82cd-049e-ab451d804a00@redhat.com> Subject: Re: Testing SMM with QEMU, KVM and libvirt X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2017 16:07:06 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 02/21/2017 02:18 AM, Laszlo Ersek wrote: > On 02/21/17 10:22, Shi, Steven wrote: >> Hi Laszlo, >> I wonder if you could offer a Ubuntu version wiki for the >> Testing-SMM-with-QEMU,-KVM-and-libvirt? > > Sorry, I can't do that.[...] FYI, Alex Floyd recently wrote a shell script to codify Laszlo's wiki article. https://github.com/gencymex/smmtestbuildscript https://firmwaresecurity.com/2017/04/19/shell-script-for-laszlos-smm-test-environment-article/ The script, like the wiki page, is Fedora-centric. Someone should submit a Ubuntu -- and Debian -- patch to his script. :-) Thanks, Lee Fisher