Date: Mon, 28 Oct 2013 17:50:52 -0700 From: Peter Grehan <grehan@freebsd.org> To: Craig Rodrigues <rodrigc@FreeBSD.org>, "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org> Subject: Re: Bhyve: acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_FOUND Message-ID: <526F066C.2020001@freebsd.org> In-Reply-To: <CAG=rPVf176_sBO5LdVGH1nVkVAGVQKUQx5f3RNP3NiNqWwqG-Q@mail.gmail.com> References: <CAG=rPVf176_sBO5LdVGH1nVkVAGVQKUQx5f3RNP3NiNqWwqG-Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Craig, > I notice that in BHyve, if I try to do "shutdown -p now", > there is an ACPI error: > > ============================================================== > Halting and powering down... > Waiting (max 60 seconds) for system process `vnlru' to stop...done > Waiting (max 60 seconds) for system process `bufdaemon' to stop...done > Waiting (max 60 seconds) for system process `syncer' to stop...at > Syncing disks, vnodes remaining...0 done > All buffers synced. > Uptime: 17s > acpi0: AcpiEnterSleepStatePrep failed - AE_NOT_FOUND > > The operating system has halted. > Please press any key to reboot. > > ============================================================== > > Is that a known issue? Yes. bhyve doesn't advertise sleep/power states so it can't deal with an attempt to invoke ACPI methods to enter those. But, we should probably be able to put something in the DSDT that will force an exit. > Is there another way to trigger a BHyve VM to shutdown from > inside the VM? Right now I need to "bhyve --destroy --vm=myvm". reboot and halt will both work fine. later, Peter.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?526F066C.2020001>