From owner-freebsd-virtualization@FreeBSD.ORG Tue Oct 29 01:02:19 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 ESMTP id B4E8B201; Tue, 29 Oct 2013 01:02:19 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x22b.google.com (mail-pb0-x22b.google.com [IPv6:2607:f8b0:400e:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 826D92D09; Tue, 29 Oct 2013 01:02:19 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id md4so2772796pbc.30 for ; Mon, 28 Oct 2013 18:02:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+p93/N+WWSbRDoqJ7SYT+K7C/EdDh1VA29LF+wFdpMU=; b=P2sa5V99mDqL6UmOWKTDGaRIgd+gKdUi80v40grXB7t3Vt3vOk0SGYUVAWpaTsN/zb /lxbQsMHG/ZzdfWslDng42J+VBYj/DojFoUT/HbZ/Is8jg08nB+xWUn+3pqZQd4e3SU1 EYLXrd9z9+bhQWFaPWQpGiNjf1CsxJAowfCOenMtuylLLZqHcVOQ30Moz3VZ7vtw6PF1 o5WDvssy2On7y1oiPFkMdVkyIh0YttE0AEttqRK3/Rdz4qB9isntPCAQ9ID2QVe8gT6I 9CP5PAFTMezpWyHsMQFVtyuY3v1YyBgzGt6bR4D86YxpTXC2r8sB2G8Ak8mjPw/lMhZX xocw== MIME-Version: 1.0 X-Received: by 10.66.4.105 with SMTP id j9mr28644185paj.84.1383008537150; Mon, 28 Oct 2013 18:02:17 -0700 (PDT) Received: by 10.68.185.130 with HTTP; Mon, 28 Oct 2013 18:02:17 -0700 (PDT) In-Reply-To: <526F066C.2020001@freebsd.org> References: <526F066C.2020001@freebsd.org> Date: Mon, 28 Oct 2013 21:02:17 -0400 Message-ID: Subject: Re: Bhyve: acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_FOUND From: Aryeh Friedman To: Peter Grehan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 29 Oct 2013 01:02:19 -0000 On Mon, Oct 28, 2013 at 8:50 PM, Peter Grehan wrote: > Yes. bhyve doesn't advertise sleep/power states [...] When (if ever) is such support planned? It is needed to monitor the current state of the vm so that automated tools like PetiteCloud and FreeNAS can know when to issue any clean up commands they may need to run Also what are the current plans on suspend/resume?