From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yang Hongyang Subject: Re: [PATCH v2 00/22] Introduce HVM without dm and new boot ABI Date: Fri, 3 Jul 2015 09:59:04 +0800 Message-ID: <5595EC68.70907@cn.fujitsu.com> References: <1435761975-98579-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZAqG0-0006ie-NQ for xen-devel@lists.xenproject.org; Fri, 03 Jul 2015 01:59:12 +0000 In-Reply-To: <1435761975-98579-1-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org Hi Roger, This seems to be a PVH guest, but IIRC a PVH guest should explicitly specify 'pvh' in the config, maybe I'm wrong or did I miss some background? Are there any meterial about this? On 07/01/2015 10:45 PM, Roger Pau Monne wrote: > This series is split in the following order: > > - Patches from 1 to 10 switch HVM domain contruction to use the xc_dom_* > family of functions, like they are used to build PV domains. > - Patches from 11 to 22 introduce the creation of HVM domains without > a device model, which is replaced by directly loading a kernel like it's > done for PV guests. A new boot ABI based on the discussion in the thread > "RFC: making the PVH 64bit ABI as stable" is also introduced. > > This series has been successfully tested on the following hardware: > > - Intel Xeon W3550. > - AMD Opteron 4184. > > With both hap=0 and hap=1 in the configuration file. I've been able to boot > a SMP guest in this mode with a virtual hard drive and a virtual network > card, all working fine AFAICT. > > For this round only maintainers of the specific code being modified have > been Cced on the patches. > > The series can also be found in the following git repo: > > git://xenbits.xen.org/people/royger/xen.git branch hvm_without_dm_v2 > > And for the FreeBSD part: > > git://xenbits.xen.org/people/royger/freebsd.git branch new_entry_point_v2 > > In case someone wants to give it a try, I've uploaded a FreeBSD kernel that > should work when booted into this mode: > > https://people.freebsd.org/~royger/kernel_no_dm > > The config file that I've used is: > > > kernel="/path/to/kernel_no_dm" > > builder="hvm" > device_model_version="none" > > memory=128 > vcpus=2 > name = "freebsd" > > > Of course if you have a FreeBSD disk already setup it can also be added to > the configuration file, and the following line can be used to point FreeBSD > to the disk: > > extra="vfs.root.mountfrom=ufs:/dev/ufsid/" > > Thanks, Roger. > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel > -- Thanks, Yang.