From owner-freebsd-virtualization@FreeBSD.ORG Fri Dec 27 21:01:58 2013 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 73F042DF for ; Fri, 27 Dec 2013 21:01:58 +0000 (UTC) Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F3C21FE0 for ; Fri, 27 Dec 2013 21:01:58 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so9554669pbb.36 for ; Fri, 27 Dec 2013 13:01:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=meqgPHzlJ8GMgsOLvKG+cOPqBx780TlzlCd6X2vRsUM=; b=m+Z8auEwwrOtNAOirOJ707qy6brWTSJ+0aVvyOulkGOtQnNN7BcpQMai+BDM9fK/P1 d7JTTMnyG9ujIbCWW7bOrNQCHlzzJ5hM/t5rUoTfbzSzZFksxKWq/sK1SX3OXp/HeVX+ cfCMjed/jKFoXAykIGGeMk6yp3AVsys42hJUrRM22zGoq9KIW4y6cy0eWxYKQpHwfTPW kANGLXqbx+1+e8pquXITvfpZh3CXCDvxbv5XQ9Q2jtzfzWvh7qYAqjMd1yr0LW/+gPt/ fyGkJU8Fqqzf/NCeoC6x+WjgsrRfDLBN9gaVYio70dNBISNmkpT9sS/Hqz1ccnB/3mpC lh2Q== X-Gm-Message-State: ALoCoQkhV+RGOY/nYI6L/ZZPQLPj1qpdyzqszOEQl0dqRAbMdZ8x3Uk1wWtIt0viHAy8LQBkJT9Z X-Received: by 10.67.24.7 with SMTP id ie7mr52567098pad.112.1388174758935; Fri, 27 Dec 2013 12:05:58 -0800 (PST) Received: from Michaels-MacBook-Pro.local (ip70-185-178-226.sb.sd.cox.net. [70.185.178.226]) by mx.google.com with ESMTPSA id ko10sm51910657pbd.38.2013.12.27.12.05.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Dec 2013 12:05:58 -0800 (PST) Message-ID: <52BDDDAD.6010503@callfortesting.org> Date: Fri, 27 Dec 2013 12:06:05 -0800 From: Michael Dexter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: John Baldwin , freebsd-virtualization@freebsd.org Subject: Re: [PATCH] Support for S5 (soft power off) in bhyve References: <201312231443.39282.jhb@freebsd.org> <52BAFD1F.3060404@callfortesting.org> <201312261137.47329.jhb@freebsd.org> <201312271146.34364.jhb@freebsd.org> In-Reply-To: <201312271146.34364.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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, 27 Dec 2013 21:01:58 -0000 On 12/27/13 8:46 AM, John Baldwin wrote: >>> Can this be triggered from the host to shut down an unresponsive VM? >> > >> > It cannot. >> > >> > I will look into that. >> > > I've implemented this. You rock. Michael