From nobody Sat Jun 25 23:12:35 2022 X-Original-To: virtualization@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 81A4D869D65 for ; Sat, 25 Jun 2022 23:12:41 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4LVqX52F45z4gKs; Sat, 25 Jun 2022 23:12:37 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 25PNCZ7X071158; Sat, 25 Jun 2022 16:12:35 -0700 (PDT) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 25PNCZC8071157; Sat, 25 Jun 2022 16:12:35 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <202206252312.25PNCZC8071157@gndrsh.dnsmgr.net> Subject: Re: [Bug 264876] How to run VirtualBOX and Bhyve toegether,without to kill bhyve first. In-Reply-To: To: bugzilla-noreply@FreeBSD.org Date: Sat, 25 Jun 2022 16:12:35 -0700 (PDT) CC: virtualization@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4LVqX52F45z4gKs X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-rwg@gndrsh.dnsmgr.net has no SPF policy when checking 69.59.192.140) smtp.mailfrom=freebsd-rwg@gndrsh.dnsmgr.net X-Spamd-Result: default: False [-1.77 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.990]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[dnsmgr.net]; AUTH_NA(1.00)[]; NEURAL_HAM_SHORT(-0.68)[-0.675]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[virtualization]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264876 > > Bug ID: 264876 > Summary: How to run VirtualBOX and Bhyve toegether,without to > kill bhyve first. > Product: Base System > Version: 13.1-RELEASE > Hardware: Any > OS: Any > Status: New > Severity: Affects Only Me > Priority: --- > Component: bhyve > Assignee: virtualization@FreeBSD.org > Reporter: marietto2008@gmail.com > > Hello. > > Actually I should run this script if I want that virtualbox works correctly. In > short terms,I should kill every bhyve machine and even the vmm module : > > bhyvectl --vm=vm0 --destroy > sudo kldunload vmm > virtualbox > > someone can tell me if there is a method,hack,wrapper that allows virtualbox > and bhyve to work together ? It is a very interesting feature to explore,at > least for me,because I'm working to some projects to make in communications > different virtual machines. I do not know of any solution to virtualbox + bhyve, but for a implementation of a similiar "feature" Illumos, IIRC, has concurrent KVM and bhyve. -- Rod Grimes rgrimes@freebsd.org