From owner-freebsd-virtualization@FreeBSD.ORG Wed Jan 22 17:20:34 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D9B2749 for ; Wed, 22 Jan 2014 17:20:34 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50CEF1EB6 for ; Wed, 22 Jan 2014 17:20:34 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3C777B93B; Wed, 22 Jan 2014 12:20:33 -0500 (EST) From: John Baldwin To: Aryeh Friedman Subject: Re: bhyve: reboot stops vm Date: Wed, 22 Jan 2014 12:19:22 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <52DDB1DC.5040908@FreeBSD.org> <201401211225.39942.jhb@freebsd.org> In-Reply-To: X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201401221219.22522.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 22 Jan 2014 12:20:33 -0500 (EST) Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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, 22 Jan 2014 17:20:34 -0000 On Tuesday, January 21, 2014 4:48:38 pm Aryeh Friedman wrote: > > > > Yes, I use the vmrun.sh script which uses a loop to restart the VM when you > > reboot. > > > Ideally shouldn't the -H option be the default? That doesn't do what you think it does. That means when the guest does a 'hlt' instruction to idle, the processor signals a trap to the hypervisor and exits VMX mode. That has nothing to do with restarting on a virtual reboot. -- John Baldwin