From owner-freebsd-xen@FreeBSD.ORG Fri Apr 2 03:50:43 2010 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 E27F51065675 for ; Fri, 2 Apr 2010 03:50:43 +0000 (UTC) (envelope-from chen.tingjia@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 997778FC21 for ; Fri, 2 Apr 2010 03:50:43 +0000 (UTC) Received: by gyg10 with SMTP id 10so395295gyg.13 for ; Thu, 01 Apr 2010 20:50:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=BdQlk00ylQ0d4G3RXNvMZqy/yOnXVBi6TVFJtCrzcXg=; b=Ns78EMUhIRhFuPJ/7MaBO1qXXtK5mZ3zCSEgN1tNxaWEXZH0iSYynuczc0xxvRlI93 U2kkCgdtlowVuZpB8D100c7jUyrmMX6xjsQtozVa4ebaD6bZUQe+SGXL/YzOhIZej/1t fwOfhobUWjyKd3RGP/XUWI2ULs+ZpNp4m4+f8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WyLaSKkLimEieD+97qmHVDei+MJRPwitWEwj/FC0kl8byg1wbLNw84xMTHvqQAERQW IMJyFPlYoRYEj63VsQR394oZbOISswDvccdXnkBKJRUVmiobGY/WWhV3/b2Z++TrEEIu ladA2tF+pJfNtcp5MqhYG5JBc58cH2eSjhOFw= MIME-Version: 1.0 Received: by 10.100.112.11 with HTTP; Thu, 1 Apr 2010 20:20:31 -0700 (PDT) Date: Fri, 2 Apr 2010 11:20:31 +0800 Received: by 10.101.101.2 with SMTP id d2mr4488892anm.240.1270178431157; Thu, 01 Apr 2010 20:20:31 -0700 (PDT) Message-ID: From: Tingjia Chen To: freebsd-xen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Where to get PV drivers for FreeBSD 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, 02 Apr 2010 03:50:44 -0000 Hi, All: I'm using Xen as my virtualization software, and DomU is FreeBSD. For IO performance, I need to install PV driver. But where to get the driver? -- Caron