From owner-freebsd-virtualization@FreeBSD.ORG Mon Jan 13 22:11:56 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B95AEB70 for ; Mon, 13 Jan 2014 22:11:56 +0000 (UTC) Received: from mail-ea0-f181.google.com (mail-ea0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46E021E4D for ; Mon, 13 Jan 2014 22:11:55 +0000 (UTC) Received: by mail-ea0-f181.google.com with SMTP id m10so3583701eaj.26 for ; Mon, 13 Jan 2014 14:11:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=MTM0ZnkFGKhCMaYvEcEWiWSArQpenEcqGRnk/rWlUWc=; b=FdxfA2hbnjbgypZhtdk4hRf7oy4XxKVzV86gFb0Sqg6lI+8NGpRDl2yxDyjtiP77ay pxLfmr6rBRreLFljl72itvj7/Oz+mgaP/Pxxb8Dd3oKpE3RcfJXvsLUyFic+QljntWGL Ry0/Csk0PZncVVRIlP4QU8gTse+G9azThHq5PJM0tEJfh3jvw17J+Wk5pzGF+OQkFqlS V5gKwnzfbSqQkHl4HNwFtaWqsAtTcqnznXOAfo+fs/chF14o6KUYxh1gvSks4s2uE389 cmjxl2ACAl+Biy+kCF/JVRX3E3mUC7wuPh6m/8CF8/+uE4Ppz3LFcLVLJIbpmt9kpMzJ EIXg== X-Gm-Message-State: ALoCoQlVfF6Ca+tfRR9UnnpjsQDBd1IW9r+EZ5Xl5Cf0ghbJ0ijGn8YlSHDF5pIRBoBKdVV0uC0K X-Received: by 10.15.94.201 with SMTP id bb49mr17451213eeb.45.1389651107738; Mon, 13 Jan 2014 14:11:47 -0800 (PST) Received: from [192.168.1.25] (host158-211-dynamic.9-79-r.retail.telecomitalia.it. [79.9.211.158]) by mx.google.com with ESMTPSA id 7sm43424570eee.12.2014.01.13.14.11.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 13 Jan 2014 14:11:45 -0800 (PST) References: <52D43E92.7020007@freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <52D43E92.7020007@freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <0A9B06EE-9B7A-4F8E-A970-12D25BCB8F7F@schema31.it> X-Mailer: iPad Mail (11B554a) From: Andrea Brancatelli Subject: Re: Bhyve infos about a vm Date: Mon, 13 Jan 2014 23:11:45 +0100 To: Peter Grehan Cc: "freebsd-virtualization@freebsd.org" 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: Mon, 13 Jan 2014 22:11:56 -0000 Hello Peter. Funny but my ps doesn't seem to report it, it only shows bhyve vm0. Maybe it= is because it was run as Bhyve vm0 \ -something \ -something Btw I think the bhyvectl is the candidate for this, maybe bhyvectl --vm=3Dvm= 0 --get-devices ? Is "devices" the correct name for those parameters? Or maybe just --get-parm= s ? Thank you very much. Bhyve is coming on as a great project (performances are= great!), we now just have to work a lot to make it "friendly"!!! Andrea "Mr.SK" Brancatelli > On 13/gen/2014, at 20:29, Peter Grehan wrote: >=20 > Hi Andrea, >> Whats the command to list all the attached devices to a vm? >=20 > The only way currently is to list the bhyve command line using ps. >=20 > Any preferences for how you'd like to see this ? >=20 > later, >=20 > Peter.