From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKilx-0005fs-MT for qemu-devel@nongnu.org; Wed, 06 Jul 2016 05:05:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKilt-0006Ak-EI for qemu-devel@nongnu.org; Wed, 06 Jul 2016 05:05:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKilt-00069V-8t for qemu-devel@nongnu.org; Wed, 06 Jul 2016 05:05:29 -0400 References: <20160622065324.23812-1-haozhong.zhang@intel.com> <20160706012619.ebiizdoqngkmur7a@hz-desktop> <234271213.4215596.1467785884526.JavaMail.zimbra@redhat.com> <20160706062832.py2denwwvhw24f52@hz-desktop> <395937dc-b61d-880c-8a62-545bfc88eb84@redhat.com> <20160706064917.lqyisehfj3pc4ydv@hz-desktop> <46878013-ce16-972d-19ef-b986ec874d3e@redhat.com> <20160706084842.srlivlrhuscgrzgr@hz-desktop> <79adf456-debb-ee49-0461-82fb7f2354ba@redhat.com> From: Laszlo Ersek Message-ID: <984a133f-114b-f20d-fc85-d94e96c949d5@redhat.com> Date: Wed, 6 Jul 2016 11:05:26 +0200 MIME-Version: 1.0 In-Reply-To: <79adf456-debb-ee49-0461-82fb7f2354ba@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH v3] fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ashok Raj , Paolo Bonzini , seabios@seabios.org, qemu-devel@nongnu.org On 07/06/16 11:00, Laszlo Ersek wrote: > On 07/06/16 10:48, Haozhong Zhang wrote: >> For test in guest, you could follow what I added in "How to verify?" >> https://github.com/tianocore/edk2/issues/97. > > Great, apparently I can't even read. Those steps are in the first > comment. :/ Ah wait, you must have edited that comment in-place, just now. I checked my github issue mail, and the first version of that comment didn't contain the verification steps. I absolutely hate that github allows in-place comment edits (without sending them out in separate emails). Bugzilla doesn't allow this (unless a user has extra privileges). So, thank you very much for the verification steps :), and next time please add them in a separate comment. Otherwise I might not find them :) Thanks! Laszlo