From owner-freebsd-virtualization@FreeBSD.ORG Sun Oct 26 01:43:14 2014 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58330EEF for ; Sun, 26 Oct 2014 01:43:14 +0000 (UTC) Received: from smtp.digiware.nl (smtp.digiware.nl [31.223.170.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15921786 for ; Sun, 26 Oct 2014 01:43:13 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 89D9F1534C4; Sun, 26 Oct 2014 02:43:10 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qsmq41XBahwZ; Sun, 26 Oct 2014 02:42:52 +0100 (CET) Received: from [192.168.10.9] (vaio [192.168.10.9]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id DC247153416; Sun, 26 Oct 2014 02:42:52 +0100 (CET) Message-ID: <544C519F.5070202@digiware.nl> Date: Sun, 26 Oct 2014 02:42:55 +0100 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Conrad Meyer Subject: Re: Looking for a Libvirt example xml file References: <544C28C8.2060108@digiware.nl> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 26 Oct 2014 01:43:14 -0000 On 26-10-2014 1:37, Conrad Meyer wrote: > On Sat, Oct 25, 2014 at 6:48 PM, Willem Jan Withagen wrote: >> Hoi >> >> I tried the version on the libvirt.org/bhyve page. >> But that returns: >> >> freetest# virsh -c "bhyve:///system" domxml-to-native \\ >> --format bhyve-argv --xml /root/libvirt-example.xml >> error: unsupported configuration: unsupported disk device >> >> So I was wondering if somebody would like to share his working example? > > > Hi Willem, > > What do your sections look like? I am using basically the same > configuration from libvirt's bhyve page as well and have no such issue > (however, I am on recent git which is ~1.2.10, versus the 1.2.6 in > ports). Example: > > > > > > > > For what it's worth, If you do not specify a bus, libvirt will choose > 'ide' and libvirt-bhyve only supports SATA. Seems that my CDrom block was a problem. But the disk is already build, so I just skipped that. But thing do not generate a lot of logging. :( Not even with debug on 4 --WjW