From mboxrd@z Thu Jan 1 00:00:00 1970 From: "b.reiter@uniquemail.de" Subject: Graceful shutdown for OpenBSD Date: Sat, 20 Sep 2008 05:20:08 +0200 Message-ID: <48D46BE8.7000901@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]:6843 "EHLO mail1.comvarion.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751108AbYITDUM (ORCPT ); Fri, 19 Sep 2008 23:20:12 -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 E517232F6F for ; Sat, 20 Sep 2008 03:20:08 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: ##Sent this first with wrong date (14th Sep), apologies. 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