From owner-freebsd-xen@FreeBSD.ORG Fri Dec 23 18:34:28 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 11E5B106564A for ; Fri, 23 Dec 2011 18:34:28 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.bf1.yahoo.com (mrout2-b.corp.bf1.yahoo.com [98.139.253.105]) by mx1.freebsd.org (Postfix) with ESMTP id C97098FC0A for ; Fri, 23 Dec 2011 18:34:27 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout2-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pBNIYHUE022861; Fri, 23 Dec 2011 10:34:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1324665257; bh=SGlgawWDBWoyS0OP9ScrdAnsTaiewdXM7BYchOsPDbw=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=tCxbftscB9Rik4BllTvSWqMz/5Er9T95n1yVzyF1tRsMduTc94vWMVtXhXkhhObrZ SBXOBwWE2VdKLBgzCTJqfexqeai7I/hw4roivj+tdOX8m/DUrkzbkwb8X6YAO5XCXD 632VLM1Dm38V/melGx31hmGd+IjtO5e/8gvZW464= From: Sean Bruno To: Alan Cox In-Reply-To: <4EF245D1.2050503@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> Content-Type: text/plain; charset="UTF-8" Date: Fri, 23 Dec 2011 10:34:17 -0800 Message-ID: <1324665257.17645.0.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: Fri, 23 Dec 2011 18:34:28 -0000 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 > I will test this today, this should apply against 9 and -current ? Sean