From owner-freebsd-xen@FreeBSD.ORG Sat Apr 23 21:04:26 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 C0A2F106566C for ; Sat, 23 Apr 2011 21:04:26 +0000 (UTC) (envelope-from florian.heigl@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 891918FC0A for ; Sat, 23 Apr 2011 21:04:26 +0000 (UTC) Received: by iwn33 with SMTP id 33so1598057iwn.13 for ; Sat, 23 Apr 2011 14:04:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=6sdeGzZ661NWydI3tcUWvqS3nAMF/JH3BHBwsRUiF74=; b=vzT+yPov8kAZ9E7peVAQBXEBnDyK6QySTcgrl7eN5+egmXDNlRknAQKbrMpgnMpfbB hWQVYMgY+h0Uh8PNzui2CjN9OXST1UwNEqei1dPAa80JcSmpr1Sy8ddfOuL64LSk+9BI jm2OgYHDojNOpJvHEWOKVkk9gLM3e68nZXDH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=hgs8GFbsifRCisj2UoqtvhbWu0xxlwtEeypTCCMtZUyaZtBZ1BojiPXtE2LtNcmfLu +TT4VZP/HTAySiEUdyEts4WcZJgaDDJEoPELjnwanq8lbrcIsXV1X9sezs/+CyQBaq5k vBguGoCHQFyC09ZUMU04tH3UTp/usb3HjHB+8= MIME-Version: 1.0 Received: by 10.42.108.73 with SMTP id g9mr2990191icp.250.1303590806021; Sat, 23 Apr 2011 13:33:26 -0700 (PDT) Received: by 10.42.189.6 with HTTP; Sat, 23 Apr 2011 13:33:26 -0700 (PDT) Date: Sat, 23 Apr 2011 22:33:26 +0200 Message-ID: From: Florian Heigl To: freebsd-xen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: 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:04:26 -0000 Hi all, I have a nicely working FreeBSD image now, that seems stable enough for production use. The one thing I couldn't find out was how to make it shut down upon xm shutdown as this would be required to ensure the vm will be gracefully shutdown if some issue occurs in the host... Has one of you solved that and is there any documentation to it? Greetings, Florian (FreeBSD xen10.waxh0002.wartungsfenster.de 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Apr 21 00:09:13 CEST 2011 root@:/usr/src/sys/amd64/compile/XENHVM Using amd64, using Xen PV disk and network drivers It's somewhat telling that the final hints about PV drivers came from someone over at webhostingtalk.com. I see some overhead from HVM instead of PV, but I opt a working & fast system over the last 2% of performance here... -- the purpose of libvirt is to provide an abstraction layer hiding all xen features added since 2006 until they were finally understood and copied by the kvm devs.