From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web10.2830.1587723108576711286 for ; Fri, 24 Apr 2020 03:11:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=T8yh8yKD; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587723107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SXUs1cz53XiX0bGJTPPOuVlL8TkGa2eW2kT+Fi1SKoA=; b=T8yh8yKDTtOOtGjkzl+T9wVOEE+YerMzp81bAqyz8+VX8x9AXJ1+07K4/gCRsXG053JEbi NLC6KSVEtuBVLyiVFrMQNCs7dBP8XZbl5GdRGN5hFjStkh3Ce5Bs40YcuSYc61MrLSmFyz fZevlGBoh2EODsQVRTgxfUBzPW7ZRpg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-445-oR_1sZ9xMd-auG-Niy_Wvw-1; Fri, 24 Apr 2020 06:11:45 -0400 X-MC-Unique: oR_1sZ9xMd-auG-Niy_Wvw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4427F463; Fri, 24 Apr 2020 10:11:44 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-159.ams2.redhat.com [10.36.113.159]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9185C60F8D; Fri, 24 Apr 2020 10:11:42 +0000 (UTC) Subject: Re: [PATCH v3 0/6] Add BhyvePkg, to support the bhyve hypervisor To: Rebecca Cran , devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel , Leif Lindholm , Michael Kinney , Andrew Fish , Peter Grehan References: <20200421030955.114850-1-rebecca@bsdio.com> <18aaab30-4960-c923-5895-bd097008e677@redhat.com> <0fdda372-5871-60e3-b407-bce1225c0ad8@bsdio.com> From: "Laszlo Ersek" Message-ID: Date: Fri, 24 Apr 2020 12:11:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <0fdda372-5871-60e3-b407-bce1225c0ad8@bsdio.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 04/22/20 18:48, Rebecca Cran wrote: > On 4/22/20 9:21 AM, Laszlo Ersek wrote: > >> OK, that makes sense -- but, without the ResetSystemLib instance, are >> you able to boot the BhyvePkg platform firmware in a bhyve guest? Does >> (for example) the "reset -c" UEFI Shell command work? > > "reset -c" works, but "reset -s" doesn't. But that's a long-standing > bug, going back to the UDK2014-based builds so I don't think it's ever > worked. > >> Does the ResetSystem runtime service work, in v3? > > Rebooting works, but powering off doesn't, but as mentioned above that's > not a regression. > > OK, thanks! Laszlo