From owner-freebsd-xen@FreeBSD.ORG Thu Sep 1 18:00:21 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 9EBA61065670 for ; Thu, 1 Sep 2011 18:00:21 +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 50CAA8FC08 for ; Thu, 1 Sep 2011 18:00:21 +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 p81Hxwc6077765; Thu, 1 Sep 2011 10:59:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1314899998; bh=jcA78bXfydZxFKT1auGn+vXVcopNfMVRQ2QKHhxu008=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=jAP5NPCl9TapFv9ckymIVGcnarZBK6HMTzD9R9q4nTNXZSGNiwsWurVZmYRbKfWYK tm0vrhjNEW/1bcO9TFxfaHC13EtnAXqYANXFUpyS/8un8UteY2nmOVOL71+lanJJoe cnhkFziIP5hSd3r70/QU/1jx3YRLPc8hwvsP/ysY= From: Sean Bruno To: "Justin T. Gibbs" In-Reply-To: <68DD2EE5-887C-46BF-9A3E-8AC87BE4F669@scsiguy.com> References: <4E5FB8F0.9090204@scsiguy.com> <1314898812.9757.0.camel@hitfishpass-lx.corp.yahoo.com> <68DD2EE5-887C-46BF-9A3E-8AC87BE4F669@scsiguy.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 01 Sep 2011 10:59:57 -0700 Message-ID: <1314899997.9757.1.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 18:00:21 -0000 On Thu, 2011-09-01 at 10:55 -0700, Justin T. Gibbs wrote: > On Sep 1, 2011, at 11:40 AM, 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 > >> > > > > Firing these up on ref9-xen64/32 momentarily. What's the magic foo to > > get patch to understand p4 stuffs? > > > > Sean > > Only some p4 commands generate 100% patch friendly output and I neglected to use those here. You can either just feed the file name into path when it asks or I can regenerate the doffs when I get back to my desk. > > Sorry about that. :-( > > -- > Justin Aye, I did the latter to move along. No worries. looks like ref9-xen64 is up on this patch set. I shall try some suspend resume things with the xen 3.4 tools I have on xen1.f.o Sean