From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=66.187.233.73; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6396421B02845 for ; Fri, 20 Jul 2018 09:30:29 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 89A4DE9001; Fri, 20 Jul 2018 16:30:28 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-125-24.rdu2.redhat.com [10.10.125.24]) by smtp.corp.redhat.com (Postfix) with ESMTP id E883D111E413; Fri, 20 Jul 2018 16:30:27 +0000 (UTC) To: "Dong, Eric" , "edk2-devel@lists.01.org" Cc: "Ni, Ruiyu" References: <20180629032047.6340-1-eric.dong@intel.com> <2eac3f3f-972f-9844-6567-5503a0403a85@redhat.com> <3ec340cf-3bf1-ad22-3b7b-aa1b2c1fcaa8@redhat.com> From: Laszlo Ersek Message-ID: <055fb2f1-cd73-e5a9-11b2-407f31e81305@redhat.com> Date: Fri, 20 Jul 2018 18:30:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Fri, 20 Jul 2018 16:30:28 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Fri, 20 Jul 2018 16:30:28 +0000 (UTC) for IP:'10.11.54.3' DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lersek@redhat.com' RCPT:'' Subject: Re: [Patch V2] UefiCpuPkg/MpInitLib: Remove redundant parameter. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 16:30:29 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 07/20/18 08:53, Dong, Eric wrote: >> -----Original Message----- From: Laszlo Ersek >> [mailto:lersek@redhat.com] >> Therefore, please upgrade the host to Fedora 26. In Fedora 26, QEMU >> 2.9 is shipped: >> >> https://koji.fedoraproject.org/koji/buildinfo?buildID=986762 >> >> ... It's even better if you can upgrade to Fedora 27, as Fedora 27 >> is the oldest Fedora release still supported at this point. The >> following article describes the recommended upgrade method: >> >> https://fedoraproject.org/wiki/DNF_system_upgrade >> > > I updated the system to fedora 28, but it failed to boot. :( so I > borrowed an exited fedora 27 DVD and installed it. With this OS, I > can reproduce this issue now. I found this issue is an random issue, > I booted 5 times and met the issue. I'm checking the issue. Awesome! (I'm not happy about the problem itself, of course, but I'm *very* thankful that you took the time to install a Linux box, for testing with KVM!!!) Laszlo