From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1gGL66-0000N8-GW for mharc-grub-devel@gnu.org; Sat, 27 Oct 2018 05:41:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGL65-0000Mw-3F for grub-devel@gnu.org; Sat, 27 Oct 2018 05:41:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGL5z-0007hR-Pk for grub-devel@gnu.org; Sat, 27 Oct 2018 05:41:30 -0400 Received: from forward105p.mail.yandex.net ([2a02:6b8:0:1472:2741:0:8b7:108]:40382) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gGL5m-0007R9-FD for grub-devel@gnu.org; Sat, 27 Oct 2018 05:41:17 -0400 Received: from mxback15g.mail.yandex.net (mxback15g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:94]) by forward105p.mail.yandex.net (Yandex) with ESMTP id 192978C0B5C for ; Sat, 27 Oct 2018 12:41:05 +0300 (MSK) Received: from smtp3p.mail.yandex.net (smtp3p.mail.yandex.net [2a02:6b8:0:1472:2741:0:8b6:8]) by mxback15g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id UMPdlEhbOS-f4BGATYR; Sat, 27 Oct 2018 12:41:04 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1540633264; bh=OhngY7qo/9v/rT9u4LmKumG2aPde1cIUJgMR7kLc3/E=; h=Subject:From:To:Date:Message-ID; b=n9cks1aWmfhvl54YBTW/3M2HXjYVVM8JrNQVSN2gCgrtZQ7nO8gJ0H0nhSVQBxlba jkDHbhSehrP4hi8N4qXWhaLNd0+htPQzyk8j8z/e5y97JFjOLtspPaCOCcV7Xw6/Cq CUpeARhsFO24etK7lSM03afcxGXHFWv4QL2J7eDY= Received: by smtp3p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id jKuHAzyYqX-f4iKjhQ6; Sat, 27 Oct 2018 12:41:04 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1540633264; bh=OhngY7qo/9v/rT9u4LmKumG2aPde1cIUJgMR7kLc3/E=; h=Subject:From:To:Date:Message-ID; b=n9cks1aWmfhvl54YBTW/3M2HXjYVVM8JrNQVSN2gCgrtZQ7nO8gJ0H0nhSVQBxlba jkDHbhSehrP4hi8N4qXWhaLNd0+htPQzyk8j8z/e5y97JFjOLtspPaCOCcV7Xw6/Cq CUpeARhsFO24etK7lSM03afcxGXHFWv4QL2J7eDY= Authentication-Results: smtp3p.mail.yandex.net; dkim=pass header.i=@yandex.ru Subject: grub2-bhyve From: Alex Zimnitsky To: grub-devel@gnu.org Content-Type: text/plain; charset="UTF-8" Date: Sat, 27 Oct 2018 12:31:52 +0300 Message-ID: <1540632712.4291.126.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-36.el6) Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a02:6b8:0:1472:2741:0:8b7:108 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 09:41:33 -0000 Hola! There is a rather dated project named `grub2-bhyve' which grub-loads an OS to be a bhyve (freebsd hypervisor) guest. Is there anything fundamental that prevents implementing bhyve support in mainline-grub2? cheers