From owner-freebsd-virtualization@freebsd.org Wed Jan 8 01:56:15 2020 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E1A371F8E0C for ; Wed, 8 Jan 2020 01:56:15 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 47ssmH1jL5z3RJ0 for ; Wed, 8 Jan 2020 01:56:11 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (c-73-225-95-104.hsd1.wa.comcast.net [73.225.95.104]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id 0081u9n8023389 (version=TLSv1.2 cipher=AES128-SHA bits=128 verify=NO) for ; Tue, 7 Jan 2020 17:56:10 -0800 (PST) (envelope-from julian@freebsd.org) To: FreeBSD virtualization mailing list From: Julian Elischer Subject: Bhyve and QEMU Message-ID: <18b96e90-6624-0af8-9ae8-c8125ec8b147@freebsd.org> Date: Tue, 7 Jan 2020 17:56:04 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 47ssmH1jL5z3RJ0 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.94 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; ASN(0.00)[asn:36236, ipnet:204.109.60.0/22, country:US] 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: Wed, 08 Jan 2020 01:56:16 -0000 I have been out of it for a while but I see that in Linux, KVM is used as an emulation engine in QEMU. Do we have any plans to do the same with Bhyve? Anyone have pointers as to how that combination works and if there are reasons we would/would-not do the same? Julian