From owner-freebsd-virtualization@freebsd.org Fri Mar 22 05:30:16 2019 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F696155AC86; Fri, 22 Mar 2019 05:30:16 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [65.103.231.193]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5F006AB08; Fri, 22 Mar 2019 05:30:15 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id 7854D7F595; Thu, 21 Mar 2019 23:31:23 -0600 (MDT) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id E3DS4sAfhr3J; Thu, 21 Mar 2019 23:31:22 -0600 (MDT) Received: from [10.0.10.197] (unknown [65.103.231.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Thu, 21 Mar 2019 23:31:22 -0600 (MDT) Date: Thu, 21 Mar 2019 23:26:44 -0600 From: rebecca@bluestop.org To: Larry Rosenman Cc: D Scott Phillips , freebsd-virtualization@freebsd.org, owner-freebsd-virtualization@freebsd.org Message-ID: <33fcf111-fe00-4ec7-8a2f-7c53246d756f@Spark> In-Reply-To: <7e84fd01c3f46268c26f9bab8b9fb9bc@lerctr.org> References: <86muln68ld.fsf@intel.com> <1fe3ca3f-be70-99db-e7c0-35c9194c97e4@bluestop.org> <7e84fd01c3f46268c26f9bab8b9fb9bc@lerctr.org> Subject: Re: Updating uefi-edk2-bhyve X-Readdle-Message-ID: 33fcf111-fe00-4ec7-8a2f-7c53246d756f@Spark MIME-Version: 1.0 X-Rspamd-Queue-Id: A5F006AB08 X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2019 05:30:16 -0000 On Mar 21, 2019, 9:54 PM -0600, Larry Rosenman , wrote:= > out of curiosity, is there any work being done to move this to later > LLVM/CLANG=3F That=E2=80=99s something else I=E2=80=99m hoping to work on, since gcc 4.= 8 is very outdated now. It seems to build fine using gcc 7, but I need to= test that it still runs fine. And that=E2=80=99s complicated by the fact= that the DEBUG build generates a triple fault even with gcc 4.8. =E2=80=94 Rebecca Cran