From owner-freebsd-virtualization@FreeBSD.ORG Sun Feb 9 20:59:21 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 A6620419 for ; Sun, 9 Feb 2014 20:59:21 +0000 (UTC) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D37A16B5 for ; Sun, 9 Feb 2014 20:59:21 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id um1so5374609pbc.19 for ; Sun, 09 Feb 2014 12:59:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=55JkLK+msbUDrwC4lBQtRF26ZaBl4A/hyAsS2R16bmc=; b=zA2p/GmVBYl2J5ixi6QpCrKYIgKxRdNSpHr2YNoXcme/MsbJY0V8OVz73a6CorNOXV GW2aM/cWUC9O6Qcelrzz47588Lmggxtmh4YKg8mrMOn4RN7mIrVGQB75wduXMU2dVosg KEdPQBAbwwt5k3Fd7h2Gpd1jc4NZO4YYoLLURt3qGJyRhaD/uqgjFRV4TfEL8re7Dp3r HqeLHaI78XblsxSM6OJkep7M9Rw24BeMt7QED26c2YwRdeCKG/SOT8LsefhcP0l5U0sx Yl69RdLQW4/Fp8ODSkkKmhrbZ1q+0oLXPUq3RgF2fybArt7ujJXw1Lw+I7EFc4WLWxCE CJwA== MIME-Version: 1.0 X-Received: by 10.68.189.5 with SMTP id ge5mr33328266pbc.42.1391979561087; Sun, 09 Feb 2014 12:59:21 -0800 (PST) Received: by 10.68.155.38 with HTTP; Sun, 9 Feb 2014 12:59:21 -0800 (PST) Date: Sun, 9 Feb 2014 15:59:21 -0500 Message-ID: Subject: are ahci-hd images the same as raw under bhyve From: Aryeh Friedman To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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, 09 Feb 2014 20:59:21 -0000 When I was playing with bhyve-grub a while ago I noticed there seemed to be little difference between ahci-hd and "raw" (if no format it given besides just naming a md file). Is it safe to treat the two formats interchangeably in bhyve (and bhyve-grub)? Can I do this to the point of mixing and matching them on instances created with both (i.e. boot with ahci on a raw image and vice versa)? -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org