From owner-freebsd-xen@FreeBSD.ORG Thu Sep 1 19:40:46 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 847BB106566C for ; Thu, 1 Sep 2011 19:40:46 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.re1.yahoo.com (mrout1-b.corp.re1.yahoo.com [69.147.107.20]) by mx1.freebsd.org (Postfix) with ESMTP id 466FC8FC14 for ; Thu, 1 Sep 2011 19:40:46 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.re1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p81JeS6j013046; Thu, 1 Sep 2011 12:40:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1314906029; bh=LoCnESmcvx4iQRKFzQKuaNqw+kvr3MbFkvIaCkElYmU=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=pqRY9cVDHC039VKR2uynqRUHBAFfoRZ8TQvevQ6sobas+tv9su8gZJgC0o5PihTXM rZ0VtLpuIOpox+ZEKyU+NfYjhkqvbm1T/+9m9ibzzIU+pVwfPZsXsnFLPw2DHjDUSW pFDOJuGDs/gWrZxt09AadbVSt9b2uJl9MCufubOQ= From: Sean Bruno To: "Justin T. Gibbs" In-Reply-To: References: <4E5FB8F0.9090204@scsiguy.com> <1314900303.9757.2.camel@hitfishpass-lx.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 01 Sep 2011 12:40:28 -0700 Message-ID: <1314906028.9757.4.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-xen@freebsd.org" Subject: Re: [CFT/CFR] Improved Xen Suspend/Resume Support 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: Thu, 01 Sep 2011 19:40:46 -0000 On Thu, 2011-09-01 at 11:32 -0700, Justin T. Gibbs wrote: > On Sep 1, 2011, at 12:05 PM, Sean Bruno wrote: > > > On Thu, 2011-09-01 at 09:55 -0700, Justin T. Gibbs wrote: > >> This work was sponsored by BQ Internet Corporation and they have > >> successfully migrated 100+ FreeBSD VMs with these changes (slightly > >> modified for use in 8.x). I'd like to have feedback from other > >> developers and FreeBSD Xen users before submitting this and/or > >> asking for approval to push them into 9.0. > >> > >> Thanks, > >> Justin > >> > > > > hrm ... am I doing it right? > > > > [root@xen1 xen]# xm suspend ref9-xen64 > > Error: Domain is not managed by Xend lifecycle support. > > Usage: xm suspend > > > > Suspend a Xend managed domain > > [root@xen1 xen]# rpm -q -a|grep xen > > xen-libs-3.0.3-120.el5_6.2 > > xen-3.4.3-5.el5 > > xen-libs-3.4.3-5.el5 > > kernel-xen-2.6.18-238.12.1.el5 > > [root@xen1 xen]# > > > > > > > > Sean > > The domain must be "managed". You can use "xm new " to create a managed domain. > > -- > Justin HVM enabled 9 test looks good I think. I suspended a VM, and resumed it. I assume that this is what we wanted to excercise. What other things can I do to test this code? Sean