From owner-freebsd-virtualization@FreeBSD.ORG Fri Dec 20 10:00:50 2013 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 2AC9EDE5 for ; Fri, 20 Dec 2013 10:00:50 +0000 (UTC) Received: from mail-bk0-f50.google.com (mail-bk0-f50.google.com [209.85.214.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B38611365 for ; Fri, 20 Dec 2013 10:00:49 +0000 (UTC) Received: by mail-bk0-f50.google.com with SMTP id e11so1116025bkh.37 for ; Fri, 20 Dec 2013 02:00: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:mime-version:date:message-id:subject:from:to :content-type; bh=PU9lt0bSVJ6z91WzzPru2UQrOXAI25TvobqgbVRmaGA=; b=WdMcDD5uuZE3RnGDEWCadWlU2fv2M3ZRmSOOuYwwvSsXTYt4uE/1OJ6MXAS/nahXAf Mllx1wulG+AcRHxZtZmN5nii+XTkHECrCZSkAlyWxMMKwWUZrRncJQTOeooutMNm7O9E b4xuq+qoorWkfXo+pdOVhPXULwMJ0L6bIAKmJRbqekbY4U3bAeWBTt4/9jYpI+djUqI4 6egMnMNw0zJv3+iNWKCqqZ9R7FqVcdZ95BCbpBW+ed227UTiujAuqwkNolmOA6b1gZux IMB+8cscnqkNOAEhsfLfmJ/aDLsUh8fPNItaltiam6O886OzyRrtg3nuIx3oUdBCgN6d qjJw== X-Gm-Message-State: ALoCoQkxc9T6QvX+D/8sb2pxe4AP2HXrs/1/nCBwnXu57oF3r3A/Aw9IPiyePgJ7Zlu0wBK7KSRu MIME-Version: 1.0 X-Received: by 10.204.99.205 with SMTP id v13mr4041576bkn.21.1387533245870; Fri, 20 Dec 2013 01:54:05 -0800 (PST) Received: by 10.204.62.136 with HTTP; Fri, 20 Dec 2013 01:54:05 -0800 (PST) Date: Fri, 20 Dec 2013 10:54:05 +0100 Message-ID: Subject: Means to control a bhyve VM instance From: =?UTF-8?Q?Micha=C5=82_Dubiel?= 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: Fri, 20 Dec 2013 10:00:50 -0000 Hi, May I ask you about the means to control a VM instance. I mean by that something providing similar features as QEMU's monitor interface along with QEMU Machine Protocol (QMP) do. Has it already been decided/designed how bhyve is going to handle features like a soft start/stop of a VM instance, hot-plugging of additional blk/net devices, etc? Regards, Michal.