Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jul 2013 16:03:57 -0700
From:      Peter Grehan <grehan@freebsd.org>
To:        Aryeh Friedman <aryeh.friedman@gmail.com>
Cc:        freebsd-virtualization@freebsd.org
Subject:   Re: bhyve bug report and a question
Message-ID:  <51D35C5D.90703@freebsd.org>
In-Reply-To: <CAGBxaXm-HjtB4MJ4wKgWSO4ROvwNp2VwodptZf7X2gVbkxY-1Q@mail.gmail.com>
References:  <CAGBxaXm-HjtB4MJ4wKgWSO4ROvwNp2VwodptZf7X2gVbkxY-1Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Aryeh,

> bhyve does not send a shutdown signal to guest OS's and wait from them
> to halt....

  This requires a couple of things - an ACPI event channel in bhyve to 
inform the guest of events, and a way to signal bhyve to raise these 
events e.g. a simulated power-button press.

  On the TODO list.

> this is despite having -H on the command line

  Ah, so that's different: the -H option signals the VT-x hardware that 
it should exit when the guest issues a HALT instruction. This is then 
used by bhyve as an indication that the guest vCPU is in an idle state 
and can be put to sleep until an async event arrives.

later,

Peter.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51D35C5D.90703>