From owner-freebsd-virtualization@FreeBSD.ORG Tue Aug 6 01:11:43 2013 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 ESMTP id D6DF3319 for ; Tue, 6 Aug 2013 01:11:43 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9931820FC for ; Tue, 6 Aug 2013 01:11:43 +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 6BC5912344; Tue, 6 Aug 2013 11:11:41 +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 BNV09900 (AUTH peterg@ptree32.com.au); Tue, 6 Aug 2013 11:11:40 +1000 Message-ID: <52004D4A.2050807@freebsd.org> Date: Mon, 05 Aug 2013 18:11:38 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Takuya ASADA Subject: Re: Standalone binary loader for BHyVe References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 06 Aug 2013 01:11:43 -0000 Hi Takuya, > I implemented standalone binary loader for BHyVe. > This allows to load custom program on guest memory area, and run it from > specified entry point address. > I wrote this for test code of BHyVe suspend/resume project(Yoneji Iori's > work), but it might be useful for some other purposes. Nice work. This could be useful to build a test suite on top of e.g. to exercise the instruction emulation. later, Peter.