From owner-freebsd-xen@FreeBSD.ORG Tue Dec 27 23:24:23 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 A3737106564A for ; Tue, 27 Dec 2011 23:24:23 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.freebsd.org (Postfix) with ESMTP id 8039A8FC0C for ; Tue, 27 Dec 2011 23:24:23 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout2.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pBRNO1ao091547; Tue, 27 Dec 2011 15:24:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1325028241; bh=tOf5+1g7Utt5EAtToG6AF8XZASJfqXxcVCmM2KzhqB0=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=UcVQEnbcwNFgU+h/N6eCdAPTT8MbvDLqIFovvvSOSlyq4RHHXTAdZqszAPjOHAx/2 i0/+Cy5PUq2PFlSAEPlESR8rheLN6c5l9JbY7KS23IaUEBTobcswS+Rpw0HzhMa9ol B2YUvbzuiC5LONaPkNumkQYLSoggP9s3tW8PMb+w= From: Sean Bruno To: Alan Cox In-Reply-To: <4EFA0313.6030105@rice.edu> 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> Content-Type: text/plain; charset="UTF-8" Date: Tue, 27 Dec 2011 15:24:01 -0800 Message-ID: <1325028241.17645.10.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" 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: Tue, 27 Dec 2011 23:24:23 -0000 On Tue, 2011-12-27 at 09:40 -0800, Alan Cox wrote: > On 12/23/2011 16:25, Sean Bruno wrote: > > On Wed, 2011-12-21 at 12:47 -0800, Alan Cox wrote: > >> Can you please try the attached patch? I'm trying to reduce the number > >> of differences between the native and Xen pmap implementations. > >> > >> Alan > >> > > > > Without really looking at the output, I note that this didn't apply > > cleanly against -head ... can you regenerate it? > > > > My bad. I gave you the wrong patch. Try this instead. > > Alan > 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. Sean