From owner-freebsd-virtualization@FreeBSD.ORG Sat Oct 25 23:37:19 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 4B06FC9B for ; Sat, 25 Oct 2014 23:37:19 +0000 (UTC) Received: from mail-vc0-x22d.google.com (mail-vc0-x22d.google.com [IPv6:2607:f8b0:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B01FA86 for ; Sat, 25 Oct 2014 23:37:18 +0000 (UTC) Received: by mail-vc0-f173.google.com with SMTP id ij19so1362975vcb.4 for ; Sat, 25 Oct 2014 16:37:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=94KL2vmZCkLP6KS6cBrSFJyzQrEimyZzkN0geuXcl/E=; b=jMxZNm9lXQBwTpGKAW2qPVsKHSZklFsouTs5WXFqqv16nVQrGu1rB3/DzJqQ5dJjYv l/ZO1miUV/7bETbC959njP/ZL/AZXQhIUNTICkWfTk/fRQnOJup4LF49VrXwcMM63r8I 72jk0F+P2Js34tbeR5eVFqUn9iAsFNQE6QLjs9OiYv/9+gnulAZFLMwx0IBgyQBQgpTK kGNKQH2Fo/wUQj9zgxwDepgsOgdDMJThjh4DdMzvjV2EVRaXZ8Dfbyh7UIbItWX3VBaD G4E1S8r5aicX4p716CEnJRnA07Ur5wNxLwOyHI37Ccw3/AFoglCHYXFgbOCT7oo6Razy rp6Q== MIME-Version: 1.0 X-Received: by 10.52.248.76 with SMTP id yk12mr7932591vdc.1.1414280238139; Sat, 25 Oct 2014 16:37:18 -0700 (PDT) Received: by 10.220.150.68 with HTTP; Sat, 25 Oct 2014 16:37:18 -0700 (PDT) In-Reply-To: <544C28C8.2060108@digiware.nl> References: <544C28C8.2060108@digiware.nl> Date: Sat, 25 Oct 2014 19:37:18 -0400 Message-ID: Subject: Re: Looking for a Libvirt example xml file From: Conrad Meyer To: Willem Jan Withagen Content-Type: text/plain; charset=UTF-8 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: Sat, 25 Oct 2014 23:37:19 -0000 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. Best, Conrad