From owner-freebsd-xen@FreeBSD.ORG Sat Apr 23 21:59:29 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 984011065672 for ; Sat, 23 Apr 2011 21:59:29 +0000 (UTC) (envelope-from florian.heigl@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7308FC0A for ; Sat, 23 Apr 2011 21:59:28 +0000 (UTC) Received: by iyj12 with SMTP id 12so1627110iyj.13 for ; Sat, 23 Apr 2011 14:59:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=mBLskQID7HLukG+fbaau/1K1SyrvNjWkkrbOdjj3X2s=; b=gD31adC3L0QoSg3TavF2DfI4GoB7546EXYt02lZIlY/58RlvPt5aCd633Ccf5hn3FC bI5R9CxA/ZkDu4uJ3DYOAQkoKo3cbSXn6O6c1kR/t8uLQoB0TI8adebMb8kx0/z0Y6ne FS/ARbUbZ92xgYq5mhh3X4HZ9jk2tZDsynghI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HQVU06K++x5QWPs2vlFHn5vxlNyuAo/TDFIgD/nLIiDVwJHH4oDzInZO7zsOxZqcWu VdqHkAicZPOCllU5zHhzg2GH/HGNLZmhtZ9j4gyaySOzNh34tBh9PqMTdjgHz3tS8AIX SZErcewznm7lRsLkr5GLGIvvsdyXVFYtwuHeg= MIME-Version: 1.0 Received: by 10.43.54.142 with SMTP id vu14mr2729130icb.384.1303595968541; Sat, 23 Apr 2011 14:59:28 -0700 (PDT) Received: by 10.42.189.6 with HTTP; Sat, 23 Apr 2011 14:59:28 -0700 (PDT) In-Reply-To: References: Date: Sat, 23 Apr 2011 23:59:28 +0200 Message-ID: From: Florian Heigl To: admin@dmarkey.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-xen@freebsd.org Subject: Re: a little lost: Xen HVM acpi shutdown? X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2011 21:59:29 -0000 Hi David, thanks for your reply. 2011/4/23 David Markey : > ACPI shutdown can be done via the QEMU process. > It should be listening on a control pipe where you can tell it to shutdown. I don't really understand that: If you do a xm shutdown then I'm quite sure that Xen does send the right commands to a PV/HVM domU or is it in fact not something FreeBSD specific and doesn't work for any guest OS on HVM domU? I remember that i.e. the windows GPLPV drivers have a device driver that is used to trigger the VM shutdown. So I'd think this is an issue where I gotta do something on the domU side. But maybe we're talking different things :)) Florian