From owner-freebsd-virtualization@freebsd.org Wed Dec 16 04:37:23 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBBEEA497A5 for ; Wed, 16 Dec 2015 04:37:23 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8C6D1EC1 for ; Wed, 16 Dec 2015 04:37:23 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: by mail-ob0-x22b.google.com with SMTP id no2so24150282obc.3 for ; Tue, 15 Dec 2015 20:37:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ara-ler-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=oweq2aok/pnlo7fg+dr2AevJHxEQfNt3BaeN3h/t6NM=; b=sNV4j5QvDY/bDnTuJ3vYkf0kGZS+RRjFQyNwJHOMMWWOeF3uCA9ac+/0gFe8/iuGMY 49X2rvgIrEdpyvpkcMevhfQ4UYuSYpNnTqkFQmQtRD7SldWvfxpKqJUEC7iVk8Py9pU0 kAeCxsQSZjl1VYml2CzHZgtySqSmrlF+WMKwXJDxf5AK+iUq3og00soFEop76woOAh4G rb0kfCx+TWQIkedScDRpME0jAth9PI9U+fLx04EXjFzz99j8kC4Nypx9+HUhjkkgV9Fv X2ueQyHdYWtzak608Cyy+9D7h1ZxEemTCVj7FqB7RKk/Qf7Wr3EFaZWN8ul8qIH/H1QT mN4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=oweq2aok/pnlo7fg+dr2AevJHxEQfNt3BaeN3h/t6NM=; b=QPV+Tn1+ch1Sv8YzeSKWIphBYuYugOD+05aYy5e4prp9aH/A3AXf8/W6Whnh5nxDYV O6gE7HRSSC8gMryNP/+QgEVTV1louY5SHCOs6oGnloF3veRnddQjLGBE/lK4TBINE69Y +igL2wRGwwkMa6OCFOWaLsa1KZQp1RAn7mzmo6YHuQowf78nchH9DlUksrbhuv+cYrib aQwJOEYmyZYGlMxub8pj4qSdfcJHEE2sscdIBXQBb0/fT0SGb74fCw8YKsQyzfcUiN0F ybz4/I4nC4RiB2rvefrL1fbMs2NCpSI4d/n/kwKHhWURNazl/rr5eUrDBAkaS/1jST6W vVQQ== X-Gm-Message-State: ALoCoQkynDNTc09vVqS1cOkmOYYVMJ65T5a18vo2tL4FScQwEGwjX/T8/DtILfp0ZUv/MA6kyf5vxo/yTTw52SbfKl/qgDOSag== X-Received: by 10.182.117.225 with SMTP id kh1mr35130658obb.29.1450240642666; Tue, 15 Dec 2015 20:37:22 -0800 (PST) Received: from dendrobates.araler.com (70-59-19-232.hlrn.qwest.net. [70.59.19.232]) by smtp.gmail.com with ESMTPSA id t84sm1986003oie.1.2015.12.15.20.37.21 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Dec 2015 20:37:22 -0800 (PST) Date: Tue, 15 Dec 2015 21:37:20 -0700 From: Sergey Manucharian To: freebsd-virtualization@freebsd.org Subject: CDROM options in bhyve Message-ID: <20151216043720.GB22018@dendrobates.araler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 16 Dec 2015 04:37:24 -0000 Hello, Currently bhyve supports attaching a cd image when started. Is there any way to "change" it when the guest is already running? Is there a way to attach the host's CD/DVD drive? E.g. it would be useful to be able creating symlink to an image file, and then re-point it to another one (currently does not work). Thanks, Sergey