From owner-freebsd-virtualization@FreeBSD.ORG Mon May 5 21:45:25 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 AF09D7C3; Mon, 5 May 2014 21:45:25 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 72EFE9F0; Mon, 5 May 2014 21:45:25 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 72B60122F7; Tue, 6 May 2014 07:44:52 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BTY95335 (AUTH peterg@ptree32.com.au); Tue, 6 May 2014 07:44:50 +1000 Message-ID: <53680650.3090702@freebsd.org> Date: Mon, 05 May 2014 14:44:48 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: John Baldwin Subject: Re: Problems with bhyve's kgdb support and loadable modules References: <5363F399.40709@pix.net> <5365AD6C.5060107@freebsd.org> <201405051333.49758.jhb@freebsd.org> In-Reply-To: <201405051333.49758.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Kurt Lidl , freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 05 May 2014 21:45:25 -0000 > Mounting /mnt directly on the host is a bit risky though. Absolutely - I should have been clearer; I copied the guest disk image to another file before doing that. Even a read-only mount of the image on one system, as Michael mentioned, can still result in a crash. later, Peter.