From mboxrd@z Thu Jan 1 00:00:00 1970 From: "b.reiter@uniquemail.de" Subject: Graceful shutdown for OpenBSD Date: Sun, 14 Sep 2008 14:11:25 +0200 Message-ID: <48CCFF6D.3040306@uniquemail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mail1.comvarion.net ([85.214.93.51]:8300 "EHLO mail1.comvarion.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752106AbYIRMWN (ORCPT ); Thu, 18 Sep 2008 08:22:13 -0400 Received: from [10.224.3.1] (connector.comvarion.net [82.139.198.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail1.comvarion.net (Postfix) with ESMTP id 982FE32F6F for ; Thu, 18 Sep 2008 12:11:26 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: Hello, I want to be able to shut down all virtual machines gracefully by running "virsh shutdown VM". For Linux (tested with Debian Lenny) this works. But OpenBSD does not work. I read somewhere that kvm/qemu sends an "acpi shutdown signal" to the guest OS when running the virsh shutdown command. Is this correct? I am having problems enabling acpi on OpenBSD (its not enabled by default) and I want to be sure that everything on the side of the guest is working, so I need to know what exactly is this signal? Maybe "power button pressed" or something? Thank you. Benjamin Reiter