From owner-freebsd-xen@FreeBSD.ORG Wed Dec 28 12:48:00 2011 Return-Path: Delivered-To: xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBECA106566B for ; Wed, 28 Dec 2011 12:48:00 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout3.yahoo.com (mrout3.yahoo.com [216.145.54.173]) by mx1.freebsd.org (Postfix) with ESMTP id A90038FC0A for ; Wed, 28 Dec 2011 12:48:00 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout3.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pBSCle44089176; Wed, 28 Dec 2011 04:47:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1325076461; bh=F9oo6DLTfs3PVdlnQas8ioRj5MqZtFbPxyc5Th4Mr+g=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=NiWLJPmcvP+K4ItlXyqf+ENhq35Z2NmMuz0NrK9XYnvlffcumwkdS0fRuXBp9xjgK 81TSud6FshI4UiIdZau/b6dsICPRdRn7RqBcVehbvO5rroBDkbIFp4GGTRCN/TAUOM +1X5MEtggVtNU2tIB2AZPjVA8nH04l47Qh5PYPXs= From: Sean Bruno To: Adrian Chadd In-Reply-To: References: <4EEB9CCE.6090701@rice.edu> <1324169806.3093.3.camel@hitfishpass-lx.corp.yahoo.com> <4EED4982.3080208@freebsd.org> <1324339762.3093.14.camel@hitfishpass-lx.corp.yahoo.com> <4EF04F3C.9010309@rice.edu> <1324387685.3093.28.camel@hitfishpass-lx.corp.yahoo.com> <4EF0D8D7.2060503@rice.edu> <4EF0EC1A.4010604@freebsd.org> <1324412718.12783.10.camel@hitfishpass-lx.corp.yahoo.com> <4EF245D1.2050503@rice.edu> <1324679157.17645.6.camel@hitfishpass-lx.corp.yahoo.com> <4EFA0313.6030105@rice.edu> <1325028241.17645.10.camel@hitfishpass-lx.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 28 Dec 2011 04:47:40 -0800 Message-ID: <1325076460.17645.11.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Cc: "xen@freebsd.org" , Alan Cox Subject: Re: PV i386 patch 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: Wed, 28 Dec 2011 12:48:00 -0000 On Tue, 2011-12-27 at 22:14 -0800, Adrian Chadd wrote: > On 27 December 2011 15:24, Sean Bruno wrote: > > > Initial testing looks ok from here. Single CPU PV DomU is up and > > running as ref10-xen32.f.o if you want to poke around at all. > > > > I'm updating the HVM enabled ref10-xen64.f.o as well to check it out. > > Since I don't yet have my test environment going here, is anyone here > running (developer) accessible PVM hosts (32 bit) that I can get > access to? > I can run a whole sleuth of thrashing tests on it to see if it breaks. > > Thanks, > > > > Adrian Yes. I've been keeping a linux dom0 running in the fbsd cluster. Go ahead and poke at ref10-xen32.f.o ... that's what its there for. Sean